Upgrade to ExtJS 3.1.0 - Released 12/16/2009
[extjs.git] / examples / toolbar / toolbars.css
1 /*!
2  * Ext JS Library 3.1.0
3  * Copyright(c) 2006-2009 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 #container {
8     width:600px;
9     height:400px;
10     border:3px solid #c3daf9;
11 }
12
13 .add {
14     background-image: url( images/add.gif ) !important;
15 }
16 .add16 {
17     background-image: url( images/add16.gif ) !important;
18 }
19 .add24 {
20     background-image: url( images/add24.gif ) !important;
21 }
22 .remove {
23     background-image: url( ../menu/images/delete.gif ) !important;
24 }
25 .edit {
26     background-image: url( ../menu/images/edit.gif ) !important;
27 }
28 .find {
29     background-image: url( ../menu/images/find.gif ) !important;
30 }
31 .view {
32     background-image: url( ../menu/images/view.gif ) !important;
33 }
34
35 .btn-panel td {
36     padding-left:5px;
37 }
38
39 h2 {
40     color:#083772 !important;
41     margin: 20px 0 0 !important;
42     padding: 5px;
43     background:#eee;
44     width:400px;
45 }
46
47 h3 {
48     font-weight:normal !important;
49 }