Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / examples / slider / slider.css
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 #custom-slider {
8     width:214px;
9     padding-top:6px;
10     background-image:url(images/ticks.gif);
11 }
12 #custom-slider .x-slider-thumb {
13     background-image:url(images/slider-thumb.png);
14 }
15
16 h3 {
17     padding:15px 0 5px;
18 }