@@ -3,25 +3,23 @@ input.ui-slider-input,
33.ui-field-contain input .ui-slider-input { display : inline-block; width : 50px ; }
44select .ui-slider-switch { display : none; }
55div .ui-slider { position : relative; display : inline-block; overflow : visible; height : 15px ; padding : 0 ; margin : 0 2% 0 20px ; top : 4px ; width : 65% ; }
6- div .ui-slider-switch { width : 99.8% ; }
7- .ui-field-contain div .ui-slider-switch { width : 50% ; }
86a .ui-slider-handle { position : absolute; z-index : 1 ; top : 50% ; width : 28px ; height : 28px ; margin-top : -15px ; margin-left : -15px ; outline : 0 ; }
97a .ui-slider-handle .ui-btn-inner { padding-left : 0 ; padding-right : 0 ; }
10- @media all and (min-width : 480 px ){
8+ @media all and (min-width : 320 px ){
119 .ui-field-contain label .ui-slider { vertical-align : top; display : inline-block; width : 20% ; margin : 0 2% 0 0 ; }
1210 .ui-field-contain div .ui-slider { width : 43% ; }
13- .ui-field-contain div .ui-slider-switch { width : 35 % ; }
11+ .ui-field-contain div .ui-slider-switch { width : 5 em ; }
1412}
15- div . ui-slider-switch { height : 32 px ; overflow : hidden; margin-left : 0 ; }
16- div .ui-slider-inneroffset { margin-left : 50 % ; position : absolute; top : 1 px ; height : 100 % ; width : 50 % ; }
13+
14+ div .ui-slider-switch { height : 32 px ; margin-left : 0 ; width : 5 em ; }
1715a .ui-slider-handle-snapping { -webkit-transition : left 70ms linear; -moz-transition : left 70ms linear; }
18- div .ui-slider-labelbg { position : absolute; top : 0 ; margin : 0 ; border-width : 0 ; }
19- div .ui-slider-switch div .ui-slider-labelbg-a { width : 60% ; height : 100% ; left : 0 ; }
20- div .ui-slider-switch div .ui-slider-labelbg-b { width : 60% ; height : 100% ; right : 0 ; }
21- .ui-slider-switch-a div .ui-slider-labelbg-a , .ui-slider-switch-b div .ui-slider-labelbg-b { z-index : -1 ; }
22- .ui-slider-switch-a div .ui-slider-labelbg-b , .ui-slider-switch-b div .ui-slider-labelbg-a { z-index : 0 ; }
16+ div .ui-slider-switch .ui-slider-handle { margin-top : 1px ; }
17+ .ui-slider-inneroffset { margin : 0 16px ; position : relative; z-index : 1 ; }
18+
19+ span .ui-slider-label { position : absolute; text-align : center; width : 100% ; overflow : hidden; font-size : 16px ; top : 0 ; line-height : 2 ; border-width : 0 ; }
20+ span .ui-slider-label-a { z-index : 1 ; left : 0 ; text-indent : -1.5em ; }
21+ span .ui-slider-label-b { z-index : 0 ; right : 0 ; text-indent : 1.5em ;}
22+
23+
24+ .ui-slider-inline { width : 120px ; display : inline-block; }
2325
24- div .ui-slider-switch a .ui-slider-handle { z-index : 1 ; width : 100% ; height : 30px ; margin-top : -17px ; margin-left : -100% ; }
25- span .ui-slider-label { width : 100% ; position : absolute; height : 32px ; font-size : 16px ; text-align : center; line-height : 1.8 ; background : none; border-color : transparent; }
26- span .ui-slider-label-a { left : -100% ; margin-right : -1px }
27- span .ui-slider-label-b { right : -100% ; margin-left : -1px }
0 commit comments