mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-29 18:34:43 +00:00
took the width of the slider track down a tad
This commit is contained in:
parent
3b7a717e92
commit
11db1686c2
1 changed files with 2 additions and 2 deletions
|
|
@ -5,9 +5,9 @@
|
|||
*/
|
||||
label.ui-slider { display: block; }
|
||||
input.ui-slider-input { display: inline-block; width: 40px; }
|
||||
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 68%; }
|
||||
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 20px; top: 4px; width: 66%; }
|
||||
a.ui-slider-handle { position: absolute; top: 50%; width: 24px; height: 24px; margin-top: -13px; margin-left: -13px; }
|
||||
@media screen and (min-width: 480px){
|
||||
label.ui-slider { display: inline-block; width: 20%; margin: 0 2% 0 0; }
|
||||
div.ui-slider { width: 46%; }
|
||||
div.ui-slider { width: 45%; }
|
||||
}
|
||||
Loading…
Reference in a new issue