slider.css
362 Bytes
/*
* Ext JS Library 2.1
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
#custom-slider {
width:214px;
padding-top:6px;
background-image:url(images/ticks.gif);
}
#custom-slider .x-slider-thumb {
background-image:url(images/slider-thumb.png);
}
h3 {
padding:15px 0 5px;
}