Skip to content

Commit 48de5f4

Browse files
committed
Minor width tweak to slider input; prevents slider from breaking to second line at ~320px.
1 parent f62c5c0 commit 48de5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/structure/jquery.mobile.forms.slider.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ label.ui-slider { font-size: 16px; line-height: 1.4; font-weight: normal; margi
22
input.ui-slider-input,
33
.ui-field-contain input.ui-slider-input { display: inline-block; width: 50px; }
44
select.ui-slider-switch { display: none; }
5-
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 66%; }
5+
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 60%; }
66
div.ui-slider-switch { width: 99.8%; }
77
a.ui-slider-handle { position: absolute; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
88
a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }

0 commit comments

Comments
 (0)