source: trunk/web/addons/job_monarch/lib/extjs/air/resources/ext-air.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: 2.4 KB
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
9body.x-air-window {
10    background:transparent !important;
11        height:100%;
12}
13
14.x-air.x-window-tc {
15        background: transparent url(images/top-bottom.png) repeat-x 0 0;
16        padding-top:11px;
17}
18.x-air.x-window-bc .x-air.x-window-footer {
19    background: transparent url(images/top-bottom.png) repeat-x 0 bottom;
20    padding-bottom:15px;
21}
22.x-panel-nofooter .x-air.x-window-bc {
23        background: transparent url(images/top-bottom.png) repeat-x 0 bottom;
24    height:15px;
25}
26.x-air.x-window-tr {
27        background: transparent url(images/right-corners.png) no-repeat right 0;
28        padding-right:15px;
29}
30.x-air.x-window-br {
31        background: transparent url(images/right-corners.png) no-repeat right bottom;
32        padding-right:15px;
33}
34
35.x-air.x-window-tl {
36        background: transparent url(images/left-corners.png) no-repeat 0 0;
37        padding-left:15px;
38}
39.x-air.x-window-bl {
40        background: transparent url(images/left-corners.png) no-repeat 0 bottom;
41        padding-left:15px;
42}
43
44.x-air.x-window-mr {
45        background: transparent url(images/left-right.png) repeat-y right 0;
46        padding-right:15px;
47}
48
49.x-air.x-window-ml {
50        background: transparent url(images/left-right.png) repeat-y 0 0;
51        padding-left:15px;
52}
53.x-air.x-resizable-handle{
54        margin:7px;
55}
56
57.x-air.x-window-mc {
58    background: #CAD9EC;
59    border-right:1px solid #DFE8F6;
60    border-bottom:1px solid #DFE8F6;
61    border-top:1px solid #a3bae9;
62    border-left:1px solid #a3bae9;
63}
64
65.x-air.x-window-body {
66    border-left:1px solid #DFE8F6;
67    border-top:1px solid #DFE8F6;
68    border-bottom:1px solid #a3bae9;
69    border-right:1px solid #a3bae9;
70    background:transparent !important;
71}
72
73
74.ext-safari .x-small-editor .x-form-field {
75    /* safari text field will not size so needs bigger font */
76    font:normal 11px arial, tahoma, helvetica, sans-serif;
77}
78
79.x-menu-sep {
80        overflow:hidden;
81        height:1px;
82        margin: 1px 3px;
83}
84
85.x-layout-split, .x-splitbar-h, .x-splitbar-v, .x-layout-split-north, .x-layout-split-east, .x-layout-split-west, .x-layout-split-south {
86    cursor:move !important;
87}
88
89.x-grid3:not(input) {
90    -khtml-user-select: none;
91}
92.x-tree:not(input) {
93    -khtml-user-select: none;
94}
95.x-panel:not(input) {
96    -khtml-user-select: none;
97}
98.x-panel .x-panel-body textarea {
99    -khtml-user-select: normal;
100}
101
Note: See TracBrowser for help on using the repository browser.