~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to gis/dhis-gis-geostat/mfbase/ext/resources/css/window.css

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

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