less/roojs-bootstrap/alert.scss
[roojs1] / less / roojs-bootstrap / layout.less
index e4bd766..de56369 100644 (file)
     background-color:@well-bg;
 }
 .roo-layout-split-south, .roo-layout-split-north {
-    border-bottom : 1px solid #ddd;
+    border-bottom : 1px solid @gray-light;
 }
 .roo-layout-split-east, .roo-layout-split-west {
-    border-right: 1px solid #ddd;
+    border-right: 1px solid @gray-light;
 }
  
 
 
 
 .roo-layout-panel .roo-tabbody {
-    background-color:white;
-    overflow:auto;
-    height:100%;
+    background-color: @body-bg;
+    overflow: auto;
+    height: 100%;
 }
 
 .roo-layout-component-panel, .roo-layout-nested-layout {
-       position:relative;
+    position:relative;
     padding:0;
-       overflow:hidden;
-       width:200px;
-       height:200px;
+    overflow:hidden;
+    width:200px;
+    height:200px;
 }
 .roo-layout-nested-layout .roo-layout-panel {
-         border:0 none;
+    border:0 none;
 }
 /*
 .x-layout-nested-layout .x-layout-panel-north {
 */
 .roo-repaint{
     zoom:1;
-        background-color: transparent;
+    background-color: transparent;
 }
 /*
 .x-layout-panel-dragover {
         z-index:40009;
         visibility:hidden;
         position:absolute;
-        background:#f6f6f6;
-        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