modified the height css for ui-page so it fills the height and can be themeable

This commit is contained in:
scottjehl 2010-09-17 14:26:13 -04:00
parent a056d4636b
commit 78dca77149

View file

@ -28,8 +28,8 @@
.landscape body { }
/* "page" containers - full-screen views, one should always be in view post-pageload */
.ui-page { top: 0; left: 0; width: 100%; height: 100%; position: absolute; z-index: 10; visibility: hidden; height: 0; overflow: hidden; }
.ui-page-active { visibility: visible; height: auto; overflow: visible; }
.ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; z-index: 10; visibility: hidden; height: 0; overflow: hidden; }
.ui-page-active { visibility: visible; overflow: visible; }
/* loading screen */
.ui-loading, .ui-loading body { overflow: hidden !important; }
@ -208,6 +208,7 @@ div.ui-checkbox, div.ui-radio { position:relative; margin: .2em 0 .5em; }
.ui-globalnav li .ui-btn-inner { padding-left: 15px; padding-right: 15px; }
/* transitions, animations*/
/*spin