less/roojs-bootstrap/mask.less
authorEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:24:58 +0000 (14:24 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:24:58 +0000 (14:24 +0800)
less/roojs-bootstrap/mask.less

index 7fbb973..24b0dec 100644 (file)
     /*background-image: url('@{bootstrap-image-path}/ux/lightbox/loading.gif');*/
     background-repeat: no-repeat;
     border: 10px solid white;
-    border-radius: 20px
-    
+    border-radius: 20px;
+    display: table;
+}
+
+.roo-el-mask-msg i {
+    display: table-cell;
 }
 
 .roo-el-mask-msg div
@@ -34,6 +38,7 @@
     z-index:20001;
     padding:4px 15px;
     color: @gray; //#557;
+    display: table-cell;
     
 }
 .x-body-masked