mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-19 03:51:06 +00:00
make sure empty options are displayed with expected height. Fixes #572
This commit is contained in:
parent
ca8d9b9fed
commit
c4b333e723
1 changed files with 4 additions and 2 deletions
|
|
@ -12,9 +12,11 @@
|
|||
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
|
||||
|
||||
/*listbox*/
|
||||
.ui-select .ui-btn-text, .ui-selectmenu .ui-btn-text { display: inline-block; min-height: 1em; }
|
||||
|
||||
.ui-selectmenu { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
|
||||
.ui-selectmenu .ui-listview { margin: 0;
|
||||
}
|
||||
.ui-selectmenu .ui-listview { margin: 0; }
|
||||
|
||||
.ui-selectmenu-hidden { top: -999999px; left: -99999px; }
|
||||
.ui-selectmenu-screen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 99; }
|
||||
.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue