summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css36
-rw-r--r--frontend/beta/css/yui-extensions/button.css8
-rw-r--r--frontend/beta/css/yui-extensions/dd.css8
-rw-r--r--frontend/beta/css/yui-extensions/grid.css56
-rw-r--r--frontend/beta/css/yui-extensions/layout.css22
-rw-r--r--frontend/beta/css/yui-extensions/qtips.css12
-rw-r--r--frontend/beta/css/yui-extensions/resizable.css16
-rw-r--r--frontend/beta/css/yui-extensions/tabs.css22
-rw-r--r--frontend/beta/css/yui-extensions/toolbar.css8
-rw-r--r--frontend/beta/css/yui-extensions/tree.css40
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-aero.css60
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-gray.css96
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-vista.css102
13 files changed, 247 insertions, 239 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css
index 5a9f311..5a6cefb 100644
--- a/frontend/beta/css/yui-extensions/basic-dialog.css
+++ b/frontend/beta/css/yui-extensions/basic-dialog.css
@@ -24,6 +24,10 @@ refer to http://www.clipperz.com.
24*/ 24*/
25 25
26.ydlg-proxy { 26.ydlg-proxy {
27<<<<<<< HEAD
28 background-image: url(./images/default/gradient-bg.gif);
29=======
30>>>>>>> 0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9
27 background-color:#c3daf9; 31 background-color:#c3daf9;
28 border:1px solid #6593cf; 32 border:1px solid #6593cf;
29 z-index:10001; 33 z-index:10001;
@@ -75,7 +79,7 @@ body.masked .ydlg select {
75 z-index:10002; 79 z-index:10002;
76} 80}
77.ydlg .ydlg-hd { 81.ydlg .ydlg-hd {
78 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; 82 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
79 background-color:navy; 83 background-color:navy;
80 color:#ffffff; 84 color:#ffffff;
81 font:bold 12px "sans serif", tahoma, verdana, helvetica; 85 font:bold 12px "sans serif", tahoma, verdana, helvetica;
@@ -83,15 +87,19 @@ body.masked .ydlg select {
83 padding:5px; 87 padding:5px;
84} 88}
85.ydlg .ydlg-hd-left { 89.ydlg .ydlg-hd-left {
86 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; 90 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
87 padding-left:3px; 91 padding-left:3px;
88 margin:0px; 92 margin:0px;
89} 93}
90.ydlg .ydlg-hd-right { 94.ydlg .ydlg-hd-right {
91 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; 95 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
92 padding-right:3px; 96 padding-right:3px;
93} 97}
94.ydlg .ydlg-dlg-body{ 98.ydlg .ydlg-dlg-body{
99<<<<<<< HEAD
100 background:url(./images/default/layout/gradient-bg.gif);
101=======
102>>>>>>> 0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9
95 border:1px solid #6593cf; 103 border:1px solid #6593cf;
96 border-top:0 none; 104 border-top:0 none;
97 padding:10px; 105 padding:10px;
@@ -166,45 +174,45 @@ body.masked .ydlg select {
166 background-repeat:no-repeat; 174 background-repeat:no-repeat;
167 cursor:pointer; 175 cursor:pointer;
168 visibility:inherit; 176 visibility:inherit;
169 background-image:url(../images/default/basic-dialog/close.gif); 177 background-image:url(./images/default/basic-dialog/close.gif);
170} 178}
171.ydlg div.yresizable-handle-east{ 179.ydlg div.yresizable-handle-east{
172 background-image:url(../images/default/sizer/e-handle-dark.gif); 180 background-image:url(./images/default/sizer/e-handle-dark.gif);
173 border:0; 181 border:0;
174 background-position:left; 182 background-position:left;
175 margin-right:0; 183 margin-right:0;
176} 184}
177.ydlg div.yresizable-handle-south{ 185.ydlg div.yresizable-handle-south{
178 background-image:url(../images/default/sizer/s-handle-dark.gif); 186 background-image:url(./images/default/sizer/s-handle-dark.gif);
179 border:0; 187 border:0;
180 height:6px; 188 height:6px;
181} 189}
182.ydlg div.yresizable-handle-west{ 190.ydlg div.yresizable-handle-west{
183 background-image:url(../images/default/sizer/e-handle-dark.gif); 191 background-image:url(./images/default/sizer/e-handle-dark.gif);
184 border:0; 192 border:0;
185 background-position:1px; 193 background-position:1px;
186} 194}
187.ydlg div.yresizable-handle-north{ 195.ydlg div.yresizable-handle-north{
188 background-image:url(../images/default/s.gif); 196 background-image:url(./images/default/s.gif);
189 border:0; 197 border:0;
190} 198}
191.ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{ 199.ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{
192 background-image:url(../images/default/s.gif); 200 background-image:url(./images/default/s.gif);
193 border:0; 201 border:0;
194} 202}
195.ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{ 203.ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{
196 background-image:url(../images/default/s.gif); 204 background-image:url(./images/default/s.gif);
197 border:0; 205 border:0;
198} 206}
199.ydlg div.yresizable-handle-southeast{ 207.ydlg div.yresizable-handle-southeast{
200 background-image:url(../images/default/sizer/corners-sprite.gif); 208 background-image:url(./images/default/sizer/corners-sprite.gif);
201 background-position: top left; 209 background-position: top left;
202 width:8px; 210 width:8px;
203 height:8px; 211 height:8px;
204 border:0; 212 border:0;
205} 213}
206.ydlg div.yresizable-handle-southwest{ 214.ydlg div.yresizable-handle-southwest{
207 background-image:url(../images/default/sizer/corners-sprite.gif); 215 background-image:url(./images/default/sizer/corners-sprite.gif);
208 background-position: top right; 216 background-position: top right;
209 margin-left:1px; 217 margin-left:1px;
210 margin-bottom:1px; 218 margin-bottom:1px;
@@ -235,11 +243,11 @@ body.masked .ydlg select {
235} 243}
236#mb-dlg .ext-mb-progress { 244#mb-dlg .ext-mb-progress {
237 height:18px; 245 height:18px;
238 background:transparent url(../images/default/basic-dialog/progress2.gif) repeat-x 1px 1px; 246 background:transparent url(./images/default/basic-dialog/progress2.gif) repeat-x 1px 1px;
239} 247}
240#mb-dlg .ext-mb-progress-bar { 248#mb-dlg .ext-mb-progress-bar {
241 height:18px; 249 height:18px;
242 overflow:hidden; 250 overflow:hidden;
243 width:0; 251 width:0;
244 background:#8bb8f3; 252 background:#8bb8f3;
245} 253}
diff --git a/frontend/beta/css/yui-extensions/button.css b/frontend/beta/css/yui-extensions/button.css
index ad1b2fc..fa32854 100644
--- a/frontend/beta/css/yui-extensions/button.css
+++ b/frontend/beta/css/yui-extensions/button.css
@@ -35,12 +35,12 @@ refer to http://www.clipperz.com.
35.ybtn-left{ 35.ybtn-left{
36 width:3px; 36 width:3px;
37 height:21px; 37 height:21px;
38 background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0; 38 background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0;
39} 39}
40.ybtn-right{ 40.ybtn-right{
41 width:3px; 41 width:3px;
42 height:21px; 42 height:21px;
43 background:url(../images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px; 43 background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px;
44} 44}
45.ybtn-focus{ 45.ybtn-focus{
46 text-decoration:none !important; 46 text-decoration:none !important;
@@ -52,7 +52,7 @@ refer to http://www.clipperz.com.
52 white-space: nowrap; 52 white-space: nowrap;
53} 53}
54.ybtn-center{ 54.ybtn-center{
55 background:url(../images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px; 55 background:url(./images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
56 font:normal 11px "san serif",tahoma,verdana,helvetica; 56 font:normal 11px "san serif",tahoma,verdana,helvetica;
57 vertical-align: middle; 57 vertical-align: middle;
58 text-align:center; 58 text-align:center;
@@ -80,4 +80,4 @@ refer to http://www.clipperz.com.
80.ybtn-disabled .ybtn-center{ 80.ybtn-disabled .ybtn-center{
81 color:gray; 81 color:gray;
82 cursor:default; 82 cursor:default;
83} 83}
diff --git a/frontend/beta/css/yui-extensions/dd.css b/frontend/beta/css/yui-extensions/dd.css
index d4413e5..87cfdae 100644
--- a/frontend/beta/css/yui-extensions/dd.css
+++ b/frontend/beta/css/yui-extensions/dd.css
@@ -68,11 +68,11 @@ refer to http://www.clipperz.com.
68 z-index:1; 68 z-index:1;
69} 69}
70.ydd-drop-nodrop .ydd-drop-icon{ 70.ydd-drop-nodrop .ydd-drop-icon{
71 background-image: url(../images/default/dd/drop-no.gif); 71 background-image: url(./images/default/dd/drop-no.gif);
72} 72}
73.ydd-drop-ok .ydd-drop-icon{ 73.ydd-drop-ok .ydd-drop-icon{
74 background-image: url(../images/default/dd/drop-yes.gif); 74 background-image: url(./images/default/dd/drop-yes.gif);
75} 75}
76.ydd-drop-ok-add .ydd-drop-icon{ 76.ydd-drop-ok-add .ydd-drop-icon{
77 background-image: url(../images/default/dd/drop-add.gif); 77 background-image: url(./images/default/dd/drop-add.gif);
78} 78}
diff --git a/frontend/beta/css/yui-extensions/grid.css b/frontend/beta/css/yui-extensions/grid.css
index 37066ce..45a40ab 100644
--- a/frontend/beta/css/yui-extensions/grid.css
+++ b/frontend/beta/css/yui-extensions/grid.css
@@ -82,11 +82,11 @@ refer to http://www.clipperz.com.
82 right:0; 82 right:0;
83 top:0; 83 top:0;
84 z-index:2; 84 z-index:2;
85 background-image: url(../images/default/grid/pick-button.gif); 85 background-image: url(./images/default/grid/pick-button.gif);
86 background-repeat: no-repeat; 86 background-repeat: no-repeat;
87} 87}
88.ygrid-editor-invalid{ 88.ygrid-editor-invalid{
89 background-image: url(../images/default/grid/invalid_line.gif); 89 background-image: url(./images/default/grid/invalid_line.gif);
90 background-repeat: repeat-x; 90 background-repeat: repeat-x;
91 background-position: bottom; 91 background-position: bottom;
92 border: 1px solid #afbdc9; 92 border: 1px solid #afbdc9;
@@ -160,13 +160,13 @@ select.ygrid-editor{
160 background-repeat: no-repeat; 160 background-repeat: no-repeat;
161} 161}
162.ygrid-drop-nodrop{ 162.ygrid-drop-nodrop{
163 background-image: url(../images/default/grid/drop-no.gif); 163 background-image: url(./images/default/grid/drop-no.gif);
164} 164}
165.ygrid-drop-ok{ 165.ygrid-drop-ok{
166 background-image: url(../images/default/grid/drop-yes.gif); 166 background-image: url(./images/default/grid/drop-yes.gif);
167} 167}
168.ygrid-hd .sort-asc { 168.ygrid-hd .sort-asc {
169 background-image: url(../images/default/grid/sort_asc.gif); 169 background-image: url(./images/default/grid/sort_asc.gif);
170 background-position: right; 170 background-position: right;
171 background-repeat: no-repeat; 171 background-repeat: no-repeat;
172 display: none; 172 display: none;
@@ -174,7 +174,7 @@ select.ygrid-editor{
174 width: 16px; 174 width: 16px;
175} 175}
176.ygrid-hd .sort-desc { 176.ygrid-hd .sort-desc {
177 background-image: url(../images/default/grid/sort_desc.gif); 177 background-image: url(./images/default/grid/sort_desc.gif);
178 background-position: right; 178 background-position: right;
179 background-repeat: no-repeat; 179 background-repeat: no-repeat;
180 display: none; 180 display: none;
@@ -204,7 +204,7 @@ select.ygrid-editor{
204 border-bottom: 1px solid #f9a900; 204 border-bottom: 1px solid #f9a900;
205} 205}
206.ygrid-hd-split { 206.ygrid-hd-split {
207 background-image: url(../images/default/grid/grid-split.gif); 207 background-image: url(./images/default/grid/grid-split.gif);
208 background-position: center; 208 background-position: center;
209 background-repeat: no-repeat; 209 background-repeat: no-repeat;
210 cursor: e-resize; 210 cursor: e-resize;
@@ -218,7 +218,7 @@ select.ygrid-editor{
218 z-index: 3; 218 z-index: 3;
219} 219}
220.ygrid-hrow{ 220.ygrid-hrow{
221 background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x; 221 background: #ebeadb url(./images/default/grid/grid-hrow.gif) repeat-x;
222 display: block; 222 display: block;
223 height: 22px; 223 height: 22px;
224 left: 0; 224 left: 0;
@@ -245,34 +245,34 @@ select.ygrid-editor{
245 height:14px; 245 height:14px;
246} 246}
247.ygrid-page-first{ 247.ygrid-page-first{
248 background-image: url(../images/default/grid/page-first.gif); 248 background-image: url(./images/default/grid/page-first.gif);
249} 249}
250.ygrid-loading{ 250.ygrid-loading{
251 background-image: url(../images/default/grid/done.gif); 251 background-image: url(./images/default/grid/done.gif);
252} 252}
253.ygrid-page-last{ 253.ygrid-page-last{
254 background-image: url(../images/default/grid/page-last.gif); 254 background-image: url(./images/default/grid/page-last.gif);
255} 255}
256.ygrid-page-next{ 256.ygrid-page-next{
257 background-image: url(../images/default/grid/page-next.gif); 257 background-image: url(./images/default/grid/page-next.gif);
258} 258}
259.ygrid-page-prev{ 259.ygrid-page-prev{
260 background-image: url(../images/default/grid/page-prev.gif); 260 background-image: url(./images/default/grid/page-prev.gif);
261} 261}
262.ytb-button-disabled .ygrid-loading{ 262.ytb-button-disabled .ygrid-loading{
263 background-image: url(../images/default/grid/loading.gif); 263 background-image: url(./images/default/grid/loading.gif);
264} 264}
265.ytb-button-disabled .ygrid-page-first{ 265.ytb-button-disabled .ygrid-page-first{
266 background-image: url(../images/default/grid/page-first-disabled.gif); 266 background-image: url(./images/default/grid/page-first-disabled.gif);
267} 267}
268.ytb-button-disabled .ygrid-page-last{ 268.ytb-button-disabled .ygrid-page-last{
269 background-image: url(../images/default/grid/page-last-disabled.gif); 269 background-image: url(./images/default/grid/page-last-disabled.gif);
270} 270}
271.ytb-button-disabled .ygrid-page-next{ 271.ytb-button-disabled .ygrid-page-next{
272 background-image: url(../images/default/grid/page-next-disabled.gif); 272 background-image: url(./images/default/grid/page-next-disabled.gif);
273} 273}
274.ytb-button-disabled .ygrid-page-prev{ 274.ytb-button-disabled .ygrid-page-prev{
275 background-image: url(../images/default/grid/page-prev-disabled.gif); 275 background-image: url(./images/default/grid/page-prev-disabled.gif);
276} 276}
277.ygrid-mso{ 277.ygrid-mso{
278} 278}
@@ -297,13 +297,13 @@ select.ygrid-editor{
297 background-color: transparent; 297 background-color: transparent;
298} 298}
299.ygrid-mso .ygrid-hd-split { 299.ygrid-mso .ygrid-hd-split {
300 background-image: url(../images/default/grid/grid-blue-split.gif); 300 background-image: url(./images/default/grid/grid-blue-split.gif);
301} 301}
302.ygrid-mso .ytoolbar .ytb-sep { 302.ygrid-mso .ytoolbar .ytb-sep {
303 background-image: url(../images/default/grid/grid-blue-split.gif); 303 background-image: url(./images/default/grid/grid-blue-split.gif);
304} 304}
305.ygrid-mso .ygrid-hrow{ 305.ygrid-mso .ygrid-hrow{
306 background: url(../images/default/grid/mso-hd.gif); 306 background: url(./images/default/grid/mso-hd.gif);
307 border-bottom: 1px solid #6593cf; 307 border-bottom: 1px solid #6593cf;
308 height: 21px; 308 height: 21px;
309} 309}
@@ -388,10 +388,10 @@ select.ygrid-editor{
388 border-bottom:0; 388 border-bottom:0;
389} 389}
390.ygrid-vista .ygrid-hd-split { 390.ygrid-vista .ygrid-hd-split {
391 background-image: url(../images/default/grid/grid-split.gif); 391 background-image: url(./images/default/grid/grid-split.gif);
392} 392}
393.ygrid-vista .ygrid-hrow{ 393.ygrid-vista .ygrid-hrow{
394 background: url(../images/default/grid/grid-vista-hd.gif); 394 background: url(./images/default/grid/grid-vista-hd.gif);
395 height: 21px; 395 height: 21px;
396} 396}
397.ygrid-vista .ygrid-row-alt{ 397.ygrid-vista .ygrid-row-alt{
@@ -408,10 +408,10 @@ select.ygrid-editor{
408} 408}
409.ygrid-vista .ytoolbar{ 409.ygrid-vista .ytoolbar{
410 border: 0px none; 410 border: 0px none;
411 background: url(../images/default/grid/grid-vista-hd.gif); 411 background: url(./images/default/grid/grid-vista-hd.gif);
412} 412}
413.ygrid-vista .ytoolbar .ytb-sep{ 413.ygrid-vista .ytoolbar .ytb-sep{
414 background-image: url(../images/default/grid/grid-split.gif); 414 background-image: url(./images/default/grid/grid-split.gif);
415} 415}
416/* 416/*
417 To have the scrollbars overlap the header, change .ygrid-wrap top style to 0 and 417 To have the scrollbars overlap the header, change .ygrid-wrap top style to 0 and
@@ -499,14 +499,14 @@ select.ygrid-editor{
499 499
500.ypopcal-head .next-month{ 500.ypopcal-head .next-month{
501 width:16px; 501 width:16px;
502 background-image: url(../images/default/grid/arrow-right-white.gif); 502 background-image: url(./images/default/grid/arrow-right-white.gif);
503 background-position: center; 503 background-position: center;
504 background-repeat: no-repeat; 504 background-repeat: no-repeat;
505 cursor:pointer; 505 cursor:pointer;
506} 506}
507.ypopcal-head .prev-month{ 507.ypopcal-head .prev-month{
508 width:16px; 508 width:16px;
509 background-image: url(../images/default/grid/arrow-left-white.gif); 509 background-image: url(./images/default/grid/arrow-left-white.gif);
510 background-position: center; 510 background-position: center;
511 background-repeat: no-repeat; 511 background-repeat: no-repeat;
512 cursor:pointer; 512 cursor:pointer;
@@ -578,4 +578,4 @@ select.ygrid-editor{
578.ygrid-simple-view .ygrid-row{ 578.ygrid-simple-view .ygrid-row{
579 position:static; 579 position:static;
580 display: table-row; 580 display: table-row;
581} 581}
diff --git a/frontend/beta/css/yui-extensions/layout.css b/frontend/beta/css/yui-extensions/layout.css
index 0c0feee..4f1fa03 100644
--- a/frontend/beta/css/yui-extensions/layout.css
+++ b/frontend/beta/css/yui-extensions/layout.css
@@ -96,7 +96,7 @@ refer to http://www.clipperz.com.
96 background-color:#c3daf9; 96 background-color:#c3daf9;
97} 97}
98.ylayout-panel-hd{ 98.ylayout-panel-hd{
99 background-image: url(../images/default/layout/panel-title-light-bg.gif); 99 background-image: url(./images/default/layout/panel-title-light-bg.gif);
100 color: black; 100 color: black;
101 border-bottom:1px solid #98c0f4; 101 border-bottom:1px solid #98c0f4;
102 position:relative; 102 position:relative;
@@ -135,40 +135,40 @@ refer to http://www.clipperz.com.
135 background-position:center; 135 background-position:center;
136} 136}
137.ylayout-close{ 137.ylayout-close{
138 background-image:url(../images/default/layout/layout-sprite.gif); 138 background-image:url(./images/default/layout/layout-sprite.gif);
139 background-repeat: no-repeat; 139 background-repeat: no-repeat;
140 background-position: 50% -48px; 140 background-position: 50% -48px;
141} 141}
142.ylayout-collapse-west,.ylayout-expand-east{ 142.ylayout-collapse-west,.ylayout-expand-east{
143 background-image:url(../images/default/layout/layout-sprite.gif); 143 background-image:url(./images/default/layout/layout-sprite.gif);
144 background-repeat: no-repeat; 144 background-repeat: no-repeat;
145 background-position: 50% 0; 145 background-position: 50% 0;
146} 146}
147.ylayout-expand-west,.ylayout-collapse-east{ 147.ylayout-expand-west,.ylayout-collapse-east{
148 background-image:url(../images/default/layout/layout-sprite.gif); 148 background-image:url(./images/default/layout/layout-sprite.gif);
149 background-repeat: no-repeat; 149 background-repeat: no-repeat;
150 background-position: 50% -12px; 150 background-position: 50% -12px;
151} 151}
152.ylayout-collapse-north,.ylayout-expand-south{ 152.ylayout-collapse-north,.ylayout-expand-south{
153 background-image:url(../images/default/layout/layout-sprite.gif); 153 background-image:url(./images/default/layout/layout-sprite.gif);
154 background-repeat: no-repeat; 154 background-repeat: no-repeat;
155 background-position: 50% -24px; 155 background-position: 50% -24px;
156} 156}
157.ylayout-expand-north,.ylayout-collapse-south{ 157.ylayout-expand-north,.ylayout-collapse-south{
158 background-image:url(../images/default/layout/layout-sprite.gif); 158 background-image:url(./images/default/layout/layout-sprite.gif);
159 background-repeat: no-repeat; 159 background-repeat: no-repeat;
160 background-position: 50% -36px; 160 background-position: 50% -36px;
161} 161}
162.ylayout-split-h{ 162.ylayout-split-h{
163 background-image:url(../images/default/sizer/e-handle.gif); 163 background-image:url(./images/default/sizer/e-handle.gif);
164 background-position: left; 164 background-position: left;
165} 165}
166.ylayout-split-v{ 166.ylayout-split-v{
167 background-image:url(../images/default/sizer/s-handle.gif); 167 background-image:url(./images/default/sizer/s-handle.gif);
168 background-position: top; 168 background-position: top;
169} 169}
170.ylayout-panel .ytab-wrap{ 170.ylayout-panel .ytab-wrap{
171 background:url(../images/default/layout/gradient-bg.gif); 171 background:url(./images/default/layout/gradient-bg.gif);
172} 172}
173.ylayout-panel .yui-ext-tabbody { 173.ylayout-panel .yui-ext-tabbody {
174 background-color:white; 174 background-color:white;
@@ -204,7 +204,7 @@ refer to http://www.clipperz.com.
204 border: 2px solid #6593cf; 204 border: 2px solid #6593cf;
205} 205}
206.ylayout-panel-proxy { 206.ylayout-panel-proxy {
207 background-image: url(../images/default/layout/gradient-bg.gif); 207 background-image: url(./images/default/layout/gradient-bg.gif);
208 background-color:#c3daf9; 208 background-color:#c3daf9;
209 border:1px dashed #6593cf; 209 border:1px dashed #6593cf;
210 z-index:10001; 210 z-index:10001;
@@ -222,4 +222,4 @@ refer to http://www.clipperz.com.
222 -moz-user-select: none; 222 -moz-user-select: none;
223 -khtml-user-select: none; 223 -khtml-user-select: none;
224 cursor:default; 224 cursor:default;
225} 225}
diff --git a/frontend/beta/css/yui-extensions/qtips.css b/frontend/beta/css/yui-extensions/qtips.css
index 34d3323..d4af0a2 100644
--- a/frontend/beta/css/yui-extensions/qtips.css
+++ b/frontend/beta/css/yui-extensions/qtips.css
@@ -30,13 +30,13 @@ refer to http://www.clipperz.com.
30 z-index: 11000; 30 z-index: 11000;
31} 31}
32.ytip .ytip-bd{ 32.ytip .ytip-bd{
33 background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x; 33 background: #e0e8f3 url(./images/default/qtip/bg.gif) repeat-x;
34 border: 1px solid #a3bad9; 34 border: 1px solid #a3bad9;
35 font: normal 11px arial,helvetica,sans-serif; 35 font: normal 11px arial,helvetica,sans-serif;
36 padding: 5px; 36 padding: 5px;
37} 37}
38.ytip .ytip-close{ 38.ytip .ytip-close{
39 background-image: url(../images/default/basic-dialog/close.gif); 39 background-image: url(./images/default/basic-dialog/close.gif);
40 height: 15px; 40 height: 15px;
41 position: absolute; 41 position: absolute;
42 right: 3px; 42 right: 3px;
@@ -44,7 +44,7 @@ refer to http://www.clipperz.com.
44 width: 15px; 44 width: 15px;
45} 45}
46.ytip .ytip-hd { 46.ytip .ytip-hd {
47 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 47 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
48 background-color: navy; 48 background-color: navy;
49 color: #FFF; 49 color: #FFF;
50 display: block; 50 display: block;
@@ -52,16 +52,16 @@ refer to http://www.clipperz.com.
52 padding: 4px; 52 padding: 4px;
53} 53}
54.ytip .ytip-hd-left { 54.ytip .ytip-hd-left {
55 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 55 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
56 display: block; 56 display: block;
57 margin: 0px; 57 margin: 0px;
58 padding-left: 3px; 58 padding-left: 3px;
59} 59}
60.ytip .ytip-hd-right { 60.ytip .ytip-hd-right {
61 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0px; 61 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0px;
62 display: block; 62 display: block;
63 padding-right: 3px; 63 padding-right: 3px;
64} 64}
65y\:qtip, qtip{ 65y\:qtip, qtip{
66 display: none; 66 display: none;
67} 67}
diff --git a/frontend/beta/css/yui-extensions/resizable.css b/frontend/beta/css/yui-extensions/resizable.css
index 51d91ac..61b826b 100644
--- a/frontend/beta/css/yui-extensions/resizable.css
+++ b/frontend/beta/css/yui-extensions/resizable.css
@@ -102,35 +102,35 @@ refer to http://www.clipperz.com.
102 opacity:1; 102 opacity:1;
103} 103}
104.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{ 104.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{
105 background:url(../images/default/sizer/e-handle.gif); 105 background:url(./images/default/sizer/e-handle.gif);
106 background-position: left; 106 background-position: left;
107} 107}
108.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{ 108.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{
109 background:url(../images/default/sizer/e-handle.gif); 109 background:url(./images/default/sizer/e-handle.gif);
110 background-position: left; 110 background-position: left;
111} 111}
112.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{ 112.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{
113 background:url(../images/default/sizer/s-handle.gif); 113 background:url(./images/default/sizer/s-handle.gif);
114 background-position: top; 114 background-position: top;
115} 115}
116.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{ 116.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{
117 background:url(../images/default/sizer/s-handle.gif); 117 background:url(./images/default/sizer/s-handle.gif);
118 background-position: top; 118 background-position: top;
119} 119}
120.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{ 120.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{
121 background:url(../images/default/sizer/corners-sprite.gif); 121 background:url(./images/default/sizer/corners-sprite.gif);
122 background-position: top left; 122 background-position: top left;
123} 123}
124.yresizable-over .yresizable-handle-northwest, .yresizable-pinned .yresizable-handle-northwest{ 124.yresizable-over .yresizable-handle-northwest, .yresizable-pinned .yresizable-handle-northwest{
125 background:url(../images/default/sizer/corners-sprite.gif); 125 background:url(./images/default/sizer/corners-sprite.gif);
126 background-position:bottom right; 126 background-position:bottom right;
127} 127}
128.yresizable-over .yresizable-handle-northeast, .yresizable-pinned .yresizable-handle-northeast{ 128.yresizable-over .yresizable-handle-northeast, .yresizable-pinned .yresizable-handle-northeast{
129 background:url(../images/default/sizer/corners-sprite.gif); 129 background:url(./images/default/sizer/corners-sprite.gif);
130 background-position: bottom left; 130 background-position: bottom left;
131} 131}
132.yresizable-over .yresizable-handle-southwest, .yresizable-pinned .yresizable-handle-southwest{ 132.yresizable-over .yresizable-handle-southwest, .yresizable-pinned .yresizable-handle-southwest{
133 background:url(../images/default/sizer/corners-sprite.gif); 133 background:url(./images/default/sizer/corners-sprite.gif);
134 background-position: top right; 134 background-position: top right;
135} 135}
136.yresizable-proxy{ 136.yresizable-proxy{
diff --git a/frontend/beta/css/yui-extensions/tabs.css b/frontend/beta/css/yui-extensions/tabs.css
index 6fd0f89..025214a 100644
--- a/frontend/beta/css/yui-extensions/tabs.css
+++ b/frontend/beta/css/yui-extensions/tabs.css
@@ -68,16 +68,16 @@ refer to http://www.clipperz.com.
68} 68}
69 69
70.ytab-strip .on .ytab-right { 70.ytab-strip .on .ytab-right {
71 background: url(../images/default/tabs/tab-sprite.gif) no-repeat right 0; 71 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right 0;
72} 72}
73.ytab-strip .on .ytab-left { 73.ytab-strip .on .ytab-left {
74 background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -100px; 74 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
75} 75}
76.ytab-strip .ytab-right { 76.ytab-strip .ytab-right {
77 background: url(../images/default/tabs/tab-sprite.gif) no-repeat right -50px; 77 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right -50px;
78} 78}
79.ytab-strip .ytab-left { 79.ytab-strip .ytab-left {
80 background: url(../images/default/tabs/tab-sprite.gif) no-repeat 0 -150px; 80 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
81} 81}
82 82
83.ytab-strip a { 83.ytab-strip a {
@@ -98,7 +98,7 @@ refer to http://www.clipperz.com.
98.ytab-strip .ytab-closable .close-icon{ 98.ytab-strip .ytab-closable .close-icon{
99 line-height: 1px; 99 line-height: 1px;
100 font-size:1px; 100 font-size:1px;
101 background-image:url(../images/default/layout/layout-sprite.gif); 101 background-image:url(./images/default/layout/layout-sprite.gif);
102 background-repeat: no-repeat; 102 background-repeat: no-repeat;
103 background-position: 50% -60px; 103 background-position: 50% -60px;
104 display:block; 104 display:block;
@@ -108,12 +108,12 @@ refer to http://www.clipperz.com.
108 cursor:pointer; 108 cursor:pointer;
109} 109}
110.ytab-strip .on .close-icon{ 110.ytab-strip .on .close-icon{
111 background-image:url(../images/default/layout/layout-sprite.gif); 111 background-image:url(./images/default/layout/layout-sprite.gif);
112 background-repeat: no-repeat; 112 background-repeat: no-repeat;
113 background-position: 50% -60px; 113 background-position: 50% -60px;
114} 114}
115.ytab-strip .ytab-closable .close-over{ 115.ytab-strip .ytab-closable .close-over{
116 background-image:url(../images/default/layout/layout-sprite.gif); 116 background-image:url(./images/default/layout/layout-sprite.gif);
117 background-repeat: no-repeat; 117 background-repeat: no-repeat;
118 background-position: 50% -72px; 118 background-position: 50% -72px;
119} 119}
@@ -125,16 +125,16 @@ refer to http://www.clipperz.com.
125 padding-bottom:2px; 125 padding-bottom:2px;
126} 126}
127.ytabs-bottom .ytab-strip .ytab-right { 127.ytabs-bottom .ytab-strip .ytab-right {
128 background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left; 128 background: url(./images/default/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
129} 129}
130.ytabs-bottom .ytab-strip .ytab-left { 130.ytabs-bottom .ytab-strip .ytab-left {
131 background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right; 131 background: url(./images/default/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
132} 132}
133.ytabs-bottom .ytab-strip .on .ytab-right { 133.ytabs-bottom .ytab-strip .on .ytab-right {
134 background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 134 background: url(./images/default/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
135} 135}
136.ytabs-bottom .ytab-strip .on .ytab-left { 136.ytabs-bottom .ytab-strip .on .ytab-left {
137 background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 137 background: url(./images/default/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
138} 138}
139.ytabs-bottom .ytab-strip a { 139.ytabs-bottom .ytab-strip a {
140 position:relative; 140 position:relative;
diff --git a/frontend/beta/css/yui-extensions/toolbar.css b/frontend/beta/css/yui-extensions/toolbar.css
index dea6754..198b47c 100644
--- a/frontend/beta/css/yui-extensions/toolbar.css
+++ b/frontend/beta/css/yui-extensions/toolbar.css
@@ -32,7 +32,7 @@ refer to http://www.clipperz.com.
32 32
33.mso .ytoolbar, .ygrid-mso .ytoolbar{ 33.mso .ytoolbar, .ygrid-mso .ytoolbar{
34 border: 0px none; 34 border: 0px none;
35 background: url(../images/default/grid/mso-hd.gif); 35 background: url(./images/default/grid/mso-hd.gif);
36} 36}
37.ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{ 37.ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{
38 white-space: nowrap; 38 white-space: nowrap;
@@ -89,12 +89,12 @@ refer to http://www.clipperz.com.
89 display:block; 89 display:block;
90} 90}
91.ytoolbar .ytb-button-over{ 91.ytoolbar .ytb-button-over{
92 background:#c3d3ed url(../images/default/toolbar/btn-over-bg.gif) repeat-x; 92 background:#c3d3ed url(./images/default/toolbar/btn-over-bg.gif) repeat-x;
93 border:1px solid #6593cf; 93 border:1px solid #6593cf;
94 padding:1px 2px; 94 padding:1px 2px;
95} 95}
96.ytoolbar .ytb-sep { 96.ytoolbar .ytb-sep {
97 background-image: url(../images/default/grid/grid-split.gif); 97 background-image: url(./images/default/grid/grid-split.gif);
98 background-position: center; 98 background-position: center;
99 background-repeat: no-repeat; 99 background-repeat: no-repeat;
100 display: block; 100 display: block;
@@ -107,6 +107,6 @@ refer to http://www.clipperz.com.
107 border:0px; 107 border:0px;
108} 108}
109.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{ 109.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{
110 background-image: url(../images/default/grid/grid-blue-split.gif); 110 background-image: url(./images/default/grid/grid-blue-split.gif);
111} 111}
112 112
diff --git a/frontend/beta/css/yui-extensions/tree.css b/frontend/beta/css/yui-extensions/tree.css
index 992909d..4b448e8 100644
--- a/frontend/beta/css/yui-extensions/tree.css
+++ b/frontend/beta/css/yui-extensions/tree.css
@@ -43,18 +43,18 @@ refer to http://www.clipperz.com.
43 43
44/* some default icons for leaf/folder */ 44/* some default icons for leaf/folder */
45.ytree-node-collapsed .ytree-node-icon{ 45.ytree-node-collapsed .ytree-node-icon{
46 background:transparent url(../images/default/tree/folder.gif); 46 background:transparent url(./images/default/tree/folder.gif);
47} 47}
48.ytree-node-expanded .ytree-node-icon{ 48.ytree-node-expanded .ytree-node-icon{
49 background:transparent url(../images/default/tree/folder-open.gif); 49 background:transparent url(./images/default/tree/folder-open.gif);
50} 50}
51.ytree-node-leaf .ytree-node-icon{ 51.ytree-node-leaf .ytree-node-icon{
52 background:transparent url(../images/default/tree/leaf.gif); 52 background:transparent url(./images/default/tree/leaf.gif);
53} 53}
54 54
55/* loading icon */ 55/* loading icon */
56.ytree-node-loading .ytree-node-icon{ 56.ytree-node-loading .ytree-node-icon{
57 background:transparent url(../images/default/tree/loading.gif) !important; 57 background:transparent url(./images/default/tree/loading.gif) !important;
58} 58}
59.ytree-node-loading a span{ 59.ytree-node-loading a span{
60 font-style: italic; 60 font-style: italic;
@@ -63,25 +63,25 @@ refer to http://www.clipperz.com.
63 63
64/* Line styles */ 64/* Line styles */
65.ytree-lines .ytree-elbow{ 65.ytree-lines .ytree-elbow{
66 background:transparent url(../images/default/tree/elbow.gif); 66 background:transparent url(./images/default/tree/elbow.gif);
67} 67}
68.ytree-lines .ytree-elbow-plus{ 68.ytree-lines .ytree-elbow-plus{
69 background:transparent url(../images/default/tree/elbow-plus.gif); 69 background:transparent url(./images/default/tree/elbow-plus.gif);
70} 70}
71.ytree-lines .ytree-elbow-minus{ 71.ytree-lines .ytree-elbow-minus{
72 background:transparent url(../images/default/tree/elbow-minus.gif); 72 background:transparent url(./images/default/tree/elbow-minus.gif);
73} 73}
74.ytree-lines .ytree-elbow-end{ 74.ytree-lines .ytree-elbow-end{
75 background:transparent url(../images/default/tree/elbow-end.gif); 75 background:transparent url(./images/default/tree/elbow-end.gif);
76} 76}
77.ytree-lines .ytree-elbow-end-plus{ 77.ytree-lines .ytree-elbow-end-plus{
78 background:transparent url(../images/default/tree/elbow-end-plus.gif); 78 background:transparent url(./images/default/tree/elbow-end-plus.gif);
79} 79}
80.ytree-lines .ytree-elbow-end-minus{ 80.ytree-lines .ytree-elbow-end-minus{
81 background:transparent url(../images/default/tree/elbow-end-minus.gif); 81 background:transparent url(./images/default/tree/elbow-end-minus.gif);
82} 82}
83.ytree-lines .ytree-elbow-line{ 83.ytree-lines .ytree-elbow-line{
84 background:transparent url(../images/default/tree/elbow-line.gif); 84 background:transparent url(./images/default/tree/elbow-line.gif);
85} 85}
86 86
87/* No line styles */ 87/* No line styles */
@@ -89,19 +89,19 @@ refer to http://www.clipperz.com.
89 background:transparent; 89 background:transparent;
90} 90}
91.ytree-no-lines .ytree-elbow-plus{ 91.ytree-no-lines .ytree-elbow-plus{
92 background:transparent url(../images/default/tree/elbow-plus-nl.gif); 92 background:transparent url(./images/default/tree/elbow-plus-nl.gif);
93} 93}
94.ytree-no-lines .ytree-elbow-minus{ 94.ytree-no-lines .ytree-elbow-minus{
95 background:transparent url(../images/default/tree/elbow-minus-nl.gif); 95 background:transparent url(./images/default/tree/elbow-minus-nl.gif);
96} 96}
97.ytree-no-lines .ytree-elbow-end{ 97.ytree-no-lines .ytree-elbow-end{
98 background:transparent; 98 background:transparent;
99} 99}
100.ytree-no-lines .ytree-elbow-end-plus{ 100.ytree-no-lines .ytree-elbow-end-plus{
101 background:transparent url(../images/default/tree/elbow-end-plus-nl.gif); 101 background:transparent url(./images/default/tree/elbow-end-plus-nl.gif);
102} 102}
103.ytree-no-lines .ytree-elbow-end-minus{ 103.ytree-no-lines .ytree-elbow-end-minus{
104 background:transparent url(../images/default/tree/elbow-end-minus-nl.gif); 104 background:transparent url(./images/default/tree/elbow-end-minus-nl.gif);
105} 105}
106.ytree-no-lines .ytree-elbow-line{ 106.ytree-no-lines .ytree-elbow-line{
107 background:transparent; 107 background:transparent;
@@ -171,20 +171,20 @@ refer to http://www.clipperz.com.
171 display:none !important; 171 display:none !important;
172} 172}
173.ytree-drop-ok-append .ydd-drop-icon{ 173.ytree-drop-ok-append .ydd-drop-icon{
174 background-image: url(../images/default/tree/drop-add.gif); 174 background-image: url(./images/default/tree/drop-add.gif);
175} 175}
176.ytree-drop-ok-above .ydd-drop-icon{ 176.ytree-drop-ok-above .ydd-drop-icon{
177 background-image: url(../images/default/tree/drop-over.gif); 177 background-image: url(./images/default/tree/drop-over.gif);
178} 178}
179.ytree-drop-ok-below .ydd-drop-icon{ 179.ytree-drop-ok-below .ydd-drop-icon{
180 background-image: url(../images/default/tree/drop-under.gif); 180 background-image: url(./images/default/tree/drop-under.gif);
181} 181}
182.ytree-drop-ok-between .ydd-drop-icon{ 182.ytree-drop-ok-between .ydd-drop-icon{
183 background-image: url(../images/default/tree/drop-between.gif); 183 background-image: url(./images/default/tree/drop-between.gif);
184} 184}
185.ylayer-shadow{ 185.ylayer-shadow{
186 background:#cccccc; 186 background:#cccccc;
187 opacity:.3; 187 opacity:.3;
188 -moz-opacity:.3; 188 -moz-opacity:.3;
189 filter: alpha(opacity=30); 189 filter: alpha(opacity=30);
190} 190}
diff --git a/frontend/beta/css/yui-extensions/ytheme-aero.css b/frontend/beta/css/yui-extensions/ytheme-aero.css
index b599de0..a3087b0 100644
--- a/frontend/beta/css/yui-extensions/ytheme-aero.css
+++ b/frontend/beta/css/yui-extensions/ytheme-aero.css
@@ -34,7 +34,7 @@ refer to http://www.clipperz.com.
34} 34}
35.ytab-strip-wrap{ 35.ytab-strip-wrap{
36 padding-top:1px; 36 padding-top:1px;
37 background:#cedff5 url(../images/aero/tabs/tab-strip-bg.gif) repeat-x bottom; 37 background:#cedff5 url(./images/aero/tabs/tab-strip-bg.gif) repeat-x bottom;
38 border-bottom:1px solid #8db2e3; 38 border-bottom:1px solid #8db2e3;
39} 39}
40.ytab-strip .ytab-text { 40.ytab-strip .ytab-text {
@@ -46,16 +46,16 @@ refer to http://www.clipperz.com.
46 color:#15428b; 46 color:#15428b;
47} 47}
48.ytabs-top .ytab-strip .on .ytab-right { 48.ytabs-top .ytab-strip .on .ytab-right {
49 background: url(../images/aero/tabs/tab-sprite.gif) no-repeat right 0px; 49 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat right 0px;
50} 50}
51.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{ 51.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{
52 background: url(../images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px; 52 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px;
53} 53}
54.ytabs-top .ytab-strip .ytab-right { 54.ytabs-top .ytab-strip .ytab-right {
55 background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat right -50px; 55 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
56} 56}
57.ytabs-top .ytab-strip .ytab-left { 57.ytabs-top .ytab-strip .ytab-left {
58 background:transparent url(../images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px; 58 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px;
59} 59}
60.ytabs-top .yui-ext-tabbody { 60.ytabs-top .yui-ext-tabbody {
61 border:1px solid #8db2e3; 61 border:1px solid #8db2e3;
@@ -70,21 +70,21 @@ refer to http://www.clipperz.com.
70.ytabs-bottom .ytab-strip-wrap{ 70.ytabs-bottom .ytab-strip-wrap{
71 padding-top:0px; 71 padding-top:0px;
72 padding-bottom:1px; 72 padding-bottom:1px;
73 background:#cedff5 url(../images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top; 73 background:#cedff5 url(./images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
74 border-top:1px solid #8db2e3; 74 border-top:1px solid #8db2e3;
75 border-bottom:0px none; 75 border-bottom:0px none;
76} 76}
77.ytabs-bottom .ytab-strip .ytab-right { 77.ytabs-bottom .ytab-strip .ytab-right {
78 background:transparent url(../images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right; 78 background:transparent url(./images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
79} 79}
80.ytabs-bottom .ytab-strip .ytab-left { 80.ytabs-bottom .ytab-strip .ytab-left {
81 background:transparent url(../images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left; 81 background:transparent url(./images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
82} 82}
83.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover { 83.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover {
84 background: url(../images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 84 background: url(./images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
85} 85}
86.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left { 86.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left {
87 background: url(../images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 87 background: url(./images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
88} 88}
89.ytabs-bottom .yui-ext-tabbody { 89.ytabs-bottom .yui-ext-tabbody {
90 border:1px solid #8db2e3; 90 border:1px solid #8db2e3;
@@ -107,7 +107,7 @@ refer to http://www.clipperz.com.
107 background:transparent; 107 background:transparent;
108} 108}
109.ydlg .ydlg-hd { 109.ydlg .ydlg-hd {
110 background: url(../images/aero/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 110 background: url(./images/aero/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
111 background-color:#aabaca; 111 background-color:#aabaca;
112 color:#15428b; 112 color:#15428b;
113 zoom:1; 113 zoom:1;
@@ -115,7 +115,7 @@ refer to http://www.clipperz.com.
115} 115}
116.ydlg .ydlg-hd-left { 116.ydlg .ydlg-hd-left {
117 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80); 117 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
118 background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 118 background: url(./images/aero/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
119 zoom:1; 119 zoom:1;
120} 120}
121.ydlg-modal .ydlg-hd-left { 121.ydlg-modal .ydlg-hd-left {
@@ -123,7 +123,7 @@ refer to http://www.clipperz.com.
123} 123}
124 124
125.ydlg .ydlg-hd-right { 125.ydlg .ydlg-hd-right {
126 background: url(../images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0px; 126 background: url(./images/aero/basic-dialog/hd-sprite.gif) no-repeat right 0px;
127 zoom:1; 127 zoom:1;
128} 128}
129.ydlg .ydlg-dlg-body{ 129.ydlg .ydlg-dlg-body{
@@ -154,17 +154,17 @@ refer to http://www.clipperz.com.
154} 154}
155.ydlg .ydlg-bg-center { 155.ydlg .ydlg-bg-center {
156 padding: 2px 7px 7px 7px; 156 padding: 2px 7px 7px 7px;
157 background:transparent url(../images/aero/basic-dialog/bg-center.gif) repeat-x bottom; 157 background:transparent url(./images/aero/basic-dialog/bg-center.gif) repeat-x bottom;
158 zoom:1; 158 zoom:1;
159} 159}
160.ydlg .ydlg-bg-left{ 160.ydlg .ydlg-bg-left{
161 padding-left:7px; 161 padding-left:7px;
162 background:transparent url(../images/aero/basic-dialog/bg-left.gif) no-repeat bottom left; 162 background:transparent url(./images/aero/basic-dialog/bg-left.gif) no-repeat bottom left;
163 zoom:1; 163 zoom:1;
164} 164}
165.ydlg .ydlg-bg-right{ 165.ydlg .ydlg-bg-right{
166 padding-right:7px; 166 padding-right:7px;
167 background:transparent url(../images/aero/basic-dialog/bg-right.gif) no-repeat bottom right; 167 background:transparent url(./images/aero/basic-dialog/bg-right.gif) no-repeat bottom right;
168 zoom:1; 168 zoom:1;
169} 169}
170.ydlg-auto-tabs .ydlg-dlg-body, .ydlg-auto-layout .ydlg-dlg-body{ 170.ydlg-auto-tabs .ydlg-dlg-body, .ydlg-auto-layout .ydlg-dlg-body{
@@ -187,26 +187,26 @@ refer to http://www.clipperz.com.
187 top:5px; 187 top:5px;
188 right:5px; 188 right:5px;
189 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80); 189 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
190 background-image:url(../images/aero/basic-dialog/aero-close.gif); 190 background-image:url(./images/aero/basic-dialog/aero-close.gif);
191 zoom:1; 191 zoom:1;
192} 192}
193.ydlg .ydlg-close-over { 193.ydlg .ydlg-close-over {
194 background-image:url(../images/aero/basic-dialog/aero-close-over.gif); 194 background-image:url(./images/aero/basic-dialog/aero-close-over.gif);
195} 195}
196.ydlg div.yresizable-handle-east{ 196.ydlg div.yresizable-handle-east{
197 background-image:url(../images/aero/s.gif); 197 background-image:url(./images/aero/s.gif);
198 border:0px none; 198 border:0px none;
199} 199}
200.ydlg div.yresizable-handle-south{ 200.ydlg div.yresizable-handle-south{
201 background-image:url(../images/aero/s.gif); 201 background-image:url(./images/aero/s.gif);
202 border:0px none; 202 border:0px none;
203} 203}
204.ydlg div.yresizable-handle-west{ 204.ydlg div.yresizable-handle-west{
205 background-image:url(../images/aero/s.gif); 205 background-image:url(./images/aero/s.gif);
206 border:0px none; 206 border:0px none;
207} 207}
208.ydlg div.yresizable-handle-southeast{ 208.ydlg div.yresizable-handle-southeast{
209 background-image:url(../images/aero/basic-dialog/se-handle.gif); 209 background-image:url(./images/aero/basic-dialog/se-handle.gif);
210 background-position: bottom right; 210 background-position: bottom right;
211 width:9px; 211 width:9px;
212 height:9px; 212 height:9px;
@@ -215,14 +215,14 @@ refer to http://www.clipperz.com.
215 bottom:2px; 215 bottom:2px;
216} 216}
217.ydlg div.yresizable-handle-southwest{ 217.ydlg div.yresizable-handle-southwest{
218 background-image:url(../images/aero/s.gif); 218 background-image:url(./images/aero/s.gif);
219 background-position: top right; 219 background-position: top right;
220 margin-left:1px; 220 margin-left:1px;
221 margin-bottom:1px; 221 margin-bottom:1px;
222 border:0px; 222 border:0px;
223} 223}
224.ydlg div.yresizable-handle-north{ 224.ydlg div.yresizable-handle-north{
225 background-image:url(../images/aero/s.gif); 225 background-image:url(./images/aero/s.gif);
226 border:0px none; 226 border:0px none;
227} 227}
228 228
@@ -252,7 +252,7 @@ refer to http://www.clipperz.com.
252 background-color:#deecfd; 252 background-color:#deecfd;
253} 253}
254.ylayout-panel-hd{ 254.ylayout-panel-hd{
255 background-image: url(../images/aero/layout/panel-title-light-bg.gif); 255 background-image: url(./images/aero/layout/panel-title-light-bg.gif);
256 border-bottom:1px solid #c0d7f4; 256 border-bottom:1px solid #c0d7f4;
257} 257}
258.ylayout-panel-hd-text { 258.ylayout-panel-hd-text {
@@ -293,7 +293,7 @@ refer to http://www.clipperz.com.
293 border: 2px solid #99bbe8; 293 border: 2px solid #99bbe8;
294} 294}
295.ylayout-panel-proxy { 295.ylayout-panel-proxy {
296 background-image: url(../images/aero/layout/gradient-bg.gif); 296 background-image: url(./images/aero/layout/gradient-bg.gif);
297 background-color:#f3f2e7; 297 background-color:#f3f2e7;
298 border:1px dashed #99bbe8; 298 border:1px dashed #99bbe8;
299} 299}
@@ -323,10 +323,10 @@ refer to http://www.clipperz.com.
323 border-bottom:0px; 323 border-bottom:0px;
324} 324}
325.ygrid-hd-split { 325.ygrid-hd-split {
326 background-image: url(../images/aero/grid/grid-split.gif); 326 background-image: url(./images/aero/grid/grid-split.gif);
327} 327}
328.ygrid-hrow{ 328.ygrid-hrow{
329 background: url(../images/aero/grid/grid-hrow.gif); 329 background: url(./images/aero/grid/grid-hrow.gif);
330 height: 22px; 330 height: 22px;
331 border:0px none; 331 border:0px none;
332} 332}
@@ -354,5 +354,5 @@ refer to http://www.clipperz.com.
354 border:1px solid #8db2e3; 354 border:1px solid #8db2e3;
355} 355}
356.ytoolbar .ytb-sep{ 356.ytoolbar .ytb-sep{
357 background-image: url(../images/aero/grid/grid-blue-split.gif); 357 background-image: url(./images/aero/grid/grid-blue-split.gif);
358} 358}
diff --git a/frontend/beta/css/yui-extensions/ytheme-gray.css b/frontend/beta/css/yui-extensions/ytheme-gray.css
index d1a1a4a..22538e3 100644
--- a/frontend/beta/css/yui-extensions/ytheme-gray.css
+++ b/frontend/beta/css/yui-extensions/ytheme-gray.css
@@ -27,7 +27,7 @@ refer to http://www.clipperz.com.
27* Basic-Dialog 27* Basic-Dialog
28*/ 28*/
29.ydlg-proxy { 29.ydlg-proxy {
30 background-image: url(../images/gray/layout/gradient-bg.gif); 30 background-image: url(./images/gray/layout/gradient-bg.gif);
31 background-color:#EAE8D5; 31 background-color:#EAE8D5;
32 border:1px solid #b3b6b0; 32 border:1px solid #b3b6b0;
33} 33}
@@ -35,17 +35,17 @@ refer to http://www.clipperz.com.
35 background:#aaaaaa; 35 background:#aaaaaa;
36} 36}
37.ydlg-proxy .tabset{ 37.ydlg-proxy .tabset{
38 background:url(../images/gray/layout/gradient-bg.gif); 38 background:url(./images/gray/layout/gradient-bg.gif);
39} 39}
40.ydlg .ydlg-hd { 40.ydlg .ydlg-hd {
41 background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 41 background: url(./images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
42 background-color:#333333; 42 background-color:#333333;
43} 43}
44.ydlg .ydlg-hd-left { 44.ydlg .ydlg-hd-left {
45 background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 45 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
46} 46}
47.ydlg .ydlg-hd-right { 47.ydlg .ydlg-hd-right {
48 background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px; 48 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px;
49} 49}
50.ydlg .ydlg-dlg-body{ 50.ydlg .ydlg-dlg-body{
51 background:#efefec; 51 background:#efefec;
@@ -64,36 +64,36 @@ refer to http://www.clipperz.com.
64 border:0px none; 64 border:0px none;
65} 65}
66.ydlg .ydlg-close { 66.ydlg .ydlg-close {
67 background-image:url(../images/gray/basic-dialog/close.gif); 67 background-image:url(./images/gray/basic-dialog/close.gif);
68} 68}
69.ydlg div.yresizable-handle-east{ 69.ydlg div.yresizable-handle-east{
70 background-image:url(../images/gray/basic-dialog/e-handle.gif); 70 background-image:url(./images/gray/basic-dialog/e-handle.gif);
71 border:0px none; 71 border:0px none;
72} 72}
73.ydlg div.yresizable-handle-south{ 73.ydlg div.yresizable-handle-south{
74 background-image:url(../images/gray/basic-dialog/s-handle.gif); 74 background-image:url(./images/gray/basic-dialog/s-handle.gif);
75 border:0px none; 75 border:0px none;
76} 76}
77.ydlg div.yresizable-handle-west{ 77.ydlg div.yresizable-handle-west{
78 background-image:url(../images/gray/basic-dialog/e-handle.gif); 78 background-image:url(./images/gray/basic-dialog/e-handle.gif);
79 border:0px none; 79 border:0px none;
80} 80}
81.ydlg div.yresizable-handle-southeast{ 81.ydlg div.yresizable-handle-southeast{
82 background-image:url(../images/gray/basic-dialog/se-handle.gif); 82 background-image:url(./images/gray/basic-dialog/se-handle.gif);
83 background-position: bottom right; 83 background-position: bottom right;
84 width:8px; 84 width:8px;
85 height:8px; 85 height:8px;
86 border:0px; 86 border:0px;
87} 87}
88.ydlg div.yresizable-handle-southwest{ 88.ydlg div.yresizable-handle-southwest{
89 background-image:url(../images/gray/sizer/sw-handle-dark.gif); 89 background-image:url(./images/gray/sizer/sw-handle-dark.gif);
90 background-position: top right; 90 background-position: top right;
91 margin-left:1px; 91 margin-left:1px;
92 margin-bottom:1px; 92 margin-bottom:1px;
93 border:0px; 93 border:0px;
94} 94}
95.ydlg div.yresizable-handle-north{ 95.ydlg div.yresizable-handle-north{
96 background-image:url(../images/gray/s.gif); 96 background-image:url(./images/gray/s.gif);
97 border:0px none; 97 border:0px none;
98} 98}
99 99
@@ -108,27 +108,27 @@ refer to http://www.clipperz.com.
108 color:#333333; 108 color:#333333;
109} 109}
110.ytabs-top .ytab-strip .on .ytab-right { 110.ytabs-top .ytab-strip .on .ytab-right {
111 background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right 0px; 111 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat right 0px;
112} 112}
113.ytabs-top .ytab-strip .on .ytab-left { 113.ytabs-top .ytab-strip .on .ytab-left {
114 background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px; 114 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
115} 115}
116.ytabs-top .ytab-strip .ytab-right { 116.ytabs-top .ytab-strip .ytab-right {
117 background: url(../images/gray/tabs/tab-sprite.gif) no-repeat right -50px; 117 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
118} 118}
119.ytabs-top .ytab-strip .ytab-left { 119.ytabs-top .ytab-strip .ytab-left {
120 background: url(../images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px; 120 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
121} 121}
122.ytab-strip .ytab-closable .close-icon{ 122.ytab-strip .ytab-closable .close-icon{
123 background-image:url(../images/gray/layout/layout-sprite.gif); 123 background-image:url(./images/gray/layout/layout-sprite.gif);
124 background-position: 50% -60px; 124 background-position: 50% -60px;
125} 125}
126.ytab-strip .on .close-icon{ 126.ytab-strip .on .close-icon{
127 background-image:url(../images/gray/layout/layout-sprite.gif); 127 background-image:url(./images/gray/layout/layout-sprite.gif);
128 background-position: 50% -60px; 128 background-position: 50% -60px;
129} 129}
130.ytab-strip .ytab-closable .close-over{ 130.ytab-strip .ytab-closable .close-over{
131 background-image:url(../images/gray/layout/layout-sprite.gif); 131 background-image:url(./images/gray/layout/layout-sprite.gif);
132 background-position: 50% -72px; 132 background-position: 50% -72px;
133} 133}
134 134
@@ -138,34 +138,34 @@ refer to http://www.clipperz.com.
138 border-top:1px solid #aca899; 138 border-top:1px solid #aca899;
139} 139}
140.ytabs-bottom .ytab-strip .ytab-right { 140.ytabs-bottom .ytab-strip .ytab-right {
141 background: url(../images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left; 141 background: url(./images/gray/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom left;
142} 142}
143.ytabs-bottom .ytab-strip .ytab-left { 143.ytabs-bottom .ytab-strip .ytab-left {
144 background: url(../images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right; 144 background: url(./images/gray/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom right;
145} 145}
146.ytabs-bottom .ytab-strip .on .ytab-right { 146.ytabs-bottom .ytab-strip .on .ytab-right {
147 background: url(../images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 147 background: url(./images/gray/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
148} 148}
149.ytabs-bottom .ytab-strip .on .ytab-left { 149.ytabs-bottom .ytab-strip .on .ytab-left {
150 background: url(../images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 150 background: url(./images/gray/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
151} 151}
152 152
153/* QuickTips */ 153/* QuickTips */
154 154
155.ytip .ytip-hd-right{ 155.ytip .ytip-hd-right{
156 background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px; 156 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px;
157} 157}
158.ytip .ytip-hd-left{ 158.ytip .ytip-hd-left{
159 background: url(../images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 159 background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
160} 160}
161.ytip .ytip-hd{ 161.ytip .ytip-hd{
162 background: url(../images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 162 background: url(./images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
163} 163}
164.ytip .ytip-close{ 164.ytip .ytip-close{
165 background-image: url(../images/gray/basic-dialog/close.gif); 165 background-image: url(./images/gray/basic-dialog/close.gif);
166} 166}
167.ytip .ytip-bd{ 167.ytip .ytip-bd{
168 background: #e7e7e7 url(../images/gray/qtip/bg.gif); 168 background: #e7e7e7 url(./images/gray/qtip/bg.gif);
169 border: 1px solid #ababab; 169 border: 1px solid #ababab;
170} 170}
171 171
@@ -191,45 +191,45 @@ refer to http://www.clipperz.com.
191 background-color:#f3f2e7; 191 background-color:#f3f2e7;
192} 192}
193.ylayout-panel-hd{ 193.ylayout-panel-hd{
194 background-image: url(../images/gray/layout/panel-title-light-bg.gif); 194 background-image: url(./images/gray/layout/panel-title-light-bg.gif);
195 border-bottom:1px solid #aca899; 195 border-bottom:1px solid #aca899;
196} 196}
197.ylayout-tools-button-over{ 197.ylayout-tools-button-over{
198 border:1px solid #aca899; 198 border:1px solid #aca899;
199} 199}
200.ylayout-close{ 200.ylayout-close{
201 background-image:url(../images/gray/layout/layout-sprite.gif); 201 background-image:url(./images/gray/layout/layout-sprite.gif);
202 background-repeat: no-repeat; 202 background-repeat: no-repeat;
203 background-position: 50% -48px; 203 background-position: 50% -48px;
204} 204}
205.ylayout-collapse-west,.ylayout-expand-east{ 205.ylayout-collapse-west,.ylayout-expand-east{
206 background-image:url(../images/gray/layout/layout-sprite.gif); 206 background-image:url(./images/gray/layout/layout-sprite.gif);
207 background-repeat: no-repeat; 207 background-repeat: no-repeat;
208 background-position: 50% 0; 208 background-position: 50% 0;
209} 209}
210.ylayout-expand-west,.ylayout-collapse-east{ 210.ylayout-expand-west,.ylayout-collapse-east{
211 background-image:url(../images/gray/layout/layout-sprite.gif); 211 background-image:url(./images/gray/layout/layout-sprite.gif);
212 background-repeat: no-repeat; 212 background-repeat: no-repeat;
213 background-position: 50% -12px; 213 background-position: 50% -12px;
214} 214}
215.ylayout-collapse-north,.ylayout-expand-south{ 215.ylayout-collapse-north,.ylayout-expand-south{
216 background-image:url(../images/gray/layout/layout-sprite.gif); 216 background-image:url(./images/gray/layout/layout-sprite.gif);
217 background-repeat: no-repeat; 217 background-repeat: no-repeat;
218 background-position: 50% -24px; 218 background-position: 50% -24px;
219} 219}
220.ylayout-expand-north,.ylayout-collapse-south{ 220.ylayout-expand-north,.ylayout-collapse-south{
221 background-image:url(../images/gray/layout/layout-sprite.gif); 221 background-image:url(./images/gray/layout/layout-sprite.gif);
222 background-repeat: no-repeat; 222 background-repeat: no-repeat;
223 background-position: 50% -36px; 223 background-position: 50% -36px;
224} 224}
225.ylayout-split-h{ 225.ylayout-split-h{
226 background-image:url(../images/gray/sizer/e-handle-dark.gif); 226 background-image:url(./images/gray/sizer/e-handle-dark.gif);
227} 227}
228.ylayout-split-v{ 228.ylayout-split-v{
229 background-image:url(../images/gray/sizer/s-handle-dark.gif); 229 background-image:url(./images/gray/sizer/s-handle-dark.gif);
230} 230}
231.ylayout-panel .ytab-wrap{ 231.ylayout-panel .ytab-wrap{
232 background:url(../images/gray/layout/gradient-bg.gif); 232 background:url(./images/gray/layout/gradient-bg.gif);
233} 233}
234.ylayout-nested-layout .ylayout-panel-north { 234.ylayout-nested-layout .ylayout-panel-north {
235 border-bottom:1px solid #aca899; 235 border-bottom:1px solid #aca899;
@@ -247,42 +247,42 @@ refer to http://www.clipperz.com.
247 border: 2px solid #aca899; 247 border: 2px solid #aca899;
248} 248}
249.ylayout-panel-proxy { 249.ylayout-panel-proxy {
250 background-image: url(../images/gray/layout/gradient-bg.gif); 250 background-image: url(./images/gray/layout/gradient-bg.gif);
251 background-color:#f3f2e7; 251 background-color:#f3f2e7;
252 border:1px dashed #aca899; 252 border:1px dashed #aca899;
253} 253}
254/** Resizable */ 254/** Resizable */
255 255
256.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{ 256.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{
257 background:url(../images/gray/sizer/e-handle.gif); 257 background:url(./images/gray/sizer/e-handle.gif);
258 background-position: left; 258 background-position: left;
259} 259}
260.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-west{ 260.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-west{
261 background:url(../images/gray/sizer/e-handle.gif); 261 background:url(./images/gray/sizer/e-handle.gif);
262 background-position: left; 262 background-position: left;
263} 263}
264.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{ 264.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{
265 background:url(../images/gray/sizer/s-handle.gif); 265 background:url(./images/gray/sizer/s-handle.gif);
266 background-position: top; 266 background-position: top;
267} 267}
268.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-north{ 268.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-north{
269 background:url(../images/gray/sizer/s-handle.gif); 269 background:url(./images/gray/sizer/s-handle.gif);
270 background-position: top; 270 background-position: top;
271} 271}
272.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{ 272.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{
273 background:url(../images/gray/sizer/se-handle.gif); 273 background:url(./images/gray/sizer/se-handle.gif);
274 background-position: top left; 274 background-position: top left;
275} 275}
276.yresizable-over .yresizable-handle-northwest,.yresizable-pinned .yresizable-handle-northwest{ 276.yresizable-over .yresizable-handle-northwest,.yresizable-pinned .yresizable-handle-northwest{
277 background:url(../images/gray/sizer/nw-handle.gif); 277 background:url(./images/gray/sizer/nw-handle.gif);
278 background-position:bottom right; 278 background-position:bottom right;
279} 279}
280.yresizable-over .yresizable-handle-northeast,.yresizable-pinned .yresizable-handle-northeast{ 280.yresizable-over .yresizable-handle-northeast,.yresizable-pinned .yresizable-handle-northeast{
281 background:url(../images/gray/sizer/ne-handle.gif); 281 background:url(./images/gray/sizer/ne-handle.gif);
282 background-position: bottom left; 282 background-position: bottom left;
283} 283}
284.yresizable-over .yresizable-handle-southwest,.yresizable-pinned .yresizable-handle-southwest{ 284.yresizable-over .yresizable-handle-southwest,.yresizable-pinned .yresizable-handle-southwest{
285 background:url(../images/gray/sizer/sw-handle.gif); 285 background:url(./images/gray/sizer/sw-handle.gif);
286 background-position: top right; 286 background-position: top right;
287} 287}
288.yresizable-proxy{ 288.yresizable-proxy{
@@ -292,6 +292,6 @@ refer to http://www.clipperz.com.
292/** Toolbar */ 292/** Toolbar */
293.ytoolbar{ 293.ytoolbar{
294 border:0px none; 294 border:0px none;
295 background: #efefe3 url(../images/gray/toolbar/gray-bg.gif) repeat-x; 295 background: #efefe3 url(./images/gray/toolbar/gray-bg.gif) repeat-x;
296 padding:3px; 296 padding:3px;
297} 297}
diff --git a/frontend/beta/css/yui-extensions/ytheme-vista.css b/frontend/beta/css/yui-extensions/ytheme-vista.css
index 85bf82b..e0e520f 100644
--- a/frontend/beta/css/yui-extensions/ytheme-vista.css
+++ b/frontend/beta/css/yui-extensions/ytheme-vista.css
@@ -39,16 +39,16 @@ refer to http://www.clipperz.com.
39 color:#333333; 39 color:#333333;
40} 40}
41.ytabs-top .ytab-strip a:hover { 41.ytabs-top .ytab-strip a:hover {
42 background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat right -50px; 42 background:transparent url(./images/vista/tabs/tab-sprite.gif) no-repeat right -50px;
43} 43}
44.ytabs-top .ytab-strip a:hover .ytab-left { 44.ytabs-top .ytab-strip a:hover .ytab-left {
45 background:transparent url(../images/vista/tabs/tab-sprite.gif) no-repeat 0 -150px; 45 background:transparent url(./images/vista/tabs/tab-sprite.gif) no-repeat 0 -150px;
46} 46}
47.ytabs-top .ytab-strip .on .ytab-right, .ytabs-top .ytab-strip .on a:hover { 47.ytabs-top .ytab-strip .on .ytab-right, .ytabs-top .ytab-strip .on a:hover {
48 background: url(../images/vista/tabs/tab-sprite.gif) no-repeat right 0; 48 background: url(./images/vista/tabs/tab-sprite.gif) no-repeat right 0;
49} 49}
50.ytabs-top .ytab-strip .on .ytab-left, .ytabs-top .ytab-strip .on a:hover .ytab-left { 50.ytabs-top .ytab-strip .on .ytab-left, .ytabs-top .ytab-strip .on a:hover .ytab-left {
51 background: url(../images/vista/tabs/tab-sprite.gif) no-repeat 0 -100px; 51 background: url(./images/vista/tabs/tab-sprite.gif) no-repeat 0 -100px;
52} 52}
53.ytabs-top .ytab-strip .ytab-right { 53.ytabs-top .ytab-strip .ytab-right {
54 background:transparent; 54 background:transparent;
@@ -57,15 +57,15 @@ refer to http://www.clipperz.com.
57 background:transparent; 57 background:transparent;
58} 58}
59.ytab-strip .ytab-closable .close-icon{ 59.ytab-strip .ytab-closable .close-icon{
60 background-image:url(../images/vista/layout/layout-sprite.gif); 60 background-image:url(./images/vista/layout/layout-sprite.gif);
61 background-position: 50% -60px; 61 background-position: 50% -60px;
62} 62}
63.ytab-strip .on .close-icon{ 63.ytab-strip .on .close-icon{
64 background-image:url(../images/vista/layout/layout-sprite.gif); 64 background-image:url(./images/vista/layout/layout-sprite.gif);
65 background-position: 50% -72px; 65 background-position: 50% -72px;
66} 66}
67.ytab-strip .ytab-closable .close-over{ 67.ytab-strip .ytab-closable .close-over{
68 background-image:url(../images/vista/layout/layout-sprite.gif); 68 background-image:url(./images/vista/layout/layout-sprite.gif);
69 background-position: 50% -72px; 69 background-position: 50% -72px;
70} 70}
71 71
@@ -73,10 +73,10 @@ refer to http://www.clipperz.com.
73 background:#4f4f4f; 73 background:#4f4f4f;
74} 74}
75.ytabs-bottom .ytab-strip a:hover { 75.ytabs-bottom .ytab-strip a:hover {
76 background:transparent url(../images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right; 76 background:transparent url(./images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
77} 77}
78.ytabs-bottom .ytab-strip a:hover .ytab-left{ 78.ytabs-bottom .ytab-strip a:hover .ytab-left{
79 background:transparent url(../images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left; 79 background:transparent url(./images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
80} 80}
81.ytabs-bottom .ytab-wrap { 81.ytabs-bottom .ytab-wrap {
82 border-bottom:0px none; 82 border-bottom:0px none;
@@ -90,10 +90,10 @@ refer to http://www.clipperz.com.
90 background:transparent; 90 background:transparent;
91} 91}
92.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover { 92.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover {
93 background: url(../images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 93 background: url(./images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
94} 94}
95.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left { 95.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left {
96 background: url(../images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 96 background: url(./images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
97} 97}
98/** 98/**
99* Basic-Dialog 99* Basic-Dialog
@@ -109,17 +109,17 @@ refer to http://www.clipperz.com.
109 filter: alpha(opacity=30); 109 filter: alpha(opacity=30);
110} 110}
111.ydlg .ydlg-hd { 111.ydlg .ydlg-hd {
112 background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 112 background: url(./images/vista/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
113 background-color:#333333; 113 background-color:#333333;
114 zoom:1; 114 zoom:1;
115} 115}
116.ydlg .ydlg-hd-left { 116.ydlg .ydlg-hd-left {
117 opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90); 117 opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
118 background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 118 background: url(./images/vista/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
119 zoom:1; 119 zoom:1;
120} 120}
121.ydlg .ydlg-hd-right { 121.ydlg .ydlg-hd-right {
122 background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0px; 122 background: url(./images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0px;
123 zoom:1; 123 zoom:1;
124} 124}
125.ydlg .ydlg-dlg-body{ 125.ydlg .ydlg-dlg-body{
@@ -150,17 +150,17 @@ refer to http://www.clipperz.com.
150} 150}
151.ydlg .ydlg-bg-center { 151.ydlg .ydlg-bg-center {
152 padding: 0px 4px 4px 4px; 152 padding: 0px 4px 4px 4px;
153 background:transparent url(../images/vista/basic-dialog/bg-center.gif) repeat-x bottom; 153 background:transparent url(./images/vista/basic-dialog/bg-center.gif) repeat-x bottom;
154 zoom:1; 154 zoom:1;
155} 155}
156.ydlg .ydlg-bg-left{ 156.ydlg .ydlg-bg-left{
157 padding-left:4px; 157 padding-left:4px;
158 background:transparent url(../images/vista/basic-dialog/bg-left.gif) no-repeat bottom left; 158 background:transparent url(./images/vista/basic-dialog/bg-left.gif) no-repeat bottom left;
159 zoom:1; 159 zoom:1;
160} 160}
161.ydlg .ydlg-bg-right{ 161.ydlg .ydlg-bg-right{
162 padding-right:4px; 162 padding-right:4px;
163 background:transparent url(../images/vista/basic-dialog/bg-right.gif) no-repeat bottom right; 163 background:transparent url(./images/vista/basic-dialog/bg-right.gif) no-repeat bottom right;
164 zoom:1; 164 zoom:1;
165} 165}
166.ydlg .ytabs-top .yui-ext-tabbody{ 166.ydlg .ytabs-top .yui-ext-tabbody{
@@ -174,55 +174,55 @@ refer to http://www.clipperz.com.
174 border:0px none; 174 border:0px none;
175} 175}
176.ydlg .ydlg-close { 176.ydlg .ydlg-close {
177 background-image:url(../images/vista/basic-dialog/close.gif); 177 background-image:url(./images/vista/basic-dialog/close.gif);
178} 178}
179.ydlg div.yresizable-handle-east{ 179.ydlg div.yresizable-handle-east{
180 background-image:url(../images/vista/s.gif); 180 background-image:url(./images/vista/s.gif);
181 border:0px none; 181 border:0px none;
182} 182}
183.ydlg div.yresizable-handle-south{ 183.ydlg div.yresizable-handle-south{
184 background-image:url(../images/vista/s.gif); 184 background-image:url(./images/vista/s.gif);
185 border:0px none; 185 border:0px none;
186} 186}
187.ydlg div.yresizable-handle-west{ 187.ydlg div.yresizable-handle-west{
188 background-image:url(../images/vista/s.gif); 188 background-image:url(./images/vista/s.gif);
189 border:0px none; 189 border:0px none;
190} 190}
191.ydlg div.yresizable-handle-southeast{ 191.ydlg div.yresizable-handle-southeast{
192 background-image:url(../images/vista/s.gif); 192 background-image:url(./images/vista/s.gif);
193 background-position: bottom right; 193 background-position: bottom right;
194 width:8px; 194 width:8px;
195 height:8px; 195 height:8px;
196 border:0px; 196 border:0px;
197} 197}
198.ydlg div.yresizable-handle-southwest{ 198.ydlg div.yresizable-handle-southwest{
199 background-image:url(../images/vista/s.gif); 199 background-image:url(./images/vista/s.gif);
200 background-position: top right; 200 background-position: top right;
201 margin-left:1px; 201 margin-left:1px;
202 margin-bottom:1px; 202 margin-bottom:1px;
203 border:0px; 203 border:0px;
204} 204}
205.ydlg div.yresizable-handle-north{ 205.ydlg div.yresizable-handle-north{
206 background-image:url(../images/vista/s.gif); 206 background-image:url(./images/vista/s.gif);
207 border:0px none; 207 border:0px none;
208} 208}
209 209
210/* QuickTips */ 210/* QuickTips */
211 211
212.ytip .ytip-hd-right{ 212.ytip .ytip-hd-right{
213 background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0px; 213 background: url(./images/vista/basic-dialog/hd-sprite.gif) no-repeat right 0px;
214} 214}
215.ytip .ytip-hd-left{ 215.ytip .ytip-hd-left{
216 background: url(../images/vista/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 216 background: url(./images/vista/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
217} 217}
218.ytip .ytip-hd{ 218.ytip .ytip-hd{
219 background: url(../images/vista/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 219 background: url(./images/vista/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
220} 220}
221.ytip .ytip-close{ 221.ytip .ytip-close{
222 background-image: url(../images/vista/basic-dialog/close.gif); 222 background-image: url(./images/vista/basic-dialog/close.gif);
223} 223}
224.ytip .ytip-bd{ 224.ytip .ytip-bd{
225 background: #e7e7e7 url(../images/vista/qtip/bg.gif); 225 background: #e7e7e7 url(./images/vista/qtip/bg.gif);
226 border: 1px solid #ababab; 226 border: 1px solid #ababab;
227} 227}
228 228
@@ -247,7 +247,7 @@ refer to http://www.clipperz.com.
247 background-color:#f3f2e7; 247 background-color:#f3f2e7;
248} 248}
249.ylayout-panel-hd{ 249.ylayout-panel-hd{
250 background-image: url(../images/vista/layout/panel-title-bg.gif); 250 background-image: url(./images/vista/layout/panel-title-bg.gif);
251 border-bottom:1px solid #b5bac1; 251 border-bottom:1px solid #b5bac1;
252} 252}
253.ylayout-panel-hd-text{ 253.ylayout-panel-hd-text{
@@ -255,30 +255,30 @@ refer to http://www.clipperz.com.
255} 255}
256.ylayout-tools-button-over{ 256.ylayout-tools-button-over{
257 border:1px solid #4c535c; 257 border:1px solid #4c535c;
258 background:#9f9f9f url(../images/vista/layout/panel-title-bg.gif) repeat-x; 258 background:#9f9f9f url(./images/vista/layout/panel-title-bg.gif) repeat-x;
259} 259}
260.ylayout-close{ 260.ylayout-close{
261 background-image:url(../images/vista/layout/layout-sprite.gif); 261 background-image:url(./images/vista/layout/layout-sprite.gif);
262 background-repeat: no-repeat; 262 background-repeat: no-repeat;
263 background-position: 50% -60px; 263 background-position: 50% -60px;
264} 264}
265.ylayout-collapse-west,.ylayout-expand-east{ 265.ylayout-collapse-west,.ylayout-expand-east{
266 background-image:url(../images/vista/layout/layout-sprite.gif); 266 background-image:url(./images/vista/layout/layout-sprite.gif);
267 background-repeat: no-repeat; 267 background-repeat: no-repeat;
268 background-position: 50% 0; 268 background-position: 50% 0;
269} 269}
270.ylayout-expand-west,.ylayout-collapse-east{ 270.ylayout-expand-west,.ylayout-collapse-east{
271 background-image:url(../images/vista/layout/layout-sprite.gif); 271 background-image:url(./images/vista/layout/layout-sprite.gif);
272 background-repeat: no-repeat; 272 background-repeat: no-repeat;
273 background-position: 50% -12px; 273 background-position: 50% -12px;
274} 274}
275.ylayout-collapse-north,.ylayout-expand-south{ 275.ylayout-collapse-north,.ylayout-expand-south{
276 background-image:url(../images/vista/layout/layout-sprite.gif); 276 background-image:url(./images/vista/layout/layout-sprite.gif);
277 background-repeat: no-repeat; 277 background-repeat: no-repeat;
278 background-position: 50% -24px; 278 background-position: 50% -24px;
279} 279}
280.ylayout-expand-north,.ylayout-collapse-south{ 280.ylayout-expand-north,.ylayout-collapse-south{
281 background-image:url(../images/vista/layout/layout-sprite.gif); 281 background-image:url(./images/vista/layout/layout-sprite.gif);
282 background-repeat: no-repeat; 282 background-repeat: no-repeat;
283 background-position: 50% -36px; 283 background-position: 50% -36px;
284} 284}
@@ -307,42 +307,42 @@ refer to http://www.clipperz.com.
307 border: 2px solid #4c535c; 307 border: 2px solid #4c535c;
308} 308}
309.ylayout-panel-proxy { 309.ylayout-panel-proxy {
310 background-image: url(../images/vista/layout/gradient-bg.gif); 310 background-image: url(./images/vista/layout/gradient-bg.gif);
311 background-color:#f3f2e7; 311 background-color:#f3f2e7;
312 border:1px dashed #4c535c; 312 border:1px dashed #4c535c;
313} 313}
314/** Resizable */ 314/** Resizable */
315 315
316.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{ 316.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{
317 background:url(../images/vista/sizer/e-handle.gif); 317 background:url(./images/vista/sizer/e-handle.gif);
318 background-position: left; 318 background-position: left;
319} 319}
320.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-west{ 320.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-west{
321 background:url(../images/vista/sizer/e-handle.gif); 321 background:url(./images/vista/sizer/e-handle.gif);
322 background-position: left; 322 background-position: left;
323} 323}
324.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{ 324.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{
325 background:url(../images/vista/sizer/s-handle.gif); 325 background:url(./images/vista/sizer/s-handle.gif);
326 background-position: top; 326 background-position: top;
327} 327}
328.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-north{ 328.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-north{
329 background:url(../images/vista/sizer/s-handle.gif); 329 background:url(./images/vista/sizer/s-handle.gif);
330 background-position: top; 330 background-position: top;
331} 331}
332.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{ 332.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{
333 background:url(../images/vista/sizer/se-handle.gif); 333 background:url(./images/vista/sizer/se-handle.gif);
334 background-position: top left; 334 background-position: top left;
335} 335}
336.yresizable-over .yresizable-handle-northwest,.yresizable-pinned .yresizable-handle-northwest{ 336.yresizable-over .yresizable-handle-northwest,.yresizable-pinned .yresizable-handle-northwest{
337 background:url(../images/vista/sizer/nw-handle.gif); 337 background:url(./images/vista/sizer/nw-handle.gif);
338 background-position:bottom right; 338 background-position:bottom right;
339} 339}
340.yresizable-over .yresizable-handle-northeast,.yresizable-pinned .yresizable-handle-northeast{ 340.yresizable-over .yresizable-handle-northeast,.yresizable-pinned .yresizable-handle-northeast{
341 background:url(../images/vista/sizer/ne-handle.gif); 341 background:url(./images/vista/sizer/ne-handle.gif);
342 background-position: bottom left; 342 background-position: bottom left;
343} 343}
344.yresizable-over .yresizable-handle-southwest,.yresizable-pinned .yresizable-handle-southwest{ 344.yresizable-over .yresizable-handle-southwest,.yresizable-pinned .yresizable-handle-southwest{
345 background:url(../images/vista/sizer/sw-handle.gif); 345 background:url(./images/vista/sizer/sw-handle.gif);
346 background-position: top right; 346 background-position: top right;
347} 347}
348.yresizable-proxy{ 348.yresizable-proxy{
@@ -352,14 +352,14 @@ refer to http://www.clipperz.com.
352/** Toolbar */ 352/** Toolbar */
353.ytoolbar{ 353.ytoolbar{
354 border:0px none; 354 border:0px none;
355 background: #efefe3 url(../images/vista/toolbar/gray-bg.gif) repeat-x; 355 background: #efefe3 url(./images/vista/toolbar/gray-bg.gif) repeat-x;
356 padding:3px; 356 padding:3px;
357} 357}
358.ytoolbar .ytb-button-over{ 358.ytoolbar .ytb-button-over{
359 border:1px solid transparent; 359 border:1px solid transparent;
360 border-bottom:1px solid #bbbbbb; 360 border-bottom:1px solid #bbbbbb;
361 border-top:1px solid #eeeeee; 361 border-top:1px solid #eeeeee;
362 background:#9f9f9f url(../images/vista/grid/grid-vista-hd.gif) repeat-x; 362 background:#9f9f9f url(./images/vista/grid/grid-vista-hd.gif) repeat-x;
363} 363}
364/* grid */ 364/* grid */
365.ygrid-hd{ 365.ygrid-hd{
@@ -377,10 +377,10 @@ refer to http://www.clipperz.com.
377 border-bottom:0px; 377 border-bottom:0px;
378} 378}
379.ygrid-hd-split { 379.ygrid-hd-split {
380 background-image: url(../images/vista/grid/grid-split.gif); 380 background-image: url(./images/vista/grid/grid-split.gif);
381} 381}
382.ygrid-hrow{ 382.ygrid-hrow{
383 background: url(../images/vista/grid/grid-vista-hd.gif); 383 background: url(./images/vista/grid/grid-vista-hd.gif);
384 height: 21px; 384 height: 21px;
385} 385}
386.ygrid-row-alt{ 386.ygrid-row-alt{
@@ -396,5 +396,5 @@ refer to http://www.clipperz.com.
396.ygrid-wrap-body { 396.ygrid-wrap-body {
397} 397}
398.ytoolbar .ytb-sep{ 398.ytoolbar .ytb-sep{
399 background-image: url(../images/vista/grid/grid-split.gif); 399 background-image: url(./images/vista/grid/grid-split.gif);
400} 400}