less/roojs-bootstrap/mask.less
[roojs1] / less / roojs-bootstrap / mask.less
index 3cc1eb4..3109aa1 100644 (file)
     background-repeat: no-repeat;
     border: 10px solid white;
     border-radius: 20px;
+    display: table;
 }
 
 .roo-el-mask-msg i {
     font-size: 48px;
     vertical-align: middle;
-    float: left;
 }
 
 .roo-el-mask-msg div
@@ -39,8 +39,8 @@
     z-index:20001;
     padding:4px 15px;
     color: @gray; //#557;
+    display: table-cell;
     vertical-align: middle;
-    float: left;
     
 }
 .x-body-masked