less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / tweaks.less
index 4cefbe9..e4f52a3 100644 (file)
 
 /* admin-lte - messes with checkbox and radio.. */
 .checkbox, .radio {
-    padding-left: 15px!important;
+    padding-left: 15px !important;
 }
 
-/* admin-lte - messes with checkbox and radio.. */
-.column .checkbox,
+/* inside a column it needs even more padding...*/
+/*
+* It breaks all the checkbox layout. comment it first...
+*/
+/*.column .checkbox,
 .column .radio {
-    padding-left: 30px!important;
-}
+    padding-left: 25px !important;
+}*/
 /* paging toolbar */
 
 .pagination .x-paging-position span {
 .tooltip.fade.in {
     z-index: 10002;
 }
+
+.x-hidden 
+{
+   position:absolute;
+   top:0;
+   left:0;
+   visibility: hidden;
+   display: none;
+}
\ No newline at end of file