less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / tweaks.less
index 2bbbb1c..e4f52a3 100644 (file)
@@ -1,3 +1,9 @@
+/* WTF is this! !!
+ *
+ * DO NOT EVER PUT ANYTHIGN IN THIS FILE... tweaks - bad name... *
+ */
+
+
 .navbar-left .input-group[class*="col-"] {
     float:left;
 }
 
 /* admin-lte - messes with checkbox and radio.. */
 .checkbox, .radio {
-    padding-left: 15px!important;
+    padding-left: 15px !important;
 }
+
+/* inside a column it needs even more padding...*/
+/*
+* It breaks all the checkbox layout. comment it first...
+*/
+/*.column .checkbox,
+.column .radio {
+    padding-left: 25px !important;
+}*/
 /* paging toolbar */
 
 .pagination .x-paging-position span {
     background-color: darken(@brand-info, 10%);
 }
 .badge-inverse {
-    background-color: #333333;
+    background-color: @gray-dark;
 }
 .badge-inverse:hover {
-    background-color: #1a1a1a;
+    background-color: @gray-darker;
 }
 
 .tooltip.fade.in {
     z-index: 10002;
 }
 
-.roo-invalid-outline {
-    outline-width: 5000px;
-    outline-offset: 5px;
-    outline-style: solid;
-    outline-color: rgba(182, 182, 182, 0.5);
-    position: relative;
+.x-hidden 
+{
+   position:absolute;
+   top:0;
+   left:0;
+   visibility: hidden;
+   display: none;
 }
\ No newline at end of file