hide page during rendering - prevent fouc.

This commit is contained in:
scottjehl 2010-11-08 15:04:12 -05:00
parent 32af18d59b
commit 5fcc049d5b

View file

@ -28,6 +28,9 @@
.ui-loader h1 { font-size: 15px; text-align: center; }
.ui-loader .ui-icon { position: static; display: block; opacity: .9; margin: 0 auto; width: 35px; height: 35px; background-color: transparent; }
/*fouc*/
.ui-mobile-rendering > * { visibility: hidden; }
/*headers, content panels*/
.ui-bar, .ui-body { position: relative; padding: .4em 15px; overflow: hidden; display: block; clear:both; }
.ui-bar { font-size: 16px; margin: 0; }