mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 10:54:44 +00:00
These orientation heights that were mainly tied to iOS are no longer needed, as viewport height is managed via JS
This commit is contained in:
parent
4618b1253f
commit
8a76335682
1 changed files with 0 additions and 6 deletions
|
|
@ -16,12 +16,6 @@
|
|||
.ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
|
||||
.ui-mobile .ui-page-active { display: block; overflow: visible; }
|
||||
|
||||
/*orientations from js are available */
|
||||
.portrait,
|
||||
.portrait .ui-page { min-height: 420px; }
|
||||
.landscape,
|
||||
.landscape .ui-page { min-height: 300px; }
|
||||
|
||||
/* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
|
||||
.ui-page { outline: none; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue