You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
753 B

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-slider,
.yui3-slider-rail {
/* xbrowser inline-block styles */
display: -moz-inline-stack; /* FF2 */
display: inline-block;
*display: inline; /* IE 7- (with zoom) */
zoom: 1;
vertical-align: middle;
}
.yui3-slider-content {
position: relative;
display: block;
}
.yui3-slider-rail {
position: relative;
}
.yui3-slider-rail-cap-top,
.yui3-slider-rail-cap-left,
.yui3-slider-rail-cap-bottom,
.yui3-slider-rail-cap-right,
.yui3-slider-thumb,
.yui3-slider-thumb-image,
.yui3-slider-thumb-shadow {
position: absolute;
}
.yui3-slider-thumb {
overflow: hidden;
}