try and get ctrl-enter to add a clear all
[roojs1] / less / roojs-bootstrap / tweaks.less
index 07950f7..30ebb9b 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;
 }
@@ -22,7 +28,7 @@
 }
 
 .box-label {
-    margin-left: 5px;
+    margin-left: 18px;
     cursor: pointer;
 }
 /* needed as menu ontop of form does not work */
 }
 
 /* admin-lte - messes with checkbox and radio.. */
-.checkbox, .radio {
-    padding-left: 15px!important;
+/*.checkbox, .radio {
+    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 {
 .tooltip.fade.in {
     z-index: 10002;
 }
+
+.x-hidden 
+{
+   position:absolute;
+   top:0;
+   left:0;
+   visibility: hidden;
+   display: none;
+}
\ No newline at end of file