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) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css30
1 files changed, 15 insertions, 15 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
@@ -21,13 +21,13 @@ refer to http://www.clipperz.com.
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;
@@ -73,30 +73,30 @@ body.masked .ydlg select {
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{
@@ -165,51 +165,51 @@ body.masked .ydlg select {
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
@@ -234,13 +234,13 @@ body.masked .ydlg select {
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;