source: trunk/web/addons/job_monarch/lib/extjs-30/examples/button/buttons.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 532 bytes
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 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
21h2 {
22    color:#083772 !important;
23    margin: 20px 0 0 !important;
24    padding: 5px;
25    background:#eee;
26    width:400px;
27}
28
29h3 {
30    font-weight:normal !important;
31}
Note: See TracBrowser for help on using the repository browser.