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

Commit

Permalink
Slider: Override rules for fieldcontainers inside popups for flip switch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Feb 27, 2014
1 parent acc98dc commit 7321ce8
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions css/structure/jquery.mobile.forms.slider.css
Expand Up @@ -153,11 +153,10 @@ div.ui-slider-switch.ui-mini {
.ui-field-contain div.ui-slider-switch {
margin: 0;
}
@media (min-width: 28em) {
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-field-contain div.ui-slider-switch,
.ui-field-contain.ui-hide-label div.ui-slider-switch {
display: inline-block;
width: 5.8em;
}
}
/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */
.ui-field-contain div.ui-slider-switch,
.ui-field-contain.ui-hide-label div.ui-slider-switch,
html .ui-popup .ui-field-contain div.ui-slider-switch {
display: inline-block;
width: 5.8em;
}

0 comments on commit 7321ce8

Please sign in to comment.