diff options
-rw-r--r-- | www/css/fms.css | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index b225a0a..300ade7 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -258,3 +258,26 @@ #details-page { background: white !important; } + + .ui-loader { + padding-top: 75%; + height: 100%; + width: 100%; + top: 0px !important; + left: 0px; + margin: 0px; + opacity: .58; + } + + .ui-loader .ui-icon-loading { + position: absolute; + top: 50%; + left: 50%; + margin-left: -23px; + margin-top: -23px; + width: 46px; + height: 46px; + background-size: 46px 46px; + opacity: 1; + background: url('images/ajax-loader.gif'); + } |