source: trunk/web/addons/job_monarch/lib/extjs/air/samples/tasks/reminder.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: 577 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}
12body td {
13        font:normal 12px arial, tahoma, helvetica, sans-serif;
14}
15#icon-col {
16        width: 24px;
17        padding-top:8px;
18        vertical-align:top;
19        text-align:center;
20}
21
22#task-title {
23        font-weight:bold;
24        padding-top:8px;
25}
26
27#snooze-ct {
28        padding-top:8px;
29        text-align:left;
30}
31
32#btns {
33        padding-top:8px;
34}
35
36#btns .x-btn {
37        float:right;
38        margin-right:8px;
39}
Note: See TracBrowser for help on using the repository browser.