mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-24 16:14:44 +00:00
fixed up slider layout in wider screen widths
This commit is contained in:
parent
dcaeeb70ad
commit
a14522b6e6
1 changed files with 2 additions and 2 deletions
|
|
@ -4,9 +4,9 @@
|
|||
* 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; }
|
||||
input.ui-slider-input, .min-width-480px input.ui-slider-input { display: inline-block; width: 40px; }
|
||||
select.ui-slider-switch { display: none; }
|
||||
div.ui-slider { position: relative; display: inline-block; overflow: visible; height: 15px; padding: 0; margin: 0 2% 0 15px; top: 4px; width: 66%; }
|
||||
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; z-index: 10; top: 50%; width: 28px; height: 28px; margin-top: -15px; margin-left: -15px; }
|
||||
a.ui-slider-handle .ui-btn-inner { padding-left: 0; padding-right: 0; }
|
||||
.min-width-480px label.ui-slider { display: inline-block; width: 20%; margin: 0 2% 0 0; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue