More loader tweaks

This commit is contained in:
Todd Parker 2011-12-29 00:09:03 -05:00 committed by scottjehl
parent 7c160b77af
commit 609397dda4
2 changed files with 1 additions and 1 deletions

View file

@ -54,7 +54,7 @@ div.ui-mobile-viewport { overflow-x: hidden; }
.ui-loading .ui-loader { display: block; }
.ui-loader { background: #000; opacity: .16; display: none; z-index: 9999999; position: fixed; width: 32px; height: 32px; top: 50%; box-shadow: 0 1px 1px -1px #fff; margin-left: -18px; margin-top: -18px; left: 50%; padding: 7px; border:0; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
.ui-loader h1 { font-size: 0px; width: 0; height: 0; overflow: hidden; }
.ui-loader .ui-icon { display: block; margin: 0; width: 32px; height: 32px; background-color: transparent; }
.ui-loader .ui-icon { display: block; margin: 0; width: 32px; height: 32px; background-color: #000; }
/*fouc*/
.ui-mobile-rendering > * { visibility: hidden; }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB