source: trunk/web/addons/job_monarch/lib/extjs/air/samples/tasks/task.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: 587 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
9#msg {
10        background:#fffad7;
11        border:1px solid #eee096;
12        padding:3px;
13        margin:0 0 8px 0;
14        font:normal 11px arial, tahoma, helvetica, sans-serif;
15}
16
17.x-form-check-wrap label {
18    vertical-align:top;
19}
20.x-form-check-wrap {
21    padding-top:2px;
22}
23.divider {
24        height:1px;
25        background:#a3bad9;
26        margin-bottom:8px;
27}
28.x-form-item {
29    margin-bottom:8px;
30}
31
32.x-form-field {
33    font:normal 11px arial, tahoma, helvetica, sans-serif;
34}
Note: See TracBrowser for help on using the repository browser.