~crf-team/crf-irp/crf-irp

« back to all changes in this revision

Viewing changes to WebContent/js/ext-3.1.1/resources/css/theme-gray/window.css

  • Committer: Thomas
  • Date: 2010-03-10 23:55:46 UTC
  • Revision ID: thomas@daisybox-port-20100310235546-23635dk6x5asb1ca
Upgrade ExtJs 3.1.1
Upgrade Spring 3.0.1 + dependencies
Change Jawr JS post processor : YUI
Upgrade to last build of dwr 3 trunk 69 revision 3019(after build 116), upgrade jawr-dwr plugin 1.4 unofficiale from jose noheda, Jawr 3.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*!
 
2
 * Ext JS Library 3.1.1
 
3
 * Copyright(c) 2006-2010 Ext JS, LLC
 
4
 * licensing@extjs.com
 
5
 * http://www.extjs.com/license
 
6
 */
 
7
.x-window-proxy {
 
8
    background-color:#fcfcfc;
 
9
    border-color:#d0d0d0;
 
10
}
 
11
 
 
12
.x-window-tl .x-window-header {
 
13
    color:#555;
 
14
        font:bold 11px tahoma,arial,verdana,sans-serif;
 
15
}
 
16
 
 
17
.x-window-tc {
 
18
        background-image: url(../images/gray/window/top-bottom.png);
 
19
}
 
20
 
 
21
.x-window-tl {
 
22
        background-image: url(../images/gray/window/left-corners.png);
 
23
}
 
24
 
 
25
.x-window-tr {
 
26
        background-image: url(../images/gray/window/right-corners.png);
 
27
}
 
28
 
 
29
.x-window-bc {
 
30
        background-image: url(../images/gray/window/top-bottom.png);
 
31
}
 
32
 
 
33
.x-window-bl {
 
34
        background-image: url(../images/gray/window/left-corners.png);
 
35
}
 
36
 
 
37
.x-window-br {
 
38
        background-image: url(../images/gray/window/right-corners.png);
 
39
}
 
40
 
 
41
.x-window-mc {
 
42
    border-color:#d0d0d0;
 
43
    font: normal 11px tahoma,arial,helvetica,sans-serif;
 
44
    background-color:#e8e8e8;
 
45
}
 
46
 
 
47
.x-window-ml {
 
48
        background-image: url(../images/gray/window/left-right.png);
 
49
}
 
50
 
 
51
.x-window-mr {
 
52
        background-image: url(../images/gray/window/left-right.png);
 
53
}
 
54
 
 
55
.x-window-maximized .x-window-tc {
 
56
    background-color:#fff;
 
57
}
 
58
 
 
59
.x-window-bbar .x-toolbar {
 
60
    border-top-color:#d0d0d0;
 
61
}
 
62
 
 
63
.x-panel-ghost .x-window-tl {
 
64
    border-bottom-color:#d0d0d0;
 
65
}
 
66
 
 
67
.x-panel-collapsed .x-window-tl {
 
68
    border-bottom-color:#d0d0d0;
 
69
}
 
70
 
 
71
.x-dlg-mask{
 
72
   background-color:#ccc;
 
73
}
 
74
 
 
75
.x-window-plain .x-window-mc {
 
76
    background-color: #E8E8E8;
 
77
    border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0;
 
78
}
 
79
 
 
80
.x-window-plain .x-window-body {
 
81
    border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE;
 
82
}
 
83
 
 
84
body.x-body-masked .x-window-plain .x-window-mc {
 
85
    background-color: #E4E4E4;
 
86
}