Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / button / buttons.css
1 /*!
2  * Ext JS Library 3.1.1
3  * Copyright(c) 2006-2010 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .add {
8     background-image: url(images/add.gif) !important;
9 }
10 .add16 {
11     background-image: url(images/add16.gif) !important;
12 }
13 .add24 {
14     background-image: url(images/add24.gif) !important;
15 }
16
17 .btn-panel td {
18     padding-left:5px;
19 }
20
21 h2 {
22     color:#083772 !important;
23     margin: 20px 0 0 !important;
24     padding: 5px;
25     background:#eee;
26     width:400px;
27 }
28
29 h3 {
30     font-weight:normal !important;
31 }