source: trunk/web/addons/job_monarch/lib/extjs/examples/slider/slider.css @ 619

Last change on this file since 619 was 619, checked in by ramonb, 15 years ago

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 364 bytes
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9#custom-slider {
10    width:214px;
11    padding-top:6px;
12    background-image:url(images/ticks.gif);
13}
14#custom-slider .x-slider-thumb {
15    background-image:url(images/slider-thumb.png);
16}
17
18h3 {
19    padding:15px 0 5px;
20}
Note: See TracBrowser for help on using the repository browser.