css-bootstrap/bootstrap.css.map
[roojs1] / css-bootstrap / bootstrap.css
index 4c494ca..b58e7ac 100644 (file)
@@ -1,6 +1,11 @@
 /*
 * Consider remove or merge these...
 */
+/*!
+ * Bootstrap v3.4.0 (http://getbootstrap.com)
+ * Copyright 2011-2016 Twitter, Inc.
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ */
 /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
 html {
   font-family: sans-serif;
@@ -181,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;
@@ -2252,6 +2259,7 @@ th {
   width: 100%;
   max-width: 100%;
   margin-bottom: 20px;
+  border-bottom: 1px solid #dddddd;
 }
 .table > thead > tr > th,
 .table > tbody > tr > th,
@@ -2626,10 +2634,10 @@ input[type="search"] {
   margin-top: 10px;
   margin-bottom: 10px;
 }
-.radio label,
-.checkbox label {
+.radio label.box-label,
+.checkbox label.box-label {
   min-height: 20px;
-  padding-left: 20px;
+  padding-left: 5px;
   margin-bottom: 0;
   font-weight: normal;
   cursor: pointer;
@@ -3451,6 +3459,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;
@@ -3974,11 +3987,11 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
   background-color: #eeeeee;
 }
 .nav > li.disabled > a {
-  color: #777777;
+  color: #eeeeee;
 }
 .nav > li.disabled > a:hover,
 .nav > li.disabled > a:focus {
-  color: #777777;
+  color: #eeeeee;
   text-decoration: none;
   background-color: transparent;
   cursor: not-allowed;