mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-18 15:00:23 +00:00
13 lines
No EOL
662 B
CSS
13 lines
No EOL
662 B
CSS
/*
|
|
* jQuery Mobile Framework
|
|
* Copyright (c) jQuery Project
|
|
* Dual licensed under the MIT (MIT-LICENSE.txt) or GPL (GPL-LICENSE.txt) licenses.
|
|
*/
|
|
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: 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: 45%; }
|
|
} |