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

Commit 45e354a

Browse files
Slider: Override rules for fieldcontainers inside popups for flip switch
1 parent 4d677f3 commit 45e354a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

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

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,10 @@ div.ui-slider-switch.ui-mini {
153153
.ui-field-contain div.ui-slider-switch {
154154
margin: 0;
155155
}
156-
@media (min-width: 28em) {
157-
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
158-
.ui-field-contain div.ui-slider-switch,
159-
.ui-field-contain.ui-hide-label div.ui-slider-switch {
160-
display: inline-block;
161-
width: 5.8em;
162-
}
163-
}
156+
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
157+
.ui-field-contain div.ui-slider-switch,
158+
.ui-field-contain.ui-hide-label div.ui-slider-switch,
159+
html .ui-popup .ui-field-contain div.ui-slider-switch {
160+
display: inline-block;
161+
width: 5.8em;
162+
}

0 commit comments

Comments
 (0)