source: trunk/web/addons/job_monarch/lib/extjs/air/samples/tasks/preferences.css @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 473 bytes
Line 
1/*
2 * Ext JS Library 0.30
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9html, body {
10        font:normal 12px arial, tahoma, helvetica, sans-serif;
11        background-color:#DFE8F6;
12        overflow:hidden;
13}
14body td {
15        font:normal 12px arial, tahoma, helvetica, sans-serif;
16}
17#time-ct {
18        padding:8px 0 0 25px;
19}
20#btns {
21        padding-top:15px;
22        padding-left:25px;
23}
24
25#btns .x-btn {
26        margin-right:8px;
27        float:left;
28}
Note: See TracBrowser for help on using the repository browser.