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 #2469 from MauriceG/patch-2
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 8a6c107 + fd46400 commit b173815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default/jquery.mobile.forms.slider.css
Expand Up @@ -10,7 +10,7 @@ div.ui-slider { position: relative; display: inline-block; overflow: visible; he
a.ui-slider-handle { position: absolute; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
@media all and (min-width: 480px){
label.ui-slider { display: inline-block; width: 20%; margin: 0 2% 0 0; }
label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
div.ui-slider { width: 45%; }
}

Expand Down

0 comments on commit b173815

Please sign in to comment.