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

Commit

Permalink
Merge pull request #2468 from MauriceG/patch-1
Browse files Browse the repository at this point in the history
Fix for issue #2192 labels for form inputs have different vertical alignment. Thanks MauriceG!
  • Loading branch information
toddparker committed Sep 20, 2011
2 parents b173815 + 10bdd3d commit 44f3218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/jquery.mobile.forms.select.css
Expand Up @@ -31,7 +31,7 @@ label.ui-select { font-size: 16px; line-height: 1.4; font-weight: normal; margi
.ui-selectmenu .ui-header .ui-title { margin: 0.6em 46px 0.8em; }

@media all and (min-width: 450px){
label.ui-select { display: inline-block; width: 20%; margin: 0 2% 0 0; }
label.ui-select { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
.ui-select { width: 60%; display: inline-block; }
}

Expand Down

0 comments on commit 44f3218

Please sign in to comment.