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