css-bootstrap/bootstrap.css.map
[roojs1] / css-bootstrap / bootstrap.css
index 0274424..0fc3ce4 100644 (file)
@@ -6,10 +6,6 @@
  * Copyright 2011-2016 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
  */
-/*
- * CAUTION!
- * This CSS file is auto generated. Please edit the .less instead!
- */
 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 html {
   font-family: sans-serif;
@@ -190,14 +186,16 @@ th {
 }
 /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
 @media print {
-  *,
-  *:before,
-  *:after {
-    background: transparent !important;
-    color: #000 !important;
-    box-shadow: none !important;
-    text-shadow: none !important;
-  }
+  /*    
+    *,
+    *:before,
+    *:after {
+        background: transparent !important;
+        color: #000 !important; // Black prints faster: h5bp.com/s
+        box-shadow: none !important;
+        text-shadow: none !important;
+    }
+*/
   a,
   a:visited {
     text-decoration: underline;
@@ -3460,6 +3458,11 @@ input[type="reset"].btn-block,
 input[type="button"].btn-block {
   width: 100%;
 }
+.x-btn-text-icon .x-btn-center .x-btn-text-no-padding {
+  background-position: 0 2px;
+  background: none no-repeat scroll 0 0 transparent;
+  padding: 1px 0px 1px;
+}
 .fade {
   opacity: 0;
   -webkit-transition: opacity 0.15s linear;