author | Josh <jokajak@gmail.com> | 2012-06-16 02:41:01 (UTC) |
---|---|---|
committer | Josh <jokajak@gmail.com> | 2012-06-16 02:41:01 (UTC) |
commit | 052d05310292c62876295ab8623496788b893f4b (patch) (unidiff) | |
tree | 1df4a9cb97e4ed4745e0a4097af700916ce210b3 | |
parent | 36ff1deefcbbd24aceca97eb39a13f9da4af8ff5 (diff) | |
download | clipperz-052d05310292c62876295ab8623496788b893f4b.zip clipperz-052d05310292c62876295ab8623496788b893f4b.tar.gz clipperz-052d05310292c62876295ab8623496788b893f4b.tar.bz2 |
Remove reference to missing images
This removes references to image files that are missing that don't
affect the display.
-rw-r--r-- | frontend/beta/css/yui-extensions/basic-dialog.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css index bad0679..5a9f311 100644 --- a/frontend/beta/css/yui-extensions/basic-dialog.css +++ b/frontend/beta/css/yui-extensions/basic-dialog.css | |||
@@ -1,247 +1,245 @@ | |||
1 | /* | 1 | /* |
2 | 2 | ||
3 | Copyright 2008-2011 Clipperz Srl | 3 | Copyright 2008-2011 Clipperz Srl |
4 | 4 | ||
5 | This file is part of Clipperz Community Edition. | 5 | This file is part of Clipperz Community Edition. |
6 | Clipperz Community Edition is an online password manager. | 6 | Clipperz Community Edition is an online password manager. |
7 | For further information about its features and functionalities please | 7 | For further information about its features and functionalities please |
8 | refer to http://www.clipperz.com. | 8 | refer 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); | ||
28 | background-color:#c3daf9; | 27 | background-color:#c3daf9; |
29 | border:1px solid #6593cf; | 28 | border:1px solid #6593cf; |
30 | z-index:10001; | 29 | z-index:10001; |
31 | overflow:hidden; | 30 | overflow:hidden; |
32 | position:absolute; | 31 | position:absolute; |
33 | left:0;top:0; | 32 | left:0;top:0; |
34 | } | 33 | } |
35 | .ydlg-shadow{ | 34 | .ydlg-shadow{ |
36 | background:#aaaaaa; | 35 | background:#aaaaaa; |
37 | position:absolute; | 36 | position:absolute; |
38 | left:0;top:0; | 37 | left:0;top:0; |
39 | } | 38 | } |
40 | .ydlg-focus{ | 39 | .ydlg-focus{ |
41 | -moz-outline:0 none; | 40 | -moz-outline:0 none; |
42 | outline:0 none; | 41 | outline:0 none; |
43 | width:0; | 42 | width:0; |
44 | height:0; | 43 | height:0; |
45 | overflow:hidden; | 44 | overflow:hidden; |
46 | position:absolute; | 45 | position:absolute; |
47 | top:0; | 46 | top:0; |
48 | left:0; | 47 | left:0; |
49 | } | 48 | } |
50 | .ydlg-mask{ | 49 | .ydlg-mask{ |
51 | z-index:10000; | 50 | z-index:10000; |
52 | display:none; | 51 | display:none; |
53 | position:absolute; | 52 | position:absolute; |
54 | top:0; | 53 | top:0; |
55 | left:0; | 54 | left:0; |
56 | -moz-opacity: 0.5; | 55 | -moz-opacity: 0.5; |
57 | opacity:.50; | 56 | opacity:.50; |
58 | filter: alpha(opacity=50); | 57 | filter: alpha(opacity=50); |
59 | background-color:#CCC; | 58 | background-color:#CCC; |
60 | } | 59 | } |
61 | body.masked{ | 60 | body.masked{ |
62 | } | 61 | } |
63 | body.masked select { | 62 | body.masked select { |
64 | visibility:hidden; | 63 | visibility:hidden; |
65 | } | 64 | } |
66 | body.masked .ydlg select { | 65 | body.masked .ydlg select { |
67 | visibility:visible; | 66 | visibility:visible; |
68 | } | 67 | } |
69 | .ydlg{ | 68 | .ydlg{ |
70 | z-index:10001; | 69 | z-index:10001; |
71 | overflow:hidden; | 70 | overflow:hidden; |
72 | position:absolute; | 71 | position:absolute; |
73 | left:300;top:0; | 72 | left:300;top:0; |
74 | } | 73 | } |
75 | .yresizable-proxy{ | 74 | .yresizable-proxy{ |
76 | z-index:10002; | 75 | z-index:10002; |
77 | } | 76 | } |
78 | .ydlg .ydlg-hd { | 77 | .ydlg .ydlg-hd { |
79 | background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; | 78 | background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; |
80 | background-color:navy; | 79 | background-color:navy; |
81 | color:#ffffff; | 80 | color:#ffffff; |
82 | font:bold 12px "sans serif", tahoma, verdana, helvetica; | 81 | font:bold 12px "sans serif", tahoma, verdana, helvetica; |
83 | overflow:hidden; | 82 | overflow:hidden; |
84 | padding:5px; | 83 | padding:5px; |
85 | } | 84 | } |
86 | .ydlg .ydlg-hd-left { | 85 | .ydlg .ydlg-hd-left { |
87 | background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; | 86 | background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; |
88 | padding-left:3px; | 87 | padding-left:3px; |
89 | margin:0px; | 88 | margin:0px; |
90 | } | 89 | } |
91 | .ydlg .ydlg-hd-right { | 90 | .ydlg .ydlg-hd-right { |
92 | background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; | 91 | background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; |
93 | padding-right:3px; | 92 | padding-right:3px; |
94 | } | 93 | } |
95 | .ydlg .ydlg-dlg-body{ | 94 | .ydlg .ydlg-dlg-body{ |
96 | background:url(../images/default/layout/gradient-bg.gif); | ||
97 | border:1px solid #6593cf; | 95 | border:1px solid #6593cf; |
98 | border-top:0 none; | 96 | border-top:0 none; |
99 | padding:10px; | 97 | padding:10px; |
100 | overflow:hidden; | 98 | overflow:hidden; |
101 | } | 99 | } |
102 | .ydlg .ydlg-bd{ | 100 | .ydlg .ydlg-bd{ |
103 | overflow:hidden; | 101 | overflow:hidden; |
104 | } | 102 | } |
105 | .ydlg .ydlg-ft{ | 103 | .ydlg .ydlg-ft{ |
106 | overflow:hidden; | 104 | overflow:hidden; |
107 | padding:5px; | 105 | padding:5px; |
108 | padding-bottom:0; | 106 | padding-bottom:0; |
109 | } | 107 | } |
110 | .ydlg .yui-ext-tabbody{ | 108 | .ydlg .yui-ext-tabbody{ |
111 | background:white; | 109 | background:white; |
112 | overflow:auto; | 110 | overflow:auto; |
113 | } | 111 | } |
114 | .ydlg .ytabs-top .yui-ext-tabbody{ | 112 | .ydlg .ytabs-top .yui-ext-tabbody{ |
115 | border:1px solid #6593cf; | 113 | border:1px solid #6593cf; |
116 | border-top:0 none; | 114 | border-top:0 none; |
117 | } | 115 | } |
118 | .ydlg .ytabs-bottom .yui-ext-tabbody{ | 116 | .ydlg .ytabs-bottom .yui-ext-tabbody{ |
119 | border:1px solid #6593cf; | 117 | border:1px solid #6593cf; |
120 | border-bottom:0 none; | 118 | border-bottom:0 none; |
121 | } | 119 | } |
122 | .ydlg .ylayout-container .yui-ext-tabbody{ | 120 | .ydlg .ylayout-container .yui-ext-tabbody{ |
123 | border:0 none; | 121 | border:0 none; |
124 | } | 122 | } |
125 | .ydlg .inner-tab{ | 123 | .ydlg .inner-tab{ |
126 | margin:5px; | 124 | margin:5px; |
127 | } | 125 | } |
128 | .ydlg .ydlg-ft .ybtn{ | 126 | .ydlg .ydlg-ft .ybtn{ |
129 | margin-right:5px; | 127 | margin-right:5px; |
130 | float:right; | 128 | float:right; |
131 | clear:none; | 129 | clear:none; |
132 | } | 130 | } |
133 | .ydlg .ydlg-ft .ydlg-btns td { | 131 | .ydlg .ydlg-ft .ydlg-btns td { |
134 | border:0; | 132 | border:0; |
135 | padding:0; | 133 | padding:0; |
136 | } | 134 | } |
137 | .ydlg .ydlg-ft .ydlg-btns-right table{ | 135 | .ydlg .ydlg-ft .ydlg-btns-right table{ |
138 | float:right; | 136 | float:right; |
139 | clear:none; | 137 | clear:none; |
140 | } | 138 | } |
141 | .ydlg .ydlg-ft .ydlg-btns-left table{ | 139 | .ydlg .ydlg-ft .ydlg-btns-left table{ |
142 | float:left; | 140 | float:left; |
143 | clear:none; | 141 | clear:none; |
144 | } | 142 | } |
145 | .ydlg .ydlg-ft .ydlg-btns-center{ | 143 | .ydlg .ydlg-ft .ydlg-btns-center{ |
146 | text-align:center; /*ie*/ | 144 | text-align:center; /*ie*/ |
147 | } | 145 | } |
148 | .ydlg .ydlg-ft .ydlg-btns-center table{ | 146 | .ydlg .ydlg-ft .ydlg-btns-center table{ |
149 | margin:0 auto; /*everyone else*/ | 147 | margin:0 auto; /*everyone else*/ |
150 | } | 148 | } |
151 | .ydlg-draggable .ydlg-hd{ | 149 | .ydlg-draggable .ydlg-hd{ |
152 | cursor:move; | 150 | cursor:move; |
153 | } | 151 | } |
154 | .ydlg-closable .ydlg-hd{ | 152 | .ydlg-closable .ydlg-hd{ |
155 | padding-right:22px; | 153 | padding-right:22px; |
156 | } | 154 | } |
157 | .ydlg .ydlg-close { | 155 | .ydlg .ydlg-close { |
158 | position:absolute; | 156 | position:absolute; |
159 | top:4px; | 157 | top:4px; |
160 | right:4px; | 158 | right:4px; |
161 | z-index:6; | 159 | z-index:6; |
162 | height:15px; | 160 | height:15px; |
163 | width:15px; | 161 | width:15px; |
164 | margin:0; | 162 | margin:0; |
165 | padding:0; | 163 | padding:0; |
166 | line-height:1px; | 164 | line-height:1px; |
167 | font-size:1px; | 165 | font-size:1px; |
168 | background-repeat:no-repeat; | 166 | background-repeat:no-repeat; |
169 | cursor:pointer; | 167 | cursor:pointer; |
170 | visibility:inherit; | 168 | visibility:inherit; |
171 | background-image:url(../images/default/basic-dialog/close.gif); | 169 | background-image:url(../images/default/basic-dialog/close.gif); |
172 | } | 170 | } |
173 | .ydlg div.yresizable-handle-east{ | 171 | .ydlg div.yresizable-handle-east{ |
174 | background-image:url(../images/default/sizer/e-handle-dark.gif); | 172 | background-image:url(../images/default/sizer/e-handle-dark.gif); |
175 | border:0; | 173 | border:0; |
176 | background-position:left; | 174 | background-position:left; |
177 | margin-right:0; | 175 | margin-right:0; |
178 | } | 176 | } |
179 | .ydlg div.yresizable-handle-south{ | 177 | .ydlg div.yresizable-handle-south{ |
180 | background-image:url(../images/default/sizer/s-handle-dark.gif); | 178 | background-image:url(../images/default/sizer/s-handle-dark.gif); |
181 | border:0; | 179 | border:0; |
182 | height:6px; | 180 | height:6px; |
183 | } | 181 | } |
184 | .ydlg div.yresizable-handle-west{ | 182 | .ydlg div.yresizable-handle-west{ |
185 | background-image:url(../images/default/sizer/e-handle-dark.gif); | 183 | background-image:url(../images/default/sizer/e-handle-dark.gif); |
186 | border:0; | 184 | border:0; |
187 | background-position:1px; | 185 | background-position:1px; |
188 | } | 186 | } |
189 | .ydlg div.yresizable-handle-north{ | 187 | .ydlg div.yresizable-handle-north{ |
190 | background-image:url(../images/default/s.gif); | 188 | background-image:url(../images/default/s.gif); |
191 | border:0; | 189 | border:0; |
192 | } | 190 | } |
193 | .ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{ | 191 | .ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{ |
194 | background-image:url(../images/default/s.gif); | 192 | background-image:url(../images/default/s.gif); |
195 | border:0; | 193 | border:0; |
196 | } | 194 | } |
197 | .ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{ | 195 | .ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{ |
198 | background-image:url(../images/default/s.gif); | 196 | background-image:url(../images/default/s.gif); |
199 | border:0; | 197 | border:0; |
200 | } | 198 | } |
201 | .ydlg div.yresizable-handle-southeast{ | 199 | .ydlg div.yresizable-handle-southeast{ |
202 | background-image:url(../images/default/sizer/corners-sprite.gif); | 200 | background-image:url(../images/default/sizer/corners-sprite.gif); |
203 | background-position: top left; | 201 | background-position: top left; |
204 | width:8px; | 202 | width:8px; |
205 | height:8px; | 203 | height:8px; |
206 | border:0; | 204 | border:0; |
207 | } | 205 | } |
208 | .ydlg div.yresizable-handle-southwest{ | 206 | .ydlg div.yresizable-handle-southwest{ |
209 | background-image:url(../images/default/sizer/corners-sprite.gif); | 207 | background-image:url(../images/default/sizer/corners-sprite.gif); |
210 | background-position: top right; | 208 | background-position: top right; |
211 | margin-left:1px; | 209 | margin-left:1px; |
212 | margin-bottom:1px; | 210 | margin-bottom:1px; |
213 | border:0; | 211 | border:0; |
214 | } | 212 | } |
215 | 213 | ||
216 | #mb-dlg .ydlg-ft .ybtn{ | 214 | #mb-dlg .ydlg-ft .ybtn{ |
217 | float:none; | 215 | float:none; |
218 | clear:none; | 216 | clear:none; |
219 | margin:0 3px; | 217 | margin:0 3px; |
220 | } | 218 | } |
221 | 219 | ||
222 | #mb-dlg .ydlg-bd { | 220 | #mb-dlg .ydlg-bd { |
223 | padding:5px; | 221 | padding:5px; |
224 | overflow:hidden !important; | 222 | overflow:hidden !important; |
225 | } | 223 | } |
226 | #mb-dlg .ext-mb-input { | 224 | #mb-dlg .ext-mb-input { |
227 | margin-top:4px; | 225 | margin-top:4px; |
228 | width:95%; | 226 | width:95%; |
229 | } | 227 | } |
230 | #mb-dlg .ext-mb-textarea { | 228 | #mb-dlg .ext-mb-textarea { |
231 | margin-top:4px; | 229 | margin-top:4px; |
232 | font:normal 13px verdana,tahoma,sans-serif; | 230 | font:normal 13px verdana,tahoma,sans-serif; |
233 | } | 231 | } |
234 | #mb-dlg .ext-mb-progress-wrap { | 232 | #mb-dlg .ext-mb-progress-wrap { |
235 | margin-top:4px; | 233 | margin-top:4px; |
236 | border:1px solid #6593cf; | 234 | border:1px solid #6593cf; |
237 | } | 235 | } |
238 | #mb-dlg .ext-mb-progress { | 236 | #mb-dlg .ext-mb-progress { |
239 | height:18px; | 237 | height:18px; |
240 | background:transparent url(../images/default/basic-dialog/progress2.gif) repeat-x 1px 1px; | 238 | background:transparent url(../images/default/basic-dialog/progress2.gif) repeat-x 1px 1px; |
241 | } | 239 | } |
242 | #mb-dlg .ext-mb-progress-bar { | 240 | #mb-dlg .ext-mb-progress-bar { |
243 | height:18px; | 241 | height:18px; |
244 | overflow:hidden; | 242 | overflow:hidden; |
245 | width:0; | 243 | width:0; |
246 | background:#8bb8f3; | 244 | background:#8bb8f3; |
247 | } | 245 | } |