From 17dadb818c758cb83127a2d1ca57f1205d02c5ca Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 26 Sep 2018 14:38:26 +0800 Subject: [PATCH] less/roojs-bootstrap/mask.less --- less/roojs-bootstrap/mask.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/less/roojs-bootstrap/mask.less b/less/roojs-bootstrap/mask.less index 3cc1eb477b..3109aa197a 100644 --- a/less/roojs-bootstrap/mask.less +++ b/less/roojs-bootstrap/mask.less @@ -23,12 +23,12 @@ 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 -- 2.39.2