Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / examples / tabs / tabs-example.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 .list {list-style:square;width:500px;padding-left:16px;}
8 .list li{padding:2px;font-size:8pt;}
9
10 pre {
11    font-size:11px; 
12 }
13
14 .x-tab-panel-body .x-panel-body {
15     padding:10px;
16 }
17
18 /* default loading indicator for ajax calls */
19 .loading-indicator {
20         font-size:8pt;
21         background-image:url('../../resources/images/default/grid/loading.gif');
22         background-repeat: no-repeat;
23         background-position: left;
24         padding-left:20px;
25 }
26
27 .new-tab {
28     background-image:url(../feed-viewer/images/new_tab.gif) !important;
29 }
30
31
32 .tabs {
33     background-image:url( ../desktop/images/tabs.gif ) !important;
34 }