mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 01:24:41 +00:00
negated listview offset margins when used in selectmenu
This commit is contained in:
parent
52113e8b97
commit
c5e2b4e006
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margi
|
|||
|
||||
/*listbox*/
|
||||
.ui-listbox { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
|
||||
.ui-listbox .ui-listview { margin: 0; }
|
||||
.ui-listbox-hidden { top: -999999px; left: -99999px; }
|
||||
.ui-listbox-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
|
||||
.ui-screen-hidden, .ui-listbox-list .ui-li .ui-icon { display: none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue