mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-18 13:20:59 +00:00
moved loader div positioning lower
This commit is contained in:
parent
51f3fa2e2b
commit
c451627dab
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
.ui-loading, .ui-loading body { overflow: hidden !important; }
|
||||
.ui-loading .ui-content { visibility: hidden; }
|
||||
.ui-loading .ui-loader { display: block; }
|
||||
.ui-loader { display: none; position: absolute; z-index: 0; top: 60px; left: 50%; width: 100px; margin-left: -80px; padding: 20px 30px; border: 0; }
|
||||
.ui-loader { display: none; position: absolute; z-index: 0; top: 100px; left: 50%; width: 100px; margin-left: -80px; padding: 20px 30px; border: 0; }
|
||||
.ui-loader h1 { font-size: 15px; text-align: center; opacity: .8; }
|
||||
.ui-loader .ui-icon { position: static; display: block; opacity: .7; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue