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

Commit

Permalink
Slider: unset slider handle top offset for flip toggle switch. Fixes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Dec 28, 2012
1 parent e5e50d2 commit 2fabfc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/structure/jquery.mobile.forms.slider.css
Expand Up @@ -24,7 +24,7 @@ div.ui-slider-mini a.ui-slider-handle .ui-btn-inner { height: 30px; width: 30px;

div.ui-slider-switch { height: 32px; margin-left: 0; width: 5.8em; }
a.ui-slider-handle-snapping { -webkit-transition: left 70ms linear; -moz-transition: left 70ms linear; }
div.ui-slider-switch .ui-slider-handle { margin: 1px 0 0 -15px; }
div.ui-slider-switch a.ui-btn.ui-slider-handle { margin: 1px 0 0 -15px; top: 0; }
.ui-slider-inneroffset { margin: 0 16px; position: relative; z-index: 1; }

div.ui-slider-switch.ui-slider-mini { width: 5em; height: 29px; }
Expand Down

0 comments on commit 2fabfc4

Please sign in to comment.