Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Selectmenu: Set margin 0 for the selectmenu header. Fixes #4699 - cus…
Browse files Browse the repository at this point in the history
…tom select widget have a top-margin when displaying in a dialog.
  • Loading branch information
jaspermdegroot committed Jul 14, 2012
1 parent fc90de5 commit e4e504b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions css/structure/jquery.mobile.forms.select.css
Expand Up @@ -39,6 +39,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margin
.ui-screen-hidden, .ui-selectmenu-list .ui-li .ui-icon { display: none; }
.ui-selectmenu-list .ui-li .ui-icon { display: block; }
.ui-li.ui-selectmenu-placeholder { display: none; }
.ui-selectmenu .ui-header { margin: 0; }
.ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }

@media all and (min-width: 450px){
Expand Down

0 comments on commit e4e504b

Please sign in to comment.