try and get ctrl-enter to add a clear all
[roojs1] / less / roojs-bootstrap / modal.less
index eec0cc8..f669564 100644 (file)
@@ -81,7 +81,8 @@
 }
 */
 
-.modal-body.roo-layout-container {
+.modal-body.roo-layout-container,
+.modal-body > .container {
     padding: 0;
 }
 
     max-width: 100%;
 }
 
-.modal-body .col-xs-12 {  
-  padding-left: 0px;
+@media (max-width: 768px) {
+    
+    .modal-body  .col-md-12  {
+        padding : 0;
+    }
+    
+    .modal-body {
+        padding: 5px;
+    }
+     .modal-body    .row {
+        margin-left: -5px;
+        margin-right: -5px;
+    }
+    
+    .modal-body   > .container .col-xs-12 {  
+        padding: 0;
+    }
+     
+}
+  
+.modal .roo-mb-progress-wrap {
+    margin-top: 4px;
+    border: 1px solid darken(@brand-primary, 10%);;
+}
+
+.modal .roo-mb-progress-wrap .roo-mb-progress {
+    height: 18px;
+    background: transparent url('@{bootstrap-image-path}/default/basic-dialog/progress2.gif') repeat-x 1px 1px;
+}
+
+.modal .roo-mb-progress-wrap .roo-mb-progress .roo-mb-progress-bar {
+    height: 18px;
+    overflow: hidden;
+    width: 0;
+    background: @brand-primary;
+}
+
+.enable-modal-body-overflow .modal-body {
+    overflow: auto;
 }