try and get ctrl-enter to add a clear all
[roojs1] / less / roojs-bootstrap / layout.less
index 5288745..de56369 100644 (file)
     background-color:@well-bg;
 }
 .roo-layout-split-south, .roo-layout-split-north {
-    border-bottom : 1px solid @gray-lighter-86-5;
+    border-bottom : 1px solid @gray-light;
 }
 .roo-layout-split-east, .roo-layout-split-west {
-    border-right: 1px solid @gray-lighter-86-5;
+    border-right: 1px solid @gray-light;
 }
  
 
 
 
 .roo-layout-panel .roo-tabbody {
-    background-color: @white;
+    background-color: @body-bg;
     overflow: auto;
     height: 100%;
 }
         z-index:40009;
         visibility:hidden;
         position:absolute;
-        background: @gray-lighter-96-5;
-        border: 1px solid #000;
+        background: @gray-light;
+        border: 1px solid @gray-base;
         overflow:hidden;
 }
 .roo-splitbar-h,.roo-splitbar-proxy-h{
 
 .roo-layout-panel-body  .navbar {
     margin-bottom: 0px;
+}
+
+.roo-form-group-label-left::before,
+.roo-form-group-label-left::after {
+    display: table;
+    content: " ";
+    clear: both;
 }
\ No newline at end of file