summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css30
-rw-r--r--frontend/beta/css/yui-extensions/button.css6
-rw-r--r--frontend/beta/css/yui-extensions/dd.css6
-rw-r--r--frontend/beta/css/yui-extensions/grid.css54
-rw-r--r--frontend/beta/css/yui-extensions/layout.css20
-rw-r--r--frontend/beta/css/yui-extensions/qtips.css10
-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.css38
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-aero.css58
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-gray.css94
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-vista.css100
13 files changed, 231 insertions, 231 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
@@ -3,49 +3,49 @@
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26.ydlg-proxy { 26.ydlg-proxy {
27 background-image: url(../images/default/gradient-bg.gif); 27 background-image: url(./images/default/gradient-bg.gif);
28 background-color:#c3daf9; 28 background-color:#c3daf9;
29 border:1px solid #6593cf; 29 border:1px solid #6593cf;
30 z-index:10001; 30 z-index:10001;
31 overflow:hidden; 31 overflow:hidden;
32 position:absolute; 32 position:absolute;
33 left:0;top:0; 33 left:0;top:0;
34} 34}
35.ydlg-shadow{ 35.ydlg-shadow{
36 background:#aaaaaa; 36 background:#aaaaaa;
37 position:absolute; 37 position:absolute;
38 left:0;top:0; 38 left:0;top:0;
39} 39}
40.ydlg-focus{ 40.ydlg-focus{
41 -moz-outline:0 none; 41 -moz-outline:0 none;
42 outline:0 none; 42 outline:0 none;
43 width:0; 43 width:0;
44 height:0; 44 height:0;
45 overflow:hidden; 45 overflow:hidden;
46 position:absolute; 46 position:absolute;
47 top:0; 47 top:0;
48 left:0; 48 left:0;
49} 49}
50.ydlg-mask{ 50.ydlg-mask{
51 z-index:10000; 51 z-index:10000;
@@ -55,66 +55,66 @@ refer to http://www.clipperz.com.
55 left:0; 55 left:0;
56 -moz-opacity: 0.5; 56 -moz-opacity: 0.5;
57 opacity:.50; 57 opacity:.50;
58 filter: alpha(opacity=50); 58 filter: alpha(opacity=50);
59 background-color:#CCC; 59 background-color:#CCC;
60} 60}
61body.masked{ 61body.masked{
62} 62}
63body.masked select { 63body.masked select {
64 visibility:hidden; 64 visibility:hidden;
65} 65}
66body.masked .ydlg select { 66body.masked .ydlg select {
67 visibility:visible; 67 visibility:visible;
68} 68}
69.ydlg{ 69.ydlg{
70 z-index:10001; 70 z-index:10001;
71 overflow:hidden; 71 overflow:hidden;
72 position:absolute; 72 position:absolute;
73 left:300;top:0; 73 left:300;top:0;
74} 74}
75.yresizable-proxy{ 75.yresizable-proxy{
76 z-index:10002; 76 z-index:10002;
77} 77}
78.ydlg .ydlg-hd { 78.ydlg .ydlg-hd {
79 background: url(../images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; 79 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
80 background-color:navy; 80 background-color:navy;
81 color:#ffffff; 81 color:#ffffff;
82 font:bold 12px "sans serif", tahoma, verdana, helvetica; 82 font:bold 12px "sans serif", tahoma, verdana, helvetica;
83 overflow:hidden; 83 overflow:hidden;
84 padding:5px; 84 padding:5px;
85} 85}
86.ydlg .ydlg-hd-left { 86.ydlg .ydlg-hd-left {
87 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; 87 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
88 padding-left:3px; 88 padding-left:3px;
89 margin:0px; 89 margin:0px;
90} 90}
91.ydlg .ydlg-hd-right { 91.ydlg .ydlg-hd-right {
92 background: url(../images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; 92 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
93 padding-right:3px; 93 padding-right:3px;
94} 94}
95.ydlg .ydlg-dlg-body{ 95.ydlg .ydlg-dlg-body{
96 background:url(../images/default/layout/gradient-bg.gif); 96 background:url(./images/default/layout/gradient-bg.gif);
97 border:1px solid #6593cf; 97 border:1px solid #6593cf;
98 border-top:0 none; 98 border-top:0 none;
99 padding:10px; 99 padding:10px;
100 overflow:hidden; 100 overflow:hidden;
101} 101}
102.ydlg .ydlg-bd{ 102.ydlg .ydlg-bd{
103 overflow:hidden; 103 overflow:hidden;
104} 104}
105.ydlg .ydlg-ft{ 105.ydlg .ydlg-ft{
106 overflow:hidden; 106 overflow:hidden;
107 padding:5px; 107 padding:5px;
108 padding-bottom:0; 108 padding-bottom:0;
109} 109}
110.ydlg .yui-ext-tabbody{ 110.ydlg .yui-ext-tabbody{
111 background:white; 111 background:white;
112 overflow:auto; 112 overflow:auto;
113} 113}
114.ydlg .ytabs-top .yui-ext-tabbody{ 114.ydlg .ytabs-top .yui-ext-tabbody{
115 border:1px solid #6593cf; 115 border:1px solid #6593cf;
116 border-top:0 none; 116 border-top:0 none;
117} 117}
118.ydlg .ytabs-bottom .yui-ext-tabbody{ 118.ydlg .ytabs-bottom .yui-ext-tabbody{
119 border:1px solid #6593cf; 119 border:1px solid #6593cf;
120 border-bottom:0 none; 120 border-bottom:0 none;
@@ -147,101 +147,101 @@ body.masked .ydlg select {
147} 147}
148.ydlg .ydlg-ft .ydlg-btns-center table{ 148.ydlg .ydlg-ft .ydlg-btns-center table{
149 margin:0 auto; /*everyone else*/ 149 margin:0 auto; /*everyone else*/
150} 150}
151.ydlg-draggable .ydlg-hd{ 151.ydlg-draggable .ydlg-hd{
152 cursor:move; 152 cursor:move;
153} 153}
154.ydlg-closable .ydlg-hd{ 154.ydlg-closable .ydlg-hd{
155 padding-right:22px; 155 padding-right:22px;
156} 156}
157.ydlg .ydlg-close { 157.ydlg .ydlg-close {
158 position:absolute; 158 position:absolute;
159 top:4px; 159 top:4px;
160 right:4px; 160 right:4px;
161 z-index:6; 161 z-index:6;
162 height:15px; 162 height:15px;
163 width:15px; 163 width:15px;
164 margin:0; 164 margin:0;
165 padding:0; 165 padding:0;
166 line-height:1px; 166 line-height:1px;
167 font-size:1px; 167 font-size:1px;
168 background-repeat:no-repeat; 168 background-repeat:no-repeat;
169 cursor:pointer; 169 cursor:pointer;
170 visibility:inherit; 170 visibility:inherit;
171 background-image:url(../images/default/basic-dialog/close.gif); 171 background-image:url(./images/default/basic-dialog/close.gif);
172} 172}
173.ydlg div.yresizable-handle-east{ 173.ydlg div.yresizable-handle-east{
174 background-image:url(../images/default/sizer/e-handle-dark.gif); 174 background-image:url(./images/default/sizer/e-handle-dark.gif);
175 border:0; 175 border:0;
176 background-position:left; 176 background-position:left;
177 margin-right:0; 177 margin-right:0;
178} 178}
179.ydlg div.yresizable-handle-south{ 179.ydlg div.yresizable-handle-south{
180 background-image:url(../images/default/sizer/s-handle-dark.gif); 180 background-image:url(./images/default/sizer/s-handle-dark.gif);
181 border:0; 181 border:0;
182 height:6px; 182 height:6px;
183} 183}
184.ydlg div.yresizable-handle-west{ 184.ydlg div.yresizable-handle-west{
185 background-image:url(../images/default/sizer/e-handle-dark.gif); 185 background-image:url(./images/default/sizer/e-handle-dark.gif);
186 border:0; 186 border:0;
187 background-position:1px; 187 background-position:1px;
188} 188}
189.ydlg div.yresizable-handle-north{ 189.ydlg div.yresizable-handle-north{
190 background-image:url(../images/default/s.gif); 190 background-image:url(./images/default/s.gif);
191 border:0; 191 border:0;
192} 192}
193.ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{ 193.ydlg div.yresizable-handle-northeast, .ytheme-gray .ydlg div.yresizable-handle-northeast{
194 background-image:url(../images/default/s.gif); 194 background-image:url(./images/default/s.gif);
195 border:0; 195 border:0;
196} 196}
197.ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{ 197.ydlg div.yresizable-handle-northwest, .ytheme-gray .ydlg div.yresizable-handle-northwest{
198 background-image:url(../images/default/s.gif); 198 background-image:url(./images/default/s.gif);
199 border:0; 199 border:0;
200} 200}
201.ydlg div.yresizable-handle-southeast{ 201.ydlg div.yresizable-handle-southeast{
202 background-image:url(../images/default/sizer/corners-sprite.gif); 202 background-image:url(./images/default/sizer/corners-sprite.gif);
203 background-position: top left; 203 background-position: top left;
204 width:8px; 204 width:8px;
205 height:8px; 205 height:8px;
206 border:0; 206 border:0;
207} 207}
208.ydlg div.yresizable-handle-southwest{ 208.ydlg div.yresizable-handle-southwest{
209 background-image:url(../images/default/sizer/corners-sprite.gif); 209 background-image:url(./images/default/sizer/corners-sprite.gif);
210 background-position: top right; 210 background-position: top right;
211 margin-left:1px; 211 margin-left:1px;
212 margin-bottom:1px; 212 margin-bottom:1px;
213 border:0; 213 border:0;
214} 214}
215 215
216#mb-dlg .ydlg-ft .ybtn{ 216#mb-dlg .ydlg-ft .ybtn{
217 float:none; 217 float:none;
218 clear:none; 218 clear:none;
219 margin:0 3px; 219 margin:0 3px;
220} 220}
221 221
222#mb-dlg .ydlg-bd { 222#mb-dlg .ydlg-bd {
223 padding:5px; 223 padding:5px;
224 overflow:hidden !important; 224 overflow:hidden !important;
225} 225}
226#mb-dlg .ext-mb-input { 226#mb-dlg .ext-mb-input {
227 margin-top:4px; 227 margin-top:4px;
228 width:95%; 228 width:95%;
229} 229}
230#mb-dlg .ext-mb-textarea { 230#mb-dlg .ext-mb-textarea {
231 margin-top:4px; 231 margin-top:4px;
232 font:normal 13px verdana,tahoma,sans-serif; 232 font:normal 13px verdana,tahoma,sans-serif;
233} 233}
234#mb-dlg .ext-mb-progress-wrap { 234#mb-dlg .ext-mb-progress-wrap {
235 margin-top:4px; 235 margin-top:4px;
236 border:1px solid #6593cf; 236 border:1px solid #6593cf;
237} 237}
238#mb-dlg .ext-mb-progress { 238#mb-dlg .ext-mb-progress {
239 height:18px; 239 height:18px;
240 background:transparent url(../images/default/basic-dialog/progress2.gif) repeat-x 1px 1px; 240 background:transparent url(./images/default/basic-dialog/progress2.gif) repeat-x 1px 1px;
241} 241}
242#mb-dlg .ext-mb-progress-bar { 242#mb-dlg .ext-mb-progress-bar {
243 height:18px; 243 height:18px;
244 overflow:hidden; 244 overflow:hidden;
245 width:0; 245 width:0;
246 background:#8bb8f3; 246 background:#8bb8f3;
247} 247}
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
@@ -14,66 +14,66 @@ refer to http://www.clipperz.com.
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.ybtn{ 26.ybtn{
27 font:normal 11px arial, tahoma, verdana, helvetica; 27 font:normal 11px arial, tahoma, verdana, helvetica;
28 cursor:pointer; 28 cursor:pointer;
29 white-space: nowrap; 29 white-space: nowrap;
30} 30}
31.ybtn-left, .ybtn-right{ 31.ybtn-left, .ybtn-right{
32 font-size:1px; 32 font-size:1px;
33 line-height:1px; 33 line-height:1px;
34} 34}
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;
47 color:black !important; 47 color:black !important;
48 display: -moz-inline-block; 48 display: -moz-inline-block;
49 display:inline-block; 49 display:inline-block;
50 width:auto; 50 width:auto;
51 position:relative; 51 position:relative;
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;
59 padding:0 5px; 59 padding:0 5px;
60 cursor:pointer; 60 cursor:pointer;
61 white-space:nowrap; 61 white-space:nowrap;
62 -moz-user-select: none; 62 -moz-user-select: none;
63 -khtml-user-select: none; 63 -khtml-user-select: none;
64} 64}
65.ybtn-over .ybtn-left{ 65.ybtn-over .ybtn-left{
66 background-position:0 -63px; 66 background-position:0 -63px;
67} 67}
68.ybtn-over .ybtn-right{ 68.ybtn-over .ybtn-right{
69 background-position:0 -84px; 69 background-position:0 -84px;
70} 70}
71.ybtn-over .ybtn-center{ 71.ybtn-over .ybtn-center{
72 background-position:0 -105px; 72 background-position:0 -105px;
73} 73}
74.ybtn-click .ybtn-center{ 74.ybtn-click .ybtn-center{
75 background-position:0 -126px; 75 background-position:0 -126px;
76} 76}
77.ybtn-disabled{ 77.ybtn-disabled{
78 cursor:default; 78 cursor:default;
79} 79}
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
@@ -47,32 +47,32 @@ refer to http://www.clipperz.com.
47.ydd-drag-repair .ydd-drag-ghost{ 47.ydd-drag-repair .ydd-drag-ghost{
48 -moz-opacity: 0.4; 48 -moz-opacity: 0.4;
49 opacity:.4; 49 opacity:.4;
50 filter: alpha(opacity=40); 50 filter: alpha(opacity=40);
51 border:0 none; 51 border:0 none;
52 padding:0; 52 padding:0;
53 background-color:transparent; 53 background-color:transparent;
54} 54}
55.ydd-drag-repair .ydd-drop-icon{ 55.ydd-drag-repair .ydd-drop-icon{
56 visibility:hidden; 56 visibility:hidden;
57} 57}
58.ydd-drop-icon{ 58.ydd-drop-icon{
59 position:absolute; 59 position:absolute;
60 top:3px; 60 top:3px;
61 left:3px; 61 left:3px;
62 display:block; 62 display:block;
63 width:16px; 63 width:16px;
64 height:16px; 64 height:16px;
65 background-color:transparent; 65 background-color:transparent;
66 background-position: center; 66 background-position: center;
67 background-repeat: no-repeat; 67 background-repeat: no-repeat;
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
@@ -61,53 +61,53 @@ refer to http://www.clipperz.com.
61 visibility:hidden; 61 visibility:hidden;
62 font: normal 8pt arial; 62 font: normal 8pt arial;
63 border: 1px solid #afbdc9; 63 border: 1px solid #afbdc9;
64 z-index:10; 64 z-index:10;
65} 65}
66.ygrid-editor input{ 66.ygrid-editor input{
67 font: normal 8pt arial; 67 font: normal 8pt arial;
68 border: 0; 68 border: 0;
69 padding-top:2px; 69 padding-top:2px;
70 padding-left:3px; 70 padding-left:3px;
71} 71}
72.ygrid-editor-container{ 72.ygrid-editor-container{
73 overflow:hidden; 73 overflow:hidden;
74 display:block; 74 display:block;
75 background-color:white; 75 background-color:white;
76} 76}
77.ygrid-editor .pick-button{ 77.ygrid-editor .pick-button{
78 width:15px; 78 width:15px;
79 height:20px; 79 height:20px;
80 position:absolute; 80 position:absolute;
81 display:block; 81 display:block;
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;
93} 93}
94.ygrid-checkbox-editor{ 94.ygrid-checkbox-editor{
95 text-align: center; 95 text-align: center;
96 overflow:hidden; 96 overflow:hidden;
97 display:block; 97 display:block;
98 background-color:white; 98 background-color:white;
99} 99}
100.ygrid-checkbox-editor input{ 100.ygrid-checkbox-editor input{
101 margin-top:3px; 101 margin-top:3px;
102 height:13px; 102 height:13px;
103 width:13px; 103 width:13px;
104} 104}
105select.ygrid-editor{ 105select.ygrid-editor{
106 padding: 0; 106 padding: 0;
107 -moz-outline: none; 107 -moz-outline: none;
108 border: 1px solid #afbdc9; 108 border: 1px solid #afbdc9;
109} 109}
110.ygrid-num-editor{ 110.ygrid-num-editor{
111 text-align:right; 111 text-align:right;
112 padding-top:2px; 112 padding-top:2px;
113 padding-left:3px; 113 padding-left:3px;
@@ -139,192 +139,192 @@ select.ygrid-editor{
139 position:absolute; 139 position:absolute;
140 visibility:hidden; 140 visibility:hidden;
141 z-index:10000; 141 z-index:10000;
142} 142}
143.ygrid-drag-text{ 143.ygrid-drag-text{
144 font: normal 8pt arial; 144 font: normal 8pt arial;
145 color:white; 145 color:white;
146 position:absolute; 146 position:absolute;
147 top:0; 147 top:0;
148 left:26px; 148 left:26px;
149 padding:3px; 149 padding:3px;
150 display:block; 150 display:block;
151} 151}
152.ygrid-drop-icon{ 152.ygrid-drop-icon{
153 position:absolute; 153 position:absolute;
154 top:0; 154 top:0;
155 left:0; 155 left:0;
156 display:block; 156 display:block;
157 width:24px; 157 width:24px;
158 height:100%; 158 height:100%;
159 background-position: center; 159 background-position: center;
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;
173 height: 14px; 173 height: 14px;
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;
181 height: 14px; 181 height: 14px;
182 width: 16px; 182 width: 16px;
183} 183}
184.ygrid-hd-body { 184.ygrid-hd-body {
185 cursor: default; 185 cursor: default;
186 display: block; 186 display: block;
187 font: normal 8pt arial; 187 font: normal 8pt arial;
188 left: 0; 188 left: 0;
189 overflow: hidden; 189 overflow: hidden;
190 padding: 3px 5px; 190 padding: 3px 5px;
191 position: relative; 191 position: relative;
192 top: 0; 192 top: 0;
193 white-space: nowrap; 193 white-space: nowrap;
194} 194}
195.ygrid-hd-body span { 195.ygrid-hd-body span {
196 font: normal 8pt arial; 196 font: normal 8pt arial;
197 white-space: nowrap; 197 white-space: nowrap;
198} 198}
199.ygrid-hd-over{ 199.ygrid-hd-over{
200 border-bottom: 2px solid #fcc247; 200 border-bottom: 2px solid #fcc247;
201} 201}
202.ygrid-hd-over .ygrid-hd-body{ 202.ygrid-hd-over .ygrid-hd-body{
203 background-color: #faf9f4; 203 background-color: #faf9f4;
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;
211 display: block; 211 display: block;
212 font-size: 1px; 212 font-size: 1px;
213 height: 16px; 213 height: 16px;
214 overflow: hidden; 214 overflow: hidden;
215 position: absolute; 215 position: absolute;
216 top: 2px; 216 top: 2px;
217 width: 6px; 217 width: 6px;
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;
225 position: relative; 225 position: relative;
226 top: 0; 226 top: 0;
227 width: 10000px; 227 width: 10000px;
228 overflow:hidden; 228 overflow:hidden;
229 z-index:2; 229 z-index:2;
230} 230}
231.ygrid-hrow-frame{ 231.ygrid-hrow-frame{
232 height: 22px; 232 height: 22px;
233 left: 0; 233 left: 0;
234 display:block; 234 display:block;
235 position: absolute; 235 position: absolute;
236 top: 0; 236 top: 0;
237 width: 10000px; 237 width: 10000px;
238 z-index:1; 238 z-index:1;
239} 239}
240.ygrid-footer .ytoolbar{ 240.ygrid-footer .ytoolbar{
241 border:0; 241 border:0;
242} 242}
243.ygrid-page-number{ 243.ygrid-page-number{
244 width:24px; 244 width:24px;
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}
279.ygrid-mso .ygrid-hd{ 279.ygrid-mso .ygrid-hd{
280 background:none; 280 background:none;
281 border-bottom:0; 281 border-bottom:0;
282} 282}
283.ygrid-mso .ygrid-footer { 283.ygrid-mso .ygrid-footer {
284 border-top: 1px solid #6593cf; 284 border-top: 1px solid #6593cf;
285} 285}
286 286
287.ygrid-mso .ygrid-footer .ygrid-fbutton{ 287.ygrid-mso .ygrid-footer .ygrid-fbutton{
288 border:0; 288 border:0;
289} 289}
290.ygrid-mso .ygrid-hd-body { 290.ygrid-mso .ygrid-hd-body {
291 border-bottom:0; 291 border-bottom:0;
292} 292}
293.ygrid-mso .ygrid-hd-over{ 293.ygrid-mso .ygrid-hd-over{
294 border-bottom:0; 294 border-bottom:0;
295} 295}
296.ygrid-mso .ygrid-hd-over .ygrid-hd-body{ 296.ygrid-mso .ygrid-hd-over .ygrid-hd-body{
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}
310.ygrid-mso .ygrid-row{ 310.ygrid-mso .ygrid-row{
311 color: black; 311 color: black;
312 border-bottom: 1px solid #ddecfe; 312 border-bottom: 1px solid #ddecfe;
313} 313}
314.ygrid-mso .ygrid-row-alt{ 314.ygrid-mso .ygrid-row-alt{
315 background-color: #f5f5f5; 315 background-color: #f5f5f5;
316} 316}
317.ygrid-mso .ygrid-row-selected{ 317.ygrid-mso .ygrid-row-selected{
318 background-color: #b3c8e8 !important; 318 background-color: #b3c8e8 !important;
319 color: black; 319 color: black;
320} 320}
321.ygrid-mso .ygrid-row-selected span{ 321.ygrid-mso .ygrid-row-selected span{
322 color: black !important; 322 color: black !important;
323} 323}
324.yprops-grid .ygrid-col-1{ 324.yprops-grid .ygrid-col-1{
325 background-color: #f1efe2; 325 background-color: #f1efe2;
326} 326}
327.yprops-grid .ygrid-col-1 .ygrid-cell-text{ 327.yprops-grid .ygrid-col-1 .ygrid-cell-text{
328 background-color: white; 328 background-color: white;
329} 329}
330.yprops-grid .ygrid-col-0{ 330.yprops-grid .ygrid-col-0{
@@ -367,72 +367,72 @@ select.ygrid-editor{
367 background-color: #316ac5 !important; 367 background-color: #316ac5 !important;
368 color: white; 368 color: white;
369} 369}
370.ygrid-row-selected span{ 370.ygrid-row-selected span{
371 color: white !important; 371 color: white !important;
372} 372}
373.ygrid-vista{ 373.ygrid-vista{
374 border:1px solid #535353; 374 border:1px solid #535353;
375} 375}
376.ygrid-vista .ygrid-hd{ 376.ygrid-vista .ygrid-hd{
377 border-bottom:0px; 377 border-bottom:0px;
378 background:none; 378 background:none;
379} 379}
380.ygrid-vista .ygrid-hd-body { 380.ygrid-vista .ygrid-hd-body {
381 border-bottom: 1px solid #b3bcc0; 381 border-bottom: 1px solid #b3bcc0;
382} 382}
383.ygrid-vista .ygrid-hd-over{ 383.ygrid-vista .ygrid-hd-over{
384 border-bottom:0px; 384 border-bottom:0px;
385} 385}
386.ygrid-vista .ygrid-hd-over .ygrid-hd-body{ 386.ygrid-vista .ygrid-hd-over .ygrid-hd-body{
387 background-color: transparent; 387 background-color: transparent;
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{
398 background-color: #f5f5f5; 398 background-color: #f5f5f5;
399} 399}
400.ygrid-vista .ygrid-row-selected{ 400.ygrid-vista .ygrid-row-selected{
401 background-color: #535353 !important; 401 background-color: #535353 !important;
402 color: white; 402 color: white;
403} 403}
404.ygrid-vista .ygrid-row-selected span{ 404.ygrid-vista .ygrid-row-selected span{
405 color: white !important; 405 color: white !important;
406} 406}
407.ygrid-vista .ygrid-wrap-body { 407.ygrid-vista .ygrid-wrap-body {
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
418 and ygrid-wrap-body top to 22px 418 and ygrid-wrap-body top to 22px
419 Then grid.getView().scrollbarMode = YAHOO.ext.grid.GridView.SCROLLBARS_OVERLAP; 419 Then grid.getView().scrollbarMode = YAHOO.ext.grid.GridView.SCROLLBARS_OVERLAP;
420 */ 420 */
421.ygrid-wrap { 421.ygrid-wrap {
422 height: 100%; 422 height: 100%;
423 left: 0; 423 left: 0;
424 overflow: auto; 424 overflow: auto;
425 position: relative; 425 position: relative;
426 top: 22px; 426 top: 22px;
427 width: 100%; 427 width: 100%;
428} 428}
429.ygrid-footer{ 429.ygrid-footer{
430 display: block; 430 display: block;
431 padding:0; 431 padding:0;
432 border-top: 1px solid #cbc7b8; 432 border-top: 1px solid #cbc7b8;
433} 433}
434.ygrid-wrap-footer { 434.ygrid-wrap-footer {
435 display: block; 435 display: block;
436 overflow: hidden; 436 overflow: hidden;
437 width:100%; 437 width:100%;
438 height:25px; 438 height:25px;
@@ -478,56 +478,56 @@ select.ygrid-editor{
478 left:0; 478 left:0;
479} 479}
480.ypopcal-head{ 480.ypopcal-head{
481 width:150px; 481 width:150px;
482 background: #93b5e4; 482 background: #93b5e4;
483} 483}
484.ypopcal-head td{ 484.ypopcal-head td{
485 padding:1px; 485 padding:1px;
486} 486}
487.ypopcal-month{ 487.ypopcal-month{
488 color: white; 488 color: white;
489 font: bold 7pt verdana; 489 font: bold 7pt verdana;
490 text-decoration: none; 490 text-decoration: none;
491 text-align:center; 491 text-align:center;
492} 492}
493.ypopcal-head .ypopcal-arrow{ 493.ypopcal-head .ypopcal-arrow{
494 width:16px; 494 width:16px;
495 text-align:center; 495 text-align:center;
496 cursor:pointer; 496 cursor:pointer;
497 -moz-user-select: none; 497 -moz-user-select: none;
498} 498}
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;
513} 513}
514 514
515.ypopcal-table { 515.ypopcal-table {
516 background:white; 516 background:white;
517 border-bottom: 1px solid #cccccc; 517 border-bottom: 1px solid #cccccc;
518} 518}
519.ypopcal-table tr{ 519.ypopcal-table tr{
520 520
521} 521}
522.ypopcal-table td{ 522.ypopcal-table td{
523 box-sizing: border-box; 523 box-sizing: border-box;
524 -moz-box-sizing: border-box; 524 -moz-box-sizing: border-box;
525 border: 1px solid white; 525 border: 1px solid white;
526 text-align:right; 526 text-align:right;
527 color:#aaaaaa; 527 color:#aaaaaa;
528 cursor:pointer; 528 cursor:pointer;
529 font:normal 8pt arial; 529 font:normal 8pt arial;
530 background:white; 530 background:white;
531 padding:1px 2px; 531 padding:1px 2px;
532 width:12px; 532 width:12px;
533 height:12px; 533 height:12px;
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
@@ -75,151 +75,151 @@ refer to http://www.clipperz.com.
75 z-index:10; 75 z-index:10;
76} 76}
77.ylayout-panel-north, .ylayout-panel-south { 77.ylayout-panel-north, .ylayout-panel-south {
78 z-index:11; 78 z-index:11;
79} 79}
80.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west { 80.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west {
81 z-index:12; 81 z-index:12;
82} 82}
83.ylayout-panel-body{ 83.ylayout-panel-body{
84 overflow:hidden; 84 overflow:hidden;
85} 85}
86.ylayout-grid-wrapper{ 86.ylayout-grid-wrapper{
87 87
88} 88}
89.ylayout-split{ 89.ylayout-split{
90 position:absolute; 90 position:absolute;
91 height:5px; 91 height:5px;
92 width:5px; 92 width:5px;
93 line-height:1px; 93 line-height:1px;
94 font-size:1px; 94 font-size:1px;
95 z-index:3; 95 z-index:3;
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;
103} 103}
104.ylayout-panel-hd-text{ 104.ylayout-panel-hd-text{
105 font:normal 11px tahoma, verdana, helvetica; 105 font:normal 11px tahoma, verdana, helvetica;
106 padding: 4px; 106 padding: 4px;
107 padding-left: 4px; 107 padding-left: 4px;
108 display:block; 108 display:block;
109 white-space:nowrap; 109 white-space:nowrap;
110} 110}
111.ylayout-panel-hd-tools{ 111.ylayout-panel-hd-tools{
112 position:absolute; 112 position:absolute;
113 right:0; 113 right:0;
114 top:0; 114 top:0;
115 text-align:right; 115 text-align:right;
116 padding-top:2px; 116 padding-top:2px;
117 padding-right:2px;width:40px; 117 padding-right:2px;width:40px;
118} 118}
119.ylayout-tools-button{ 119.ylayout-tools-button{
120 z-index:6; 120 z-index:6;
121 padding:2px; 121 padding:2px;
122 cursor:pointer; 122 cursor:pointer;
123} 123}
124.ylayout-tools-button-over{ 124.ylayout-tools-button-over{
125 padding:1px; 125 padding:1px;
126 border:1px solid #98c0f4; 126 border:1px solid #98c0f4;
127 background-color:white; 127 background-color:white;
128} 128}
129.ylayout-tools-button-inner{ 129.ylayout-tools-button-inner{
130 height:12px; 130 height:12px;
131 width:12px; 131 width:12px;
132 line-height:1px; 132 line-height:1px;
133 font-size:1px; 133 font-size:1px;
134 background-repeat:no-repeat; 134 background-repeat:no-repeat;
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;
175 overflow:auto;height:100%; 175 overflow:auto;height:100%;
176} 176}
177.ylayout-component-panel, .ylayout-nested-layout { 177.ylayout-component-panel, .ylayout-nested-layout {
178 position:relative; 178 position:relative;
179 padding:0; 179 padding:0;
180 overflow:hidden; 180 overflow:hidden;
181 width:200px; 181 width:200px;
182 height:200px; 182 height:200px;
183} 183}
184.ylayout-nested-layout .ylayout-panel { 184.ylayout-nested-layout .ylayout-panel {
185 border:0 none; 185 border:0 none;
186} 186}
187.ylayout-nested-layout .ylayout-panel-north { 187.ylayout-nested-layout .ylayout-panel-north {
188 border-bottom:1px solid #98c0f4; 188 border-bottom:1px solid #98c0f4;
189} 189}
190.ylayout-nested-layout .ylayout-panel-south { 190.ylayout-nested-layout .ylayout-panel-south {
191 border-top:1px solid #98c0f4; 191 border-top:1px solid #98c0f4;
192} 192}
193.ylayout-nested-layout .ylayout-panel-east { 193.ylayout-nested-layout .ylayout-panel-east {
194 border-left:1px solid #98c0f4; 194 border-left:1px solid #98c0f4;
195} 195}
196.ylayout-nested-layout .ylayout-panel-west { 196.ylayout-nested-layout .ylayout-panel-west {
197 border-right:1px solid #98c0f4; 197 border-right:1px solid #98c0f4;
198} 198}
199.yui-ext-repaint{ 199.yui-ext-repaint{
200 zoom:1; 200 zoom:1;
201 background-color: transparent; 201 background-color: transparent;
202} 202}
203.ylayout-panel-dragover { 203.ylayout-panel-dragover {
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;
211 overflow:hidden; 211 overflow:hidden;
212 position:absolute; 212 position:absolute;
213 left:0;top:0; 213 left:0;top:0;
214} 214}
215.ylayout-slider { 215.ylayout-slider {
216 z-index:15; 216 z-index:15;
217 overflow:hidden; 217 overflow:hidden;
218 position:absolute; 218 position:absolute;
219} 219}
220 220
221.yunselectable{ 221.yunselectable{
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
@@ -9,59 +9,59 @@ 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.ytip{ 26.ytip{
27 position: absolute; 27 position: absolute;
28 top: 0; 28 top: 0;
29 visibility: hidden; 29 visibility: hidden;
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;
43 top: 3px; 43 top: 3px;
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;
51 font: bold 11px tahoma, arial, verdana, helvetica; 51 font: bold 11px tahoma, arial, verdana, helvetica;
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
@@ -81,77 +81,77 @@ refer to http://www.clipperz.com.
81 height:6px; 81 height:6px;
82 z-index:101; 82 z-index:101;
83} 83}
84.yresizable-handle-northeast{ 84.yresizable-handle-northeast{
85 width:6px; 85 width:6px;
86 cursor:ne-resize; 86 cursor:ne-resize;
87 right:0px; 87 right:0px;
88 top:0px; 88 top:0px;
89 height:6px; 89 height:6px;
90 z-index:101; 90 z-index:101;
91} 91}
92.yresizable-handle-southwest{ 92.yresizable-handle-southwest{
93 width:6px; 93 width:6px;
94 cursor:sw-resize; 94 cursor:sw-resize;
95 left:0px; 95 left:0px;
96 bottom:0px; 96 bottom:0px;
97 height:6px; 97 height:6px;
98 z-index:101; 98 z-index:101;
99} 99}
100.yresizable-over .yresizable-handle, .yresizable-pinned .yresizable-handle{ 100.yresizable-over .yresizable-handle, .yresizable-pinned .yresizable-handle{
101 filter:alpha(opacity=100); 101 filter:alpha(opacity=100);
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{
137 border: 1px dashed #6593cf; 137 border: 1px dashed #6593cf;
138 position:absolute; 138 position:absolute;
139 overflow:hidden; 139 overflow:hidden;
140 visibility:hidden; 140 visibility:hidden;
141 left:0;top:0; 141 left:0;top:0;
142 z-index:1001; 142 z-index:1001;
143} 143}
144.yresizable-overlay{ 144.yresizable-overlay{
145 width:100%; 145 width:100%;
146 height:100%; 146 height:100%;
147 display:none; 147 display:none;
148 position:absolute; 148 position:absolute;
149 left:0; 149 left:0;
150 top:0; 150 top:0;
151 background:white; 151 background:white;
152 z-index:20000; 152 z-index:20000;
153 -moz-opacity: 0; 153 -moz-opacity: 0;
154 opacity:0; 154 opacity:0;
155 filter: alpha(opacity=0); 155 filter: alpha(opacity=0);
156 border:1px solid red; 156 border:1px solid red;
157} 157}
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
@@ -47,103 +47,103 @@ refer to http://www.clipperz.com.
47 outline: none; 47 outline: none;
48 cursor:pointer; 48 cursor:pointer;
49} 49}
50.ytab-strip .ytab-text { 50.ytab-strip .ytab-text {
51 font:bold 11px tahoma,arial,helvetica; 51 font:bold 11px tahoma,arial,helvetica;
52 color:#666; 52 color:#666;
53 overflow:hidden; 53 overflow:hidden;
54 white-space: nowrap; 54 white-space: nowrap;
55 cursor:pointer; 55 cursor:pointer;
56 text-overflow: ellipsis; 56 text-overflow: ellipsis;
57} 57}
58.ytab-strip .on .ytab-text { 58.ytab-strip .on .ytab-text {
59 cursor:default; 59 cursor:default;
60 color:#083772; 60 color:#083772;
61} 61}
62.ytab-strip .disabled .ytab-text { 62.ytab-strip .disabled .ytab-text {
63 cursor:default; 63 cursor:default;
64 color:#aaaaaa; 64 color:#aaaaaa;
65} 65}
66.ytab-strip .ytab-inner { 66.ytab-strip .ytab-inner {
67 padding:4px 10px; 67 padding:4px 10px;
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 {
84 position:relative; 84 position:relative;
85 top:1px; left:0; 85 top:1px; left:0;
86} 86}
87.ytab-strip .on a { 87.ytab-strip .on a {
88 position:relative; 88 position:relative;
89} 89}
90.ytab-strip .on .ytab-inner { 90.ytab-strip .on .ytab-inner {
91 padding-bottom:5px; 91 padding-bottom:5px;
92} 92}
93/** closable tabs */ 93/** closable tabs */
94.ytab-strip .ytab-closable .ytab-inner{ 94.ytab-strip .ytab-closable .ytab-inner{
95 padding-right:22px; 95 padding-right:22px;
96 position:relative; 96 position:relative;
97} 97}
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;
105 position:absolute; 105 position:absolute;
106 right:5px;top:4px; 106 right:5px;top:4px;
107 width:12px;height:11px; 107 width:12px;height:11px;
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}
120 120
121.ytabs-bottom .ytab-wrap { 121.ytabs-bottom .ytab-wrap {
122 border-top:1px solid #6593cf; 122 border-top:1px solid #6593cf;
123 border-bottom:0 none; 123 border-bottom:0 none;
124 padding-top:0; 124 padding-top:0;
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;
141 top:0; left:0; 141 top:0; left:0;
142} 142}
143.ytabs-bottom .ytab-strip .on a { 143.ytabs-bottom .ytab-strip .on a {
144 margin-top:-1px; 144 margin-top:-1px;
145} 145}
146.ytabs-bottom .ytab-strip .on .ytab-inner { 146.ytabs-bottom .ytab-strip .on .ytab-inner {
147 padding-top:5px; 147 padding-top:5px;
148} 148}
149 149
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
@@ -11,49 +11,49 @@ refer to http://www.clipperz.com.
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.ytoolbar{ 26.ytoolbar{
27 background-color: #ebeadb; 27 background-color: #ebeadb;
28 border: 1px solid #cbc7b8; 28 border: 1px solid #cbc7b8;
29 display: block; 29 display: block;
30 padding:2px; 30 padding:2px;
31} 31}
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;
39 font:normal 8pt arial,helvetica; 39 font:normal 8pt arial,helvetica;
40} 40}
41.ytoolbar .ytb-button-disabled .ytb-button-inner{ 41.ytoolbar .ytb-button-disabled .ytb-button-inner{
42 color:gray; 42 color:gray;
43 cursor:default; 43 cursor:default;
44} 44}
45 45
46/* 46/*
47 Default button class is icon only. Add a class with a background-image property 47 Default button class is icon only. Add a class with a background-image property
48 to your toolbar button 48 to your toolbar button
49*/ 49*/
50.ytoolbar .ytb-button-inner{ 50.ytoolbar .ytb-button-inner{
51 background-position: center; 51 background-position: center;
52 background-repeat: no-repeat; 52 background-repeat: no-repeat;
53 display: block; 53 display: block;
54 height: 16px; 54 height: 16px;
55 width: 16px; 55 width: 16px;
56 cursor:pointer; 56 cursor:pointer;
57 white-space: nowrap; 57 white-space: nowrap;
58} 58}
59 59
@@ -68,45 +68,45 @@ refer to http://www.clipperz.com.
68 padding-top:1px; 68 padding-top:1px;
69 width:auto; 69 width:auto;
70 display:block; 70 display:block;
71} 71}
72 72
73/* 73/*
74 Button class for a button with only text. Add this class 74 Button class for a button with only text. Add this class
75 to your toolbar button for a just text button 75 to your toolbar button for a just text button
76*/ 76*/
77.ytoolbar .ytb-text-only{ 77.ytoolbar .ytb-text-only{
78 background:none; 78 background:none;
79 padding-left:0px; 79 padding-left:0px;
80 padding-top:1px; 80 padding-top:1px;
81 width:auto; 81 width:auto;
82 display:block; 82 display:block;
83} 83}
84.ytoolbar .ytb-text{ 84.ytoolbar .ytb-text{
85 padding:2px; 85 padding:2px;
86} 86}
87.ytoolbar .ytb-button{ 87.ytoolbar .ytb-button{
88 padding:2px 3px; 88 padding:2px 3px;
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;
101 font-size: 1px; 101 font-size: 1px;
102 height: 16px; 102 height: 16px;
103 width:4px; 103 width:4px;
104 overflow: hidden; 104 overflow: hidden;
105 cursor:default; 105 cursor:default;
106 margin: 0px 2px 0px; 106 margin: 0px 2px 0px;
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
@@ -22,107 +22,107 @@ refer to http://www.clipperz.com.
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26.ytree-icon, .ytree-ec-icon, .ytree-elbow-line, .ytree-elbow, .ytree-elbow-end, .ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{ 26.ytree-icon, .ytree-ec-icon, .ytree-elbow-line, .ytree-elbow, .ytree-elbow-end, .ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{
27 border: 0 none; 27 border: 0 none;
28 height: 18px; 28 height: 18px;
29 margin: 0px; 29 margin: 0px;
30 padding: 0px; 30 padding: 0px;
31 vertical-align: middle; 31 vertical-align: middle;
32 width: 16px; 32 width: 16px;
33} 33}
34.ytree-node-collapsed .ytree-node-icon, .ytree-node-expanded .ytree-node-icon, .ytree-node-leaf .ytree-node-icon{ 34.ytree-node-collapsed .ytree-node-icon, .ytree-node-expanded .ytree-node-icon, .ytree-node-leaf .ytree-node-icon{
35 border: 0 none; 35 border: 0 none;
36 height: 16px; 36 height: 16px;
37 margin: 0px; 37 margin: 0px;
38 padding: 0px; 38 padding: 0px;
39 vertical-align: middle; 39 vertical-align: middle;
40 width: 16px; 40 width: 16px;
41 background-position:center; 41 background-position:center;
42} 42}
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;
61 color:#444444; 61 color:#444444;
62} 62}
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 */
88.ytree-no-lines .ytree-elbow{ 88.ytree-no-lines .ytree-elbow{
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;
108} 108}
109 109
110.ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{ 110.ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{
111 cursor:pointer; 111 cursor:pointer;
112} 112}
113 113
114.ytree-node{ 114.ytree-node{
115 color: black; 115 color: black;
116 font: normal 11px arial, helvetica, sans-serif; 116 font: normal 11px arial, helvetica, sans-serif;
117 white-space: nowrap; 117 white-space: nowrap;
118} 118}
119.ytree-node a, .ydd-drag-ghost a{ 119.ytree-node a, .ydd-drag-ghost a{
120 text-decoration:none; 120 text-decoration:none;
121 color:black; 121 color:black;
122 -khtml-user-select:normal; 122 -khtml-user-select:normal;
123 -moz-user-select:normal; 123 -moz-user-select:normal;
124} 124}
125.ytree-node a span, .ydd-drag-ghost a span{ 125.ytree-node a span, .ydd-drag-ghost a span{
126 text-decoration:none; 126 text-decoration:none;
127 color:black; 127 color:black;
128 padding:1px 3px 1px 2px; 128 padding:1px 3px 1px 2px;
@@ -150,41 +150,41 @@ refer to http://www.clipperz.com.
150.ytree-dd-underline .ytree-node div.ytree-drag-insert-below{ 150.ytree-dd-underline .ytree-node div.ytree-drag-insert-below{
151 border-bottom:0px none; 151 border-bottom:0px none;
152} 152}
153.ytree-dd-underline .ytree-node div.ytree-drag-insert-above{ 153.ytree-dd-underline .ytree-node div.ytree-drag-insert-above{
154 border-top:0px none; 154 border-top:0px none;
155} 155}
156.ytree-dd-underline .ytree-node div.ytree-drag-insert-below a{ 156.ytree-dd-underline .ytree-node div.ytree-drag-insert-below a{
157 border-bottom:2px solid #3366cc; 157 border-bottom:2px solid #3366cc;
158} 158}
159.ytree-dd-underline .ytree-node div.ytree-drag-insert-above a{ 159.ytree-dd-underline .ytree-node div.ytree-drag-insert-above a{
160 border-top:2px solid #3366cc; 160 border-top:2px solid #3366cc;
161} 161}
162.ytree-node .ytree-drag-append a span{ 162.ytree-node .ytree-drag-append a span{
163 background:#dddddd; 163 background:#dddddd;
164 border:1px dotted gray; 164 border:1px dotted gray;
165} 165}
166.ytree-node .ytree-selected a span{ 166.ytree-node .ytree-selected a span{
167 background:#3366cc; 167 background:#3366cc;
168 color:white; 168 color:white;
169} 169}
170.ydd-drag-ghost .ytree-node-indent, .ydd-drag-ghost .ytree-ec-icon{ 170.ydd-drag-ghost .ytree-node-indent, .ydd-drag-ghost .ytree-ec-icon{
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
@@ -13,346 +13,346 @@ refer to http://www.clipperz.com.
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/** 26/**
27* Tabs 27* Tabs
28*/ 28*/
29.ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap { 29.ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap {
30 background:#deecfd; 30 background:#deecfd;
31 border:1px solid #8db2e3; 31 border:1px solid #8db2e3;
32 padding-bottom:2px; 32 padding-bottom:2px;
33 padding-top:0px; 33 padding-top:0px;
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 {
41 color:#15428b; 41 color:#15428b;
42 font-weight:normal; 42 font-weight:normal;
43} 43}
44.ytab-strip .on .ytab-text { 44.ytab-strip .on .ytab-text {
45 cursor:default; 45 cursor:default;
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;
62 border-top:0px none; 62 border-top:0px none;
63} 63}
64.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap { 64.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap {
65 background:#deecfd; 65 background:#deecfd;
66 border:1px solid #8db2e3; 66 border:1px solid #8db2e3;
67 padding-top:2px; 67 padding-top:2px;
68 padding-bottom:0px; 68 padding-bottom:0px;
69} 69}
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;
91 border-bottom:0px none; 91 border-bottom:0px none;
92} 92}
93/** 93/**
94* Basic-Dialog 94* Basic-Dialog
95*/ 95*/
96.ydlg-proxy { 96.ydlg-proxy {
97 background:#C7DFFC; 97 background:#C7DFFC;
98 border:1px solid #A5CCF9; 98 border:1px solid #A5CCF9;
99} 99}
100.ydlg-shadow{ 100.ydlg-shadow{
101 background:#cccccc; 101 background:#cccccc;
102 opacity:.3; 102 opacity:.3;
103 -moz-opacity:.3; 103 -moz-opacity:.3;
104 filter: alpha(opacity=30); 104 filter: alpha(opacity=30);
105} 105}
106.ydlg { 106.ydlg {
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;
114 padding-top:7px; 114 padding-top:7px;
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 {
122 opacity:.75;-moz-opacity:.75;filter:alpha(opacity=70); 122 opacity:.75;-moz-opacity:.75;filter:alpha(opacity=70);
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{
130 padding:0px 0px 0px; 130 padding:0px 0px 0px;
131 position:absolute; 131 position:absolute;
132 top:24px;left:0px; 132 top:24px;left:0px;
133 z-index:1; 133 z-index:1;
134 border:0px none; 134 border:0px none;
135 background:transparent; 135 background:transparent;
136} 136}
137.ydlg .ydlg-bd{ 137.ydlg .ydlg-bd{
138 background:#fff; 138 background:#fff;
139 border:1px solid #96b9e6; 139 border:1px solid #96b9e6;
140} 140}
141.ydlg .ydlg-ft{ 141.ydlg .ydlg-ft{
142 border:0px none; 142 border:0px none;
143 background:transparent; 143 background:transparent;
144 padding-bottom:8px; 144 padding-bottom:8px;
145} 145}
146.ydlg .ydlg-bg{ 146.ydlg .ydlg-bg{
147 filter:alpha(opacity=80); 147 filter:alpha(opacity=80);
148 opacity:.85; 148 opacity:.85;
149 -moz-opacity:.85; 149 -moz-opacity:.85;
150 zoom:1; 150 zoom:1;
151} 151}
152.ydlg-modal .ydlg-bg { 152.ydlg-modal .ydlg-bg {
153 opacity:.75;-moz-opacity:.75;filter:alpha(opacity=70); 153 opacity:.75;-moz-opacity:.75;filter:alpha(opacity=70);
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{
171 background:transparent; 171 background:transparent;
172 border:0px none; 172 border:0px none;
173} 173}
174.ydlg-auto-tabs .ydlg-bd, .ydlg-auto-layout .ydlg-bd{ 174.ydlg-auto-tabs .ydlg-bd, .ydlg-auto-layout .ydlg-bd{
175 background:#fff; 175 background:#fff;
176 border:1px solid #e9f3f5; 176 border:1px solid #e9f3f5;
177} 177}
178.ydlg-auto-tabs .ytabs-top .yui-ext-tabbody,.ydlg-auto-tabs .ytabs-bottom .yui-ext-tabbody{ 178.ydlg-auto-tabs .ytabs-top .yui-ext-tabbody,.ydlg-auto-tabs .ytabs-bottom .yui-ext-tabbody{
179 border-color:#8db2e3; 179 border-color:#8db2e3;
180} 180}
181.ydlg-auto-tabs .ytabs-top .ytab-wrap,.ydlg-auto-tabs .ytabs-bottom .ytab-wrap{ 181.ydlg-auto-tabs .ytabs-top .ytab-wrap,.ydlg-auto-tabs .ytabs-bottom .ytab-wrap{
182 border-color:#8db2e3; 182 border-color:#8db2e3;
183} 183}
184.ydlg .ydlg-close { 184.ydlg .ydlg-close {
185 width:21px; 185 width:21px;
186 height:20px; 186 height:20px;
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;
213 border:0px; 213 border:0px;
214 right:2px; 214 right:2px;
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
229#mb-dlg .ydlg-bd{ 229#mb-dlg .ydlg-bd{
230 background:#CFE0F5; 230 background:#CFE0F5;
231 border:0px none; 231 border:0px none;
232} 232}
233 233
234/* BorderLayout */ 234/* BorderLayout */
235.ylayout-container{ 235.ylayout-container{
236 background:#deecfd; 236 background:#deecfd;
237} 237}
238.ylayout-collapsed{ 238.ylayout-collapsed{
239 background-color:#deecfd; 239 background-color:#deecfd;
240 border:1px solid #99bbe8; 240 border:1px solid #99bbe8;
241} 241}
242.ylayout-collapsed-over{ 242.ylayout-collapsed-over{
243 background-color:#F5F9FE; 243 background-color:#F5F9FE;
244} 244}
245.ylayout-panel{ 245.ylayout-panel{
246 border:1px solid #99bbe8; 246 border:1px solid #99bbe8;
247} 247}
248.ylayout-nested-layout .ylayout-panel { 248.ylayout-nested-layout .ylayout-panel {
249 border:0px none; 249 border:0px none;
250} 250}
251.ylayout-split{ 251.ylayout-split{
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 {
259 color:#15428b; 259 color:#15428b;
260} 260}
261 261
262.ylayout-split-h{ 262.ylayout-split-h{
263 background:#deecfd; 263 background:#deecfd;
264} 264}
265.ylayout-split-v{ 265.ylayout-split-v{
266 background:#deecfd; 266 background:#deecfd;
267} 267}
268.ylayout-panel .ytabs-top .ytab-wrap{ 268.ylayout-panel .ytabs-top .ytab-wrap{
269 border:0px none; 269 border:0px none;
270 border-bottom:1px solid #8db2e3; 270 border-bottom:1px solid #8db2e3;
271} 271}
272.ylayout-panel .ytabs-bottom .ytab-wrap{ 272.ylayout-panel .ytabs-bottom .ytab-wrap{
273 border:0px none; 273 border:0px none;
274 border-top:1px solid #8db2e3; 274 border-top:1px solid #8db2e3;
275} 275}
276.ylayout-container .yui-ext-tabbody{ 276.ylayout-container .yui-ext-tabbody{
277 border:0px none; 277 border:0px none;
278} 278}
279 279
280.ylayout-nested-layout .ylayout-panel-north { 280.ylayout-nested-layout .ylayout-panel-north {
281 border-bottom:1px solid #99bbe8; 281 border-bottom:1px solid #99bbe8;
282} 282}
283.ylayout-nested-layout .ylayout-panel-south { 283.ylayout-nested-layout .ylayout-panel-south {
284 border-top:1px solid #99bbe8; 284 border-top:1px solid #99bbe8;
285} 285}
286.ylayout-nested-layout .ylayout-panel-east { 286.ylayout-nested-layout .ylayout-panel-east {
287 border-left:1px solid #99bbe8; 287 border-left:1px solid #99bbe8;
288} 288}
289.ylayout-nested-layout .ylayout-panel-west { 289.ylayout-nested-layout .ylayout-panel-west {
290 border-right:1px solid #99bbe8; 290 border-right:1px solid #99bbe8;
291} 291}
292.ylayout-panel-dragover { 292.ylayout-panel-dragover {
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}
300/** Resizable */ 300/** Resizable */
301 301
302.yresizable-proxy{ 302.yresizable-proxy{
303 border: 1px dashed #3b5a82; 303 border: 1px dashed #3b5a82;
304} 304}
305 305
306/* grid */ 306/* grid */
307.ygrid-hd{ 307.ygrid-hd{
308 border-bottom:0px; 308 border-bottom:0px;
309 background:none; 309 background:none;
310} 310}
311.ygrid-hd-body { 311.ygrid-hd-body {
312 border-bottom:0px none; 312 border-bottom:0px none;
313} 313}
314.ygrid-hd-over { 314.ygrid-hd-over {
315 border-bottom:0px none; 315 border-bottom:0px none;
316} 316}
317.ygrid-hd-over .ygrid-hd-body{ 317.ygrid-hd-over .ygrid-hd-body{
318 background:none; 318 background:none;
319 border-bottom:0px none; 319 border-bottom:0px none;
320} 320}
321.ygrid-hd-over .ygrid-hd-body{ 321.ygrid-hd-over .ygrid-hd-body{
322 background-color: transparent; 322 background-color: transparent;
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}
333.ygrid-row-alt{ 333.ygrid-row-alt{
334 background-color: #f5f5f5; 334 background-color: #f5f5f5;
335} 335}
336.ygrid-row{ 336.ygrid-row{
337 border-bottom: 1px solid #eeeeee; 337 border-bottom: 1px solid #eeeeee;
338} 338}
339.ygrid-col{ 339.ygrid-col{
340 border-right:1px solid #eeeeee; 340 border-right:1px solid #eeeeee;
341} 341}
342.ygrid-sort-col .ygrid-hd-body { 342.ygrid-sort-col .ygrid-hd-body {
343 padding-bottom:4px; 343 padding-bottom:4px;
344} 344}
345 345
346/** Toolbar */ 346/** Toolbar */
347.ytoolbar{ 347.ytoolbar{
348 border:0px none; 348 border:0px none;
349 background: #E2ECF8; 349 background: #E2ECF8;
350 padding:1px 3px; 350 padding:1px 3px;
351 border-bottom:1px solid #c0d7f4; 351 border-bottom:1px solid #c0d7f4;
352} 352}
353.ytoolbar .ytb-button-over{ 353.ytoolbar .ytb-button-over{
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
@@ -6,292 +6,292 @@ This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public 11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26/** 26/**
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}
34.ydlg-shadow{ 34.ydlg-shadow{
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;
52 border:1px solid #b3b6b0; 52 border:1px solid #b3b6b0;
53 border-top:0px none; 53 border-top:0px none;
54} 54}
55.ydlg .ytabs-top .yui-ext-tabbody{ 55.ydlg .ytabs-top .yui-ext-tabbody{
56 border:1px solid #b3b6b0; 56 border:1px solid #b3b6b0;
57 border-top:0px none; 57 border-top:0px none;
58} 58}
59.ydlg .ytabs-bottom .yui-ext-tabbody{ 59.ydlg .ytabs-bottom .yui-ext-tabbody{
60 border:1px solid #b3b6b0; 60 border:1px solid #b3b6b0;
61 border-bottom:0px none; 61 border-bottom:0px none;
62} 62}
63.ydlg .ylayout-container .yui-ext-tabbody{ 63.ydlg .ylayout-container .yui-ext-tabbody{
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
100/** 100/**
101* Tabs 101* Tabs
102*/ 102*/
103.ytab-wrap { 103.ytab-wrap {
104 border-bottom:1px solid #aca899; 104 border-bottom:1px solid #aca899;
105} 105}
106.ytab-strip .on .ytab-text { 106.ytab-strip .on .ytab-text {
107 cursor:default; 107 cursor:default;
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
135.ytabs-bottom .ytab-wrap { 135.ytabs-bottom .ytab-wrap {
136 border-bottom:0px none; 136 border-bottom:0px none;
137 padding-top:0px; 137 padding-top:0px;
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
172/* BorderLayout */ 172/* BorderLayout */
173 173
174.ylayout-container{ 174.ylayout-container{
175 background-color:#f3f2e7; 175 background-color:#f3f2e7;
176} 176}
177.ylayout-collapsed{ 177.ylayout-collapsed{
178 background-color:#f3f2e7; 178 background-color:#f3f2e7;
179 border:1px solid #aca899; 179 border:1px solid #aca899;
180} 180}
181.ylayout-collapsed-over{ 181.ylayout-collapsed-over{
182 background-color:#fbfbef; 182 background-color:#fbfbef;
183} 183}
184.ylayout-panel{ 184.ylayout-panel{
185 border:1px solid #aca899; 185 border:1px solid #aca899;
186} 186}
187.ylayout-nested-layout .ylayout-panel { 187.ylayout-nested-layout .ylayout-panel {
188 border:0px none; 188 border:0px none;
189} 189}
190.ylayout-split{ 190.ylayout-split{
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;
236} 236}
237.ylayout-nested-layout .ylayout-panel-south { 237.ylayout-nested-layout .ylayout-panel-south {
238 border-top:1px solid #aca899; 238 border-top:1px solid #aca899;
239} 239}
240.ylayout-nested-layout .ylayout-panel-east { 240.ylayout-nested-layout .ylayout-panel-east {
241 border-left:1px solid #aca899; 241 border-left:1px solid #aca899;
242} 242}
243.ylayout-nested-layout .ylayout-panel-west { 243.ylayout-nested-layout .ylayout-panel-west {
244 border-right:1px solid #aca899; 244 border-right:1px solid #aca899;
245} 245}
246.ylayout-panel-dragover { 246.ylayout-panel-dragover {
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{
289 border: 1px dashed #615e55; 289 border: 1px dashed #615e55;
290} 290}
291 291
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
@@ -18,383 +18,383 @@ refer to http://www.clipperz.com.
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/** 26/**
27* Tabs 27* Tabs
28*/ 28*/
29.ytab-wrap { 29.ytab-wrap {
30 background:#4f4f4f; 30 background:#4f4f4f;
31 border-bottom:1px solid #b3b6b0; 31 border-bottom:1px solid #b3b6b0;
32} 32}
33.ytab-strip .ytab-text { 33.ytab-strip .ytab-text {
34 color:white; 34 color:white;
35 font-weight:normal; 35 font-weight:normal;
36} 36}
37.ytab-strip .on .ytab-text { 37.ytab-strip .on .ytab-text {
38 cursor:default; 38 cursor:default;
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;
55} 55}
56.ytabs-top .ytab-strip .ytab-left { 56.ytabs-top .ytab-strip .ytab-left {
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
72.ytabs-bottom .ytab-strip { 72.ytabs-bottom .ytab-strip {
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;
83 padding-top:0px; 83 padding-top:0px;
84 border-top:1px solid #b3b6b0; 84 border-top:1px solid #b3b6b0;
85} 85}
86.ytabs-bottom .ytab-strip .ytab-right { 86.ytabs-bottom .ytab-strip .ytab-right {
87 background:transparent; 87 background:transparent;
88} 88}
89.ytabs-bottom .ytab-strip .ytab-left { 89.ytabs-bottom .ytab-strip .ytab-left {
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
100*/ 100*/
101.ydlg-proxy { 101.ydlg-proxy {
102 background:#d3d6d0; 102 background:#d3d6d0;
103 border:2px solid #b3b6b0; 103 border:2px solid #b3b6b0;
104} 104}
105.ydlg-shadow{ 105.ydlg-shadow{
106 background:#cccccc; 106 background:#cccccc;
107 opacity:.3; 107 opacity:.3;
108 -moz-opacity:.3; 108 -moz-opacity:.3;
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{
126 background:#fff; 126 background:#fff;
127 border:0 none; 127 border:0 none;
128 border-top:0px none; 128 border-top:0px none;
129 padding:0px 0px 0px; 129 padding:0px 0px 0px;
130 position:absolute; 130 position:absolute;
131 top:24px;left:0px; 131 top:24px;left:0px;
132 z-index:1; 132 z-index:1;
133} 133}
134.ydlg-auto-tabs .ydlg-dlg-body{ 134.ydlg-auto-tabs .ydlg-dlg-body{
135 background:transparent; 135 background:transparent;
136} 136}
137.ydlg-auto-tabs .ytabs-top .ytab-wrap{ 137.ydlg-auto-tabs .ytabs-top .ytab-wrap{
138 background:transparent; 138 background:transparent;
139} 139}
140.ydlg .ydlg-ft{ 140.ydlg .ydlg-ft{
141 border-top:1px solid #b3b6b0; 141 border-top:1px solid #b3b6b0;
142 background:#F0F0F0; 142 background:#F0F0F0;
143 padding-bottom:8px; 143 padding-bottom:8px;
144} 144}
145.ydlg .ydlg-bg{ 145.ydlg .ydlg-bg{
146 opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85); 146 opacity:.90;-moz-opacity:.90;filter:alpha(opacity=85);
147 zoom:1; 147 zoom:1;
148} 148}
149.ydlg .ydlg-bg-left,.ydlg .ydlg-bg-center,.ydlg .ydlg-bg-right{ 149.ydlg .ydlg-bg-left,.ydlg .ydlg-bg-center,.ydlg .ydlg-bg-right{
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{
167 border:0px none; 167 border:0px none;
168} 168}
169.ydlg .ytabs-bottom .yui-ext-tabbody{ 169.ydlg .ytabs-bottom .yui-ext-tabbody{
170 border:1px solid #b3b6b0; 170 border:1px solid #b3b6b0;
171 border-bottom:0px none; 171 border-bottom:0px none;
172} 172}
173.ydlg .ylayout-container .yui-ext-tabbody{ 173.ydlg .ylayout-container .yui-ext-tabbody{
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
229/* BorderLayout */ 229/* BorderLayout */
230.ylayout-container{ 230.ylayout-container{
231 background:#4f4f4f; 231 background:#4f4f4f;
232} 232}
233.ylayout-collapsed{ 233.ylayout-collapsed{
234 background-color:#9f9f9f; 234 background-color:#9f9f9f;
235 border:1px solid #4c535c; 235 border:1px solid #4c535c;
236} 236}
237.ylayout-collapsed-over{ 237.ylayout-collapsed-over{
238 background-color:#bfbfbf; 238 background-color:#bfbfbf;
239} 239}
240.ylayout-panel{ 240.ylayout-panel{
241 border:1px solid #4c535c; 241 border:1px solid #4c535c;
242} 242}
243.ylayout-nested-layout .ylayout-panel { 243.ylayout-nested-layout .ylayout-panel {
244 border:0px none; 244 border:0px none;
245} 245}
246.ylayout-split{ 246.ylayout-split{
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{
254 color:white; 254 color:white;
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}
285.ylayout-split-h{ 285.ylayout-split-h{
286 background:#9f9f9f; 286 background:#9f9f9f;
287} 287}
288.ylayout-split-v{ 288.ylayout-split-v{
289 background:#9f9f9f; 289 background:#9f9f9f;
290} 290}
291.ylayout-panel .ytab-wrap{ 291.ylayout-panel .ytab-wrap{
292 background:#4f4f4f; 292 background:#4f4f4f;
293} 293}
294.ylayout-nested-layout .ylayout-panel-north { 294.ylayout-nested-layout .ylayout-panel-north {
295 border-bottom:1px solid #4c535c; 295 border-bottom:1px solid #4c535c;
296} 296}
297.ylayout-nested-layout .ylayout-panel-south { 297.ylayout-nested-layout .ylayout-panel-south {
298 border-top:1px solid #4c535c; 298 border-top:1px solid #4c535c;
299} 299}
300.ylayout-nested-layout .ylayout-panel-east { 300.ylayout-nested-layout .ylayout-panel-east {
301 border-left:1px solid #4c535c; 301 border-left:1px solid #4c535c;
302} 302}
303.ylayout-nested-layout .ylayout-panel-west { 303.ylayout-nested-layout .ylayout-panel-west {
304 border-right:1px solid #4c535c; 304 border-right:1px solid #4c535c;
305} 305}
306.ylayout-panel-dragover { 306.ylayout-panel-dragover {
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{
349 border: 1px dashed #615e55; 349 border: 1px dashed #615e55;
350} 350}
351 351
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{
366 border-bottom:0px; 366 border-bottom:0px;
367 background:none; 367 background:none;
368} 368}
369.ygrid-hd-body { 369.ygrid-hd-body {
370 border-bottom: 1px solid #b3bcc0; 370 border-bottom: 1px solid #b3bcc0;
371} 371}
372.ygrid-hd-over{ 372.ygrid-hd-over{
373 border-bottom:0px; 373 border-bottom:0px;
374} 374}
375.ygrid-hd-over .ygrid-hd-body{ 375.ygrid-hd-over .ygrid-hd-body{
376 background-color: transparent; 376 background-color: transparent;
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{
387 background-color: #f5f5f5; 387 background-color: #f5f5f5;
388} 388}
389.ygrid-row-selected{ 389.ygrid-row-selected{
390 background-color: #535353 !important; 390 background-color: #535353 !important;
391 color: white; 391 color: white;
392} 392}
393.ygrid-row-selected span{ 393.ygrid-row-selected span{
394 color: white !important; 394 color: white !important;
395} 395}
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}