less/roojs-bootstrap/mask.less
authorEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:38:26 +0000 (14:38 +0800)
committerEdward <edward@roojs.com>
Wed, 26 Sep 2018 06:38:26 +0000 (14:38 +0800)
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