source: trunk/web/addons/job_monarch/lib/extjs/air/samples/tasks/main.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: 7.3 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
9/*
10 * Ext JS Library 2.0
11 * Copyright(c) 2006-2007, Ext JS, LLC.
12 * licensing@extjs.com
13 *
14 * http://www.extjs.com/license
15 */
16html, body {
17        height:100%;
18        margin:0;
19        border:0;
20}
21#tasks-grid .x-grid3-header {
22    background: #f9f9f9 url(images/hrow.gif) repeat-x left top;
23}
24#tasks-grid .new-task-row {
25    height:24px;
26}
27#tasks-grid .new-task-row .x-small-editor {
28    overflow:hidden;
29    width:100%;
30}
31#tasks-grid .new-task-row .x-small-editor input {
32    font-size:11px;
33}
34#new-task-icon {
35    width:16px;
36    height:16px;
37    margin-left:3px;
38    background: transparent url(images/edit.gif) no-repeat;
39}
40.x-grid3-body .x-grid3-td-task-col .x-grid3-cell-inner {
41    padding: 1px 0 0 0 !important;
42}
43
44.x-grid3-body .x-grid3-td-reminder-col .x-grid3-cell-inner {
45    padding: 1px 0 0 0 !important;
46}
47
48.task-check {
49    width:98%;
50    height:16px;
51    background: transparent url(images/check.gif) no-repeat center 0;
52    cursor:pointer;
53}
54
55.task-completed .task-check {
56    background: transparent url(images/check.gif) no-repeat center -16px;
57}
58
59.task-check-over {
60    background: transparent url(images/check.gif) no-repeat center -32px;
61}
62
63.reminder {
64    width:98%;
65    height:16px;
66    background: transparent url(images/bell.png) no-repeat center -50px;
67}
68.reminder-active {
69        background-position: center 0;
70}
71
72.task-completed .reminder {
73    background-image:url(images/s.gif);
74}
75
76.reminder-over {
77    cursor:pointer;
78        background-color:#DFE8F6;
79}
80.task-completed .reminder-over {
81    cursor:default;
82        background-color:transparent;
83}
84
85.task-overdue .x-grid3-cell-inner {
86    color:#fb223a;
87}
88
89.task-completed .x-grid3-cell-inner {
90    text-decoration:line-through;
91    color:gray;
92}
93
94.task-col-hd {
95    width:98%;
96    height:12px;
97    background: transparent url(images/hd-check.gif) no-repeat center center;
98    cursor:default;
99}
100.reminder-col-hd {
101    width:98%;
102    height:12px;
103    background: transparent url(images/reminder-hd.png) no-repeat center center;
104    cursor:default;
105}
106
107.x-grid3-td-task-title .x-grid3-cell-inner {
108    white-space:normal;
109}
110
111
112.icon-show-active {
113    background-image:url(images/icon-show-active.gif) !important;
114}
115.icon-show-complete {
116    background-image:url(images/icon-show-complete.gif) !important;
117}
118.icon-show-all {
119    background-image:url(images/icon-show-all.gif) !important;
120}
121.icon-all {
122    background-image:url(images/icon-all.gif) !important;
123}
124.x-grid3-dirty-cell {
125    background:transparent;
126}
127
128.icon-active {
129    background-image:url(images/icon-active.gif) !important;
130}
131.icon-complete {
132    background-image:url(images/icon-complete.gif) !important;
133}
134.icon-delete {
135    background-image:url(images/delete.gif) !important;
136}
137.icon-delete-task {
138    background-image:url(images/icon-delete-task.gif) !important;
139}
140.icon-edit {
141        background-image:url(images/edit.gif) !important;
142}
143.icon-mark-complete {
144        background-image:url(images/icon-mark-complete.gif) !important;
145}
146.icon-mark-active {
147        background-image:url(images/icon-mark-active.gif) !important;
148}
149.icon-folder {
150        background-image:url(images/icon-folder.gif) !important;
151}
152.icon-folder-new {
153        background-image:url(images/icon-folder-new.gif) !important;
154}
155.icon-folder-delete {
156        background-image:url(images/icon-folder-delete.gif) !important;
157}
158.icon-paste-new {
159        background-image:url(images/icon-paste-new.gif) !important;
160}
161.icon-list {
162        background-image:url(images/icon-list.gif) !important;
163}
164.icon-multi-list {
165        background-image:url(images/icon-multi-list.gif) !important;
166}
167.icon-list-new {
168        background-image:url(images/icon-list-new.gif) !important;
169}
170.icon-list-delete {
171        background-image:url(images/icon-list-delete.gif) !important;
172}
173
174.icon-by-date {
175    background-image:url(images/icon-by-date.gif) !important;
176}
177.icon-by-category {
178    background-image:url(images/icon-by-category.gif) !important;
179}
180.icon-no-group {
181    background-image:url(images/icon-no-group.gif) !important;
182}
183.icon-save {
184    background-image:url(images/save.gif) !important;
185}
186
187.icon-filter  {
188    background-image:url(images/icon-filter.gif) !important;
189}
190.x-panel-trans {
191        background:transparent;
192}
193
194.x-layout-split-west {
195        cursor:move;
196    width:4px;
197}
198.x-panel-header-text {
199        color:#3764A0;
200}
201#main-tb {
202        background-position:0 -1px;
203}
204
205#list-tree .x-tool {
206    background-image:url(ext-2.0/resources/images/default/panel/tools-sprites-trans.gif);
207}
208
209/*#list-tree .special-node span {
210    font-style:italic;
211}*/
212
213#list-tree .x-panel-body {
214    background-color:white;
215    position:relative;
216    padding:3px 1px 3px 1px;
217}
218#list-tree .x-tree-node-el{
219    border:1px solid #fff;
220}
221
222#list-tree  .x-tree-selected {
223    border:1px dotted #a3bae9;
224    background:#DFE8F6;
225}
226#list-tree  .x-tree-node .x-tree-selected a span{
227        background:transparent;
228        color:#1E4176;
229    font-weight:bold;
230}
231
232#list-tree  .x-node-ctx {
233    border:1px dotted #aaa;
234    background:#eee;
235}
236/*
237#list-tree .x-tree-elbow-line, #list-tree .x-tree-elbow, #list-tree .x-tree-elbow-end, #list-tree .x-tree-elbow-plus, #list-tree .x-tree-elbow-minus, #list-tree .x-tree-elbow-end-plus, #list-tree .x-tree-elbow-end-minus{
238        width:4px;
239}*/
240
241
242.x-layout-collapsed-west {
243        background-image:url(images/my-lists.png);
244        background-repeat:no-repeat;
245        background-position: center;
246}
247
248.x-panel-header .x-panel-header-text {
249        color: #15428b;
250}
251.x-panel-header {
252        background-image:url(images/panel-header.gif);
253}
254
255
256.x-grid3:not(input) {
257    -khtml-user-select: none;
258}
259.x-tree:not(input) {
260    -khtml-user-select: none;
261}
262
263.x-menu-item-icon {
264        background-position:center 0;
265}
266
267.x-item-disabled .x-btn-center .x-btn-text{
268        opacity: .6;
269}
270
271.x-form-item {
272    font:normal 11px tahoma, arial, helvetica, sans-serif;
273}
274
275.ext-safari .x-form-field-wrap .x-form-trigger{
276    height:19px; 
277}
278.x-tree-selector .x-tree-node-el {
279        border:1px solid #fff;
280}
281.x-tree-selector .x-tree-activated {
282        border:1px dotted #999 !important;
283}
284.x-tree-menu {
285   padding:0 !important;
286}
287
288.x-menu-item-active {
289        background: #ebf3fd;
290        border:1px solid #aaccf6;
291        padding: 0;
292}
293.x-panel-header {
294    height:16px;
295}
296
297.x-menu-sep {
298        overflow:hidden;
299        height:1px;
300        margin: 1px 3px;
301}
302.x-rbtn {
303        table-layout:fixed;
304}
305.x-rbtn td {
306        width:24px;
307        height:21px;
308        background-image:url(images/rbtn.gif);
309        background-repeat:no-repeat;
310        padding:0;
311        vertical-align:middle;
312        border:0 none;
313}
314.x-rbtn td.x-rbtn-first {
315        background-position: 0 0;
316}
317.x-rbtn td.x-rbtn-item {
318        background-position: 0 -42px;
319}
320.x-rbtn td.x-rbtn-last {
321        background-position: right -21px;
322}
323.x-rbtn td.x-rbtn-first-active {
324        background-position: 0 -63px;
325}
326.x-rbtn td.x-rbtn-item-active {
327        background-position: 0 -105px;
328}
329.x-rbtn td.x-rbtn-last-active {
330        background-position: right -84px;
331}
332.x-rbtn button{
333    background-color:transparent;
334        background-repeat:no-repeat;
335        background-position:center;
336        padding: 0;
337        margin:0;
338    border:0 none;
339    cursor:pointer;
340        width:24px;
341        height:16px;
342    -moz-outline:0 none;
343    outline:0 none;
344        font-size:1px;
345        line-height:1px;       
346}
347
Note: See TracBrowser for help on using the repository browser.