Subversion Repositories eFlore/Applications.cel

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2108 mathias 1
/*
2
 * Ext JS Library 2.0.2
3
 * Copyright(c) 2006-2008, Ext JS, LLC.
4
 * licensing@extjs.com
5
 *
6
 * http://extjs.com/license
7
 */
8
 
9
.x-window {
10
    zoom:1;
11
}
12
.x-window .x-resizable-handle {
13
    opacity:0;
14
    -moz-opacity:0;
15
    filter:alpha(opacity=0);
16
}
17
 
18
.x-window-proxy {
19
    background:#C7DFFC;
20
    border:1px solid #99bbe8;
21
    z-index:12000;
22
    overflow:hidden;
23
    position:absolute;
24
    left:0;top:0;
25
    display:none;
26
    opacity:.5;
27
    -moz-opacity:.5;
28
    filter:alpha(opacity=50);
29
}
30
 
31
.x-window-header {
32
    overflow:hidden;
33
    zoom:1;
34
}
35
.x-window-bwrap {
36
    z-index:1;
37
    position:relative;
38
    zoom:1;
39
}
40
.x-window-tl .x-window-header {
41
    color:#15428b;
42
	font:bold 11px tahoma,arial,verdana,sans-serif;
43
    padding:5px 0 4px 0;
44
}
45
.x-window-header-text {
46
    cursor:pointer;
47
}
48
.x-window-tc {
49
	background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 0;
50
	overflow:hidden;
51
    zoom:1;
52
}
53
.x-window-tl {
54
	background: transparent url(../images/default/window/left-corners.png) no-repeat 0 0;
55
	padding-left:6px;
56
    zoom:1;
57
    z-index:1;
58
    position:relative;
59
}
60
.x-window-tr {
61
	background: transparent url(../images/default/window/right-corners.png) no-repeat right 0;
62
	padding-right:6px;
63
}
64
.x-window-bc {
65
	background: transparent url(../images/default/window/top-bottom.png) repeat-x 0 bottom;
66
    zoom:1;
67
}
68
.x-window-bc .x-window-footer {
69
    padding-bottom:6px;
70
    zoom:1;
71
    font-size:0;
72
    line-height:0;
73
}
74
.x-window-bl {
75
	background: transparent url(../images/default/window/left-corners.png) no-repeat 0 bottom;
76
	padding-left:6px;
77
    zoom:1;
78
}
79
.x-window-br {
80
	background: transparent url(../images/default/window/right-corners.png) no-repeat right bottom;
81
	padding-right:6px;
82
    zoom:1;
83
}
84
.x-window-mc {
85
    border:1px solid #99bbe8;
86
    padding:0;
87
    margin:0;
88
    font: normal 11px tahoma,arial,helvetica,sans-serif;
89
    background:#dfe8f6;
90
}
91
 
92
 
93
.x-window-ml {
94
	background: transparent url(../images/default/window/left-right.png) repeat-y 0 0;
95
	padding-left:6px;
96
    zoom:1;
97
}
98
.x-window-mr {
99
	background: transparent url(../images/default/window/left-right.png) repeat-y right 0;
100
	padding-right:6px;
101
    zoom:1;
102
}
103
.x-panel-nofooter .x-window-bc {
104
	height:6px;
105
}
106
.x-window-body {
107
    overflow:hidden;
108
}
109
.x-window-bwrap {
110
    overflow:hidden;
111
}
112
.x-window-maximized .x-window-bl, .x-window-maximized .x-window-br,
113
    .x-window-maximized .x-window-ml, .x-window-maximized .x-window-mr,
114
    .x-window-maximized .x-window-tl, .x-window-maximized .x-window-tr {
115
    padding:0;
116
}
117
.x-window-maximized .x-window-footer {
118
    padding-bottom:0;
119
}
120
.x-window-maximized .x-window-tc {
121
    padding-left:3px;
122
    padding-right:3px;
123
    background-color:white;
124
}
125
.x-window-maximized .x-window-mc {
126
    border-left:0 none;
127
    border-right:0 none;
128
}
129
.x-window-tbar .x-toolbar, .x-window-bbar .x-toolbar {
130
    border-left:0 none;
131
    border-right: 0 none;
132
}
133
.x-window-bbar .x-toolbar {
134
    border-top:1px solid #99bbe8;
135
    border-bottom:0 none;
136
}
137
.x-window-draggable, .x-window-draggable .x-window-header-text {
138
    cursor:move;
139
}
140
.x-window-maximized .x-window-draggable, .x-window-maximized .x-window-draggable .x-window-header-text {
141
    cursor:default;
142
}
143
.x-window-body {
144
    background:transparent;
145
}
146
.x-panel-ghost .x-window-tl {
147
    border-bottom:1px solid #99bbe8;
148
}
149
.x-panel-collapsed .x-window-tl {
150
    border-bottom:1px solid #84a0c4;
151
}
152
.x-window-maximized-ct {
153
    overflow:hidden;
154
}
155
.x-window-maximized .x-resizable-handle {
156
    display:none;
157
}
158
.x-window-sizing-ghost ul {
159
    border:0 none !important;
160
}
161
 
162
 
163
.x-dlg-focus{
164
	-moz-outline:0 none;
165
	outline:0 none;
166
	width:0;
167
	height:0;
168
	overflow:hidden;
169
	position:absolute;
170
	top:0;
171
	left:0;
172
}
173
.x-dlg-mask{
174
	z-index:10000;
175
   display:none;
176
   position:absolute;
177
   top:0;
178
   left:0;
179
   -moz-opacity: 0.5;
180
   opacity:.50;
181
   filter: alpha(opacity=50);
182
   background-color:#CCC;
183
}
184
 
185
body.ext-ie6.x-body-masked select {
186
	visibility:hidden;
187
}
188
body.ext-ie6.x-body-masked .x-window select {
189
	visibility:visible;
190
}
191
 
192
.x-window-plain .x-window-mc {
193
    background: #CAD9EC;
194
    border-right:1px solid #DFE8F6;
195
    border-bottom:1px solid #DFE8F6;
196
    border-top:1px solid #a3bae9;
197
    border-left:1px solid #a3bae9;
198
}
199
 
200
.x-window-plain .x-window-body {
201
    border-left:1px solid #DFE8F6;
202
    border-top:1px solid #DFE8F6;
203
    border-bottom:1px solid #a3bae9;
204
    border-right:1px solid #a3bae9;
205
    background:transparent !important;
206
}
207
 
208
body.x-body-masked .x-window-plain .x-window-mc {
209
    background: #C7D6E9;
210
}