summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/basic-dialog.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/basic-dialog.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css250
1 files changed, 250 insertions, 0 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css
new file mode 100644
index 0000000..f1b6375
--- a/dev/null
+++ b/frontend/beta/css/yui-extensions/basic-dialog.css
@@ -0,0 +1,250 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz's Javascript Crypto Library.
6Javascript Crypto Library provides web developers with an extensive
7and efficient set of cryptographic functions. The library aims to
8obtain maximum execution speed while preserving modularity and
9reusability.
10For further information about its features and functionalities please
11refer to http://www.clipperz.com
12
13* Javascript Crypto Library is free software: you can redistribute
14 it and/or modify it under the terms of the GNU Affero General Public
15 License as published by the Free Software Foundation, either version
16 3 of the License, or (at your option) any later version.
17
18* Javascript Crypto Library is distributed in the hope that it will
19 be useful, but WITHOUT ANY WARRANTY; without even the implied
20 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
21 See the GNU Affero General Public License for more details.
22
23* You should have received a copy of the GNU Affero General Public
24 License along with Javascript Crypto Library. If not, see
25 <http://www.gnu.org/licenses/>.
26
27*/
28
29.ydlg-proxy {
30 background-image: url(../images/default/gradient-bg.gif);
31 background-color:#c3daf9;
32 border:1px solid #6593cf;
33 z-index:10001;
34 overflow:hidden;
35 position:absolute;
36 left:0;top:0;
37}
38.ydlg-shadow{
39 background:#aaaaaa;
40 position:absolute;
41 left:0;top:0;
42}
43.ydlg-focus{
44 -moz-outline:0 none;
45 outline:0 none;
46 width:0;
47 height:0;
48 overflow:hidden;
49 position:absolute;
50 top:0;
51 left:0;
52}
53.ydlg-mask{
54 z-index:10000;
55 display:none;
56 position:absolute;
57 top:0;
58 left:0;
59 -moz-opacity: 0.5;
60 opacity:.50;
61 filter: alpha(opacity=50);
62 background-color:#CCC;
63}
64body.masked{
65}
66body.masked select {
67 visibility:hidden;
68}
69body.masked .ydlg select {
70 visibility:visible;
71}
72.ydlg{
73 z-index:10001;
74 overflow:hidden;
75 position:absolute;
76 left:300;top:0;
77}
78.yresizable-proxy{
79 z-index:10002;
80}
81.ydlg .ydlg-hd {
82 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
83 background-color:navy;
84 color:#ffffff;
85 font:bold 12px "sans serif", tahoma, verdana, helvetica;
86 overflow:hidden;
87 padding:5px;
88}
89.ydlg .ydlg-hd-left {
90 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
91 padding-left:3px;
92 margin:0px;
93}
94.ydlg .ydlg-hd-right {
95 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
96 padding-right:3px;
97}
98.ydlg .ydlg-dlg-body{
99 background:url(../images/default/layout/gradient-bg.gif);
100 border:1px solid #6593cf;
101 border-top:0 none;
102 padding:10px;
103 overflow:hidden;
104}
105.ydlg .ydlg-bd{
106 overflow:hidden;
107}
108.ydlg .ydlg-ft{
109 overflow:hidden;
110 padding:5px;
111 padding-bottom:0;
112}
113.ydlg .yui-ext-tabbody{
114 background:white;
115 overflow:auto;
116}
117.ydlg .ytabs-top .yui-ext-tabbody{
118 border:1px solid #6593cf;
119 border-top:0 none;
120}
121.ydlg .ytabs-bottom .yui-ext-tabbody{
122 border:1px solid #6593cf;
123 border-bottom:0 none;
124}
125.ydlg .ylayout-container .yui-ext-tabbody{
126 border:0 none;
127}
128.ydlg .inner-tab{
129 margin:5px;
130}
131.ydlg .ydlg-ft .ybtn{
132 margin-right:5px;
133 float:right;
134 clear:none;
135}
136.ydlg .ydlg-ft .ydlg-btns td {
137 border:0;
138 padding:0;
139}
140.ydlg .ydlg-ft .ydlg-btns-right table{
141 float:right;
142 clear:none;
143}
144.ydlg .ydlg-ft .ydlg-btns-left table{
145 float:left;
146 clear:none;
147}
148.ydlg .ydlg-ft .ydlg-btns-center{
149 text-align:center; /*ie*/
150}
151.ydlg .ydlg-ft .ydlg-btns-center table{
152 margin:0 auto; /*everyone else*/
153}
154.ydlg-draggable .ydlg-hd{
155 cursor:move;
156}
157.ydlg-closable .ydlg-hd{
158 padding-right:22px;
159}
160.ydlg .ydlg-close {
161 position:absolute;
162 top:4px;
163 right:4px;
164 z-index:6;
165 height:15px;
166 width:15px;
167 margin:0;
168 padding:0;
169 line-height:1px;
170 font-size:1px;
171 background-repeat:no-repeat;
172 cursor:pointer;
173 visibility:inherit;
174 background-image:url(../images/default/basic-dialog/close.gif);
175}
176.ydlg div.yresizable-handle-east{
177 background-image:url(../images/default/sizer/e-handle-dark.gif);
178 border:0;
179 background-position:left;
180 margin-right:0;
181}
182.ydlg div.yresizable-handle-south{
183 background-image:url(../images/default/sizer/s-handle-dark.gif);
184 border:0;
185 height:6px;
186}
187.ydlg div.yresizable-handle-west{
188 background-image:url(../images/default/sizer/e-handle-dark.gif);
189 border:0;
190 background-position:1px;
191}
192.ydlg div.yresizable-handle-north{
193 background-image:url(../images/default/s.gif);
194 border:0;
195}
196.ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{
197 background-image:url(../images/default/s.gif);
198 border:0;
199}
200.ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{
201 background-image:url(../images/default/s.gif);
202 border:0;
203}
204.ydlg div.yresizable-handle-southeast{
205 background-image:url(../images/default/sizer/corners-sprite.gif);
206 background-position: top left;
207 width:8px;
208 height:8px;
209 border:0;
210}
211.ydlg div.yresizable-handle-southwest{
212 background-image:url(../images/default/sizer/corners-sprite.gif);
213 background-position: top right;
214 margin-left:1px;
215 margin-bottom:1px;
216 border:0;
217}
218
219#mb-dlg .ydlg-ft .ybtn{
220 float:none;
221 clear:none;
222 margin:0 3px;
223}
224
225#mb-dlg .ydlg-bd {
226 padding:5px;
227 overflow:hidden !important;
228}
229#mb-dlg .ext-mb-input {
230 margin-top:4px;
231 width:95%;
232}
233#mb-dlg .ext-mb-textarea {
234 margin-top:4px;
235 font:normal 13px verdana,tahoma,sans-serif;
236}
237#mb-dlg .ext-mb-progress-wrap {
238 margin-top:4px;
239 border:1px solid #6593cf;
240}
241#mb-dlg .ext-mb-progress {
242 height:18px;
243 background:transparent url(../images/default/basic-dialog/progress2.gif) repeat-x 1px 1px;
244}
245#mb-dlg .ext-mb-progress-bar {
246 height:18px;
247 overflow:hidden;
248 width:0;
249 background:#8bb8f3;
250}