negated listview offset margins when used in selectmenu

This commit is contained in:
scottjehl 2010-10-12 17:42:27 -04:00
parent 52113e8b97
commit c5e2b4e006

View file

@ -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; }