We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a6c107 + fd46400 commit b173815Copy full SHA for b173815
themes/default/jquery.mobile.forms.slider.css
@@ -10,7 +10,7 @@ div.ui-slider { position: relative; display: inline-block; overflow: visible; he
10
a.ui-slider-handle { position: absolute; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
11
a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
12
@media all and (min-width: 480px){
13
- 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; }
14
div.ui-slider { width: 45%; }
15
}
16
0 commit comments