~cdparra/gelee/trunk

« back to all changes in this revision

Viewing changes to webui/runtime/css/slider.css

  • Committer: parra
  • Date: 2010-03-15 15:56:56 UTC
  • Revision ID: svn-v4:ac5bba68-f036-4e09-846e-8f32731cc928:trunk/gelee:1448
merged gelee at svn

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Ext JS Library 3.0+
 
3
 * Copyright(c) 2006-2009 Ext JS, LLC
 
4
 * licensing@extjs.com
 
5
 * http://www.extjs.com/license
 
6
 */
 
7
#exe-playback {
 
8
    width:214px;
 
9
    padding-top:6px;
 
10
    background-image:url(../images/ticks.gif);
 
11
}
 
12
#exe-playback .x-slider-thumb {
 
13
    background-image:url(../images/slider-thumb.png);
 
14
}
 
15
 
 
16
h3 {
 
17
    padding:15px 0 5px;
 
18
}