Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / resources / css / structure / debug.css
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 #x-debug-browser .x-tree .x-tree-node a span {
8     padding-top:2px;
9     line-height:18px;
10 }
11
12 #x-debug-browser  .x-tool-toggle {
13     background-position:0 -75px;
14 }
15
16 #x-debug-browser  .x-tool-toggle-over {
17     background-position:-15px -75px;
18 }
19
20 #x-debug-browser.x-panel-collapsed .x-tool-toggle {
21     background-position:0 -60px;
22 }
23
24 #x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
25     background-position:-15px -60px;
26 }