Skip to content

Commit b173815

Browse files
committed
Merge pull request jquery-archive#2469 from MauriceG/patch-2
Fix for issue jquery-archive#2192 labels for form inputs have different vertical alignment. Thanks MauriceG!
2 parents 8a6c107 + fd46400 commit b173815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/default/jquery.mobile.forms.slider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ div.ui-slider { position: relative; display: inline-block; overflow: visible; he
1010
a.ui-slider-handle { position: absolute; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
1111
a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
1212
@media all and (min-width: 480px){
13-
label.ui-slider { display: inline-block; width: 20%; margin: 0 2% 0 0; }
13+
label.ui-slider { vertical-align: top; display: inline-block; width: 20%; margin: 0 2% 0 0; }
1414
div.ui-slider { width: 45%; }
1515
}
1616

0 commit comments

Comments
 (0)