~testplan-team/testplan/source-collection

« back to all changes in this revision

Viewing changes to htmlunit-2.6/src/test/resources/ExtJS/2.2/examples/slider/slider.css

  • Committer: edA-qa mort-ora-y
  • Date: 2010-04-07 10:54:57 UTC
  • Revision ID: eda-qa@disemia.com-20100407105457-g46bvbsrjqtjujab
updating hmltunit src

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 2.2
 
3
 * Copyright(c) 2006-2008, 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
 
 
18
h3 {
 
19
    padding:15px 0 5px;
 
20
}