1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
/*!
* Ext JS Library 3.4.0
* Copyright(c) 2006-2011 Sencha Inc.
* licensing@sencha.com
* http://www.sencha.com/license
*/
.add {
background-image: url(images/add.gif) !important;
}
.add16 {
background-image: url(images/add16.gif) !important;
}
.add24 {
background-image: url(images/add24.gif) !important;
}
.btn-panel td {
padding-left:5px;
}
h2 {
color:#083772 !important;
margin: 20px 0 0 !important;
padding: 5px;
background:#eee;
width:400px;
}
h3 {
font-weight:normal !important;
}
|