mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 08:04:43 +00:00
modified the height css for ui-page so it fills the height and can be themeable
This commit is contained in:
parent
a056d4636b
commit
78dca77149
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue