mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 16:14:44 +00:00
added a max width
This commit is contained in:
parent
fe07a8d802
commit
3f748dc1b9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin: 0 0 .3em; display: block; }
|
||||
|
||||
/*listbox*/
|
||||
.ui-listbox { position: absolute; padding: 0; z-index: 100 !important; width: 80%; padding: 6px; }
|
||||
.ui-listbox { position: absolute; padding: 0; z-index: 100 !important; width: 80%; max-width: 350px; padding: 6px; }
|
||||
.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-li .ui-icon { display: none; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue