summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui
Unidiff
Diffstat (limited to 'frontend/beta/css/yui') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/calendar.css25
-rw-r--r--frontend/beta/css/yui/container.css25
-rw-r--r--frontend/beta/css/yui/fonts.css25
-rw-r--r--frontend/beta/css/yui/grids.css25
-rw-r--r--frontend/beta/css/yui/logger.css25
-rw-r--r--frontend/beta/css/yui/menu.css25
-rw-r--r--frontend/beta/css/yui/reset.css25
-rw-r--r--frontend/beta/css/yui/tree.css25
8 files changed, 0 insertions, 200 deletions
diff --git a/frontend/beta/css/yui/calendar.css b/frontend/beta/css/yui/calendar.css
index 51399e6..6793936 100644
--- a/frontend/beta/css/yui/calendar.css
+++ b/frontend/beta/css/yui/calendar.css
@@ -1,186 +1,161 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30Version 0.11.3 5Version 0.11.3
31*/ 6*/
32 7
33.yui-cal2upwrapper {*height:1%;} /* IE */ 8.yui-cal2upwrapper {*height:1%;} /* IE */
34.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */ 9.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
35 10
36.yui-calcontainer { 11.yui-calcontainer {
37 float:left; 12 float:left;
38 padding:5px; 13 padding:5px;
39 background-color:#F7F9FB; 14 background-color:#F7F9FB;
40 border:1px solid #7B9EBD; 15 border:1px solid #7B9EBD;
41} 16}
42 17
43.yui-calcontainer .title { 18.yui-calcontainer .title {
44 font:100% sans-serif; 19 font:100% sans-serif;
45 color:#000; 20 color:#000;
46 font-weight:bold; 21 font-weight:bold;
47 margin-bottom:5px; 22 margin-bottom:5px;
48 height:auto; 23 height:auto;
49 position:relative; 24 position:relative;
50} 25}
51 26
52.yui-calcontainer .title .close-icon { 27.yui-calcontainer .title .close-icon {
53 position:absolute; 28 position:absolute;
54 right:0; 29 right:0;
55 top:0; 30 top:0;
56 border:none; 31 border:none;
57} 32}
58 33
59.yui-calcontainer .cal2up { 34.yui-calcontainer .cal2up {
60 float:left; 35 float:left;
61} 36}
62 37
63.yui-calendar .calnavleft { 38.yui-calendar .calnavleft {
64 position:absolute; 39 position:absolute;
65 background-repeat:no-repeat; 40 background-repeat:no-repeat;
66 cursor:pointer; 41 cursor:pointer;
67 top:2px; 42 top:2px;
68 bottom:0; 43 bottom:0;
69 width:9px; 44 width:9px;
70 height:12px; 45 height:12px;
71 left:2px; 46 left:2px;
72} 47}
73 48
74.yui-calendar .calnavright { 49.yui-calendar .calnavright {
75 position:absolute; 50 position:absolute;
76 background-repeat:no-repeat; 51 background-repeat:no-repeat;
77 cursor:pointer; 52 cursor:pointer;
78 top:2px; 53 top:2px;
79 bottom:0; 54 bottom:0;
80 width:9px; 55 width:9px;
81 height:12px; 56 height:12px;
82 right:2px; 57 right:2px;
83} 58}
84 59
85/* Calendar element styles */ 60/* Calendar element styles */
86 61
87.yui-calendar { 62.yui-calendar {
88 font:100% sans-serif; 63 font:100% sans-serif;
89 text-align:center; 64 text-align:center;
90 border-spacing:0; 65 border-spacing:0;
91 border-collapse:separate; 66 border-collapse:separate;
92} 67}
93 68
94.yui-calendar td.calcell { 69.yui-calendar td.calcell {
95 padding:.1em .2em; 70 padding:.1em .2em;
96 border:1px solid #E0E0E0; 71 border:1px solid #E0E0E0;
97 background-color:#FFF; 72 background-color:#FFF;
98} 73}
99 74
100.yui-calendar td.calcell a { 75.yui-calendar td.calcell a {
101 color:#003DB8; 76 color:#003DB8;
102 text-decoration:none; 77 text-decoration:none;
103} 78}
104 79
105.yui-calendar td.calcell.today { 80.yui-calendar td.calcell.today {
106 border:1px solid #000; 81 border:1px solid #000;
107} 82}
108 83
109.yui-calendar td.calcell.oom { 84.yui-calendar td.calcell.oom {
110 cursor:default; 85 cursor:default;
111 color:#999; 86 color:#999;
112 background-color:#EEE; 87 background-color:#EEE;
113 border:1px solid #E0E0E0; 88 border:1px solid #E0E0E0;
114} 89}
115 90
116.yui-calendar td.calcell.selected { 91.yui-calendar td.calcell.selected {
117 color:#003DB8; 92 color:#003DB8;
118 background-color:#FFF19F; 93 background-color:#FFF19F;
119 border:1px solid #FF9900; 94 border:1px solid #FF9900;
120} 95}
121 96
122.yui-calendar td.calcell.calcellhover { 97.yui-calendar td.calcell.calcellhover {
123 cursor:pointer; 98 cursor:pointer;
124 color:#FFF; 99 color:#FFF;
125 background-color:#FF9900; 100 background-color:#FF9900;
126 border:1px solid #FF9900; 101 border:1px solid #FF9900;
127} 102}
128 103
129.yui-calendar td.calcell.calcellhover a { 104.yui-calendar td.calcell.calcellhover a {
130 color:#FFF; 105 color:#FFF;
131} 106}
132 107
133.yui-calendar td.calcell.restricted { 108.yui-calendar td.calcell.restricted {
134 text-decoration:line-through; 109 text-decoration:line-through;
135} 110}
136 111
137.yui-calendar td.calcell.previous { 112.yui-calendar td.calcell.previous {
138 color:#CCC; 113 color:#CCC;
139} 114}
140 115
141.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; } 116.yui-calendar td.calcell.highlight1 { background-color:#CCFF99; }
142.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; } 117.yui-calendar td.calcell.highlight2 { background-color:#99CCFF; }
143.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; } 118.yui-calendar td.calcell.highlight3 { background-color:#FFCCCC; }
144.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; } 119.yui-calendar td.calcell.highlight4 { background-color:#CCFF99; }
145 120
146 121
147.yui-calendar .calhead { 122.yui-calendar .calhead {
148 border:1px solid #E0E0E0; 123 border:1px solid #E0E0E0;
149 vertical-align:middle; 124 vertical-align:middle;
150 background-color:#FFF; 125 background-color:#FFF;
151} 126}
152 127
153.yui-calendar .calheader { 128.yui-calendar .calheader {
154 position:relative; 129 position:relative;
155 width:100%; 130 width:100%;
156 text-align:center; 131 text-align:center;
157} 132}
158 133
159.yui-calendar .calheader img { 134.yui-calendar .calheader img {
160 border:none; 135 border:none;
161} 136}
162 137
163.yui-calendar .calweekdaycell { 138.yui-calendar .calweekdaycell {
164 color:#666; 139 color:#666;
165 font-weight:normal; 140 font-weight:normal;
166} 141}
167 142
168.yui-calendar .calfoot { 143.yui-calendar .calfoot {
169 background-color:#EEE; 144 background-color:#EEE;
170} 145}
171 146
172.yui-calendar .calrowhead, .yui-calendar .calrowfoot { 147.yui-calendar .calrowhead, .yui-calendar .calrowfoot {
173 color:#666; 148 color:#666;
174 font-size:9px; 149 font-size:9px;
175 font-style:italic; 150 font-style:italic;
176 font-weight:normal; 151 font-weight:normal;
177 width:15px; 152 width:15px;
178} 153}
179 154
180.yui-calendar .calrowhead { 155.yui-calendar .calrowhead {
181 border-right-width:2px; 156 border-right-width:2px;
182} 157}
183 158
184/*Specific changes for calendar running under fonts/reset */ 159/*Specific changes for calendar running under fonts/reset */
185.yui-calendar a:hover {background:inherit;} 160.yui-calendar a:hover {background:inherit;}
186p#clear {clear:left; padding-top:10px;} 161p#clear {clear:left; padding-top:10px;}
diff --git a/frontend/beta/css/yui/container.css b/frontend/beta/css/yui/container.css
index 337fe70..69c5cef 100644
--- a/frontend/beta/css/yui/container.css
+++ b/frontend/beta/css/yui/container.css
@@ -1,217 +1,192 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30Version 0.11.4 5Version 0.11.4
31*/ 6*/
32 7
33.overlay { 8.overlay {
34 position:absolute; 9 position:absolute;
35 display:block; 10 display:block;
36} 11}
37 12
38.tt { 13.tt {
39 visibility:hidden; 14 visibility:hidden;
40 position:absolute; 15 position:absolute;
41 color:#333; 16 color:#333;
42 background-color:#FDFFB4; 17 background-color:#FDFFB4;
43 font-family:arial,helvetica,verdana,sans-serif; 18 font-family:arial,helvetica,verdana,sans-serif;
44 padding:2px; 19 padding:2px;
45 border:1px solid #FCC90D; 20 border:1px solid #FCC90D;
46 font:100% sans-serif; 21 font:100% sans-serif;
47 width:auto; 22 width:auto;
48} 23}
49 24
50* html body.masked select { 25* html body.masked select {
51 visibility:hidden; 26 visibility:hidden;
52} 27}
53 28
54* html div.panel-container select { 29* html div.panel-container select {
55 visibility:inherit; 30 visibility:inherit;
56} 31}
57 32
58* html div.drag select { 33* html div.drag select {
59 visibility:hidden; 34 visibility:hidden;
60} 35}
61 36
62* html div.hide-select select { 37* html div.hide-select select {
63 visibility:hidden; 38 visibility:hidden;
64} 39}
65 40
66.mask { 41.mask {
67 z-index:0; 42 z-index:0;
68 display:none; 43 display:none;
69 position:absolute; 44 position:absolute;
70 top:0; 45 top:0;
71 left:0; 46 left:0;
72 -moz-opacity: 0.5; 47 -moz-opacity: 0.5;
73 opacity:.50; 48 opacity:.50;
74 filter: alpha(opacity=50); 49 filter: alpha(opacity=50);
75 background-color:#CCC; 50 background-color:#CCC;
76} 51}
77 52
78.hide-scrollbars * { 53.hide-scrollbars * {
79 overflow:hidden; 54 overflow:hidden;
80} 55}
81 56
82.hide-scrollbars textarea, .hide-scrollbars select { 57.hide-scrollbars textarea, .hide-scrollbars select {
83 overflow:hidden; 58 overflow:hidden;
84 display:none; 59 display:none;
85} 60}
86 61
87.show-scrollbars textarea, .show-scrollbars select { 62.show-scrollbars textarea, .show-scrollbars select {
88 overflow:visible; 63 overflow:visible;
89} 64}
90 65
91.panel-container { 66.panel-container {
92 position:absolute; 67 position:absolute;
93 background-color:transparent; 68 background-color:transparent;
94 z-index:6; 69 z-index:6;
95 visibility:hidden; 70 visibility:hidden;
96 overflow:visible; 71 overflow:visible;
97 width:auto; 72 width:auto;
98} 73}
99 74
100.panel-container.matte { 75.panel-container.matte {
101 padding:3px; 76 padding:3px;
102 background-color:#FFF; 77 background-color:#FFF;
103} 78}
104 79
105.panel-container.matte .underlay { 80.panel-container.matte .underlay {
106 display:none; 81 display:none;
107} 82}
108 83
109.panel-container.shadow { 84.panel-container.shadow {
110 padding:0px; 85 padding:0px;
111 background-color:transparent; 86 background-color:transparent;
112} 87}
113 88
114.panel-container.shadow .underlay { 89.panel-container.shadow .underlay {
115 visibility:inherit; 90 visibility:inherit;
116 position:absolute; 91 position:absolute;
117 background-color:#CCC; 92 background-color:#CCC;
118 top:3px;left:3px; 93 top:3px;left:3px;
119 z-index:0; 94 z-index:0;
120 width:100%; 95 width:100%;
121 height:100%; 96 height:100%;
122 -moz-opacity: 0.7; 97 -moz-opacity: 0.7;
123 opacity:.70; 98 opacity:.70;
124 filter:alpha(opacity=70); 99 filter:alpha(opacity=70);
125 zoom:1; 100 zoom:1;
126} 101}
127 102
128.panel { 103.panel {
129 visibility:hidden; 104 visibility:hidden;
130 border-collapse:separate; 105 border-collapse:separate;
131 position:relative; 106 position:relative;
132 left:0px;top:0px; 107 left:0px;top:0px;
133 font:1em Arial; 108 font:1em Arial;
134 background-color:#FFF; 109 background-color:#FFF;
135 border:1px solid #000; 110 border:1px solid #000;
136 z-index:1; 111 z-index:1;
137 overflow:hidden; 112 overflow:hidden;
138} 113}
139 114
140.panel .hd { 115.panel .hd {
141 background-color:#3d77cb; 116 background-color:#3d77cb;
142 color:#FFF; 117 color:#FFF;
143 font-size:100%; 118 font-size:100%;
144 line-height:100%; 119 line-height:100%;
145 border:1px solid #FFF; 120 border:1px solid #FFF;
146 border-bottom:1px solid #000; 121 border-bottom:1px solid #000;
147 font-weight:bold; 122 font-weight:bold;
148 overflow:hidden; 123 overflow:hidden;
149 padding:4px; 124 padding:4px;
150} 125}
151 126
152.panel .bd { 127.panel .bd {
153 overflow:hidden; 128 overflow:hidden;
154 padding:4px; 129 padding:4px;
155} 130}
156 131
157.panel .bd p { 132.panel .bd p {
158 margin:0 0 1em; 133 margin:0 0 1em;
159} 134}
160 135
161.panel .close { 136.panel .close {
162 position:absolute; 137 position:absolute;
163 top:5px; 138 top:5px;
164 right:4px; 139 right:4px;
165 z-index:6; 140 z-index:6;
166 height:12px; 141 height:12px;
167 width:12px; 142 width:12px;
168 margin:0px; 143 margin:0px;
169 padding:0px; 144 padding:0px;
170 background-repeat:no-repeat; 145 background-repeat:no-repeat;
171 cursor:pointer; 146 cursor:pointer;
172 visibility:inherit; 147 visibility:inherit;
173} 148}
174 149
175.panel .close.nonsecure { 150.panel .close.nonsecure {
176 background-image:url(../../images/yui/container/close12_1.gif); 151 background-image:url(../../images/yui/container/close12_1.gif);
177} 152}
178 153
179.panel .close.secure { 154.panel .close.secure {
180 background-image:url(../../images/yui/container/close12_1.gif); 155 background-image:url(../../images/yui/container/close12_1.gif);
181} 156}
182 157
183.panel .ft { 158.panel .ft {
184 padding:4px; 159 padding:4px;
185 overflow:hidden; 160 overflow:hidden;
186} 161}
187 162
188.simple-dialog .bd .icon { 163.simple-dialog .bd .icon {
189 background-repeat:no-repeat; 164 background-repeat:no-repeat;
190 width:16px; 165 width:16px;
191 height:16px; 166 height:16px;
192 margin-right:10px; 167 margin-right:10px;
193 float:left; 168 float:left;
194} 169}
195 170
196.dialog .ft, .simple-dialog .ft { 171.dialog .ft, .simple-dialog .ft {
197 padding-bottom:5px; 172 padding-bottom:5px;
198 padding-right:5px; 173 padding-right:5px;
199 text-align:right; 174 text-align:right;
200} 175}
201 176
202.dialog form, .simple-dialog form { 177.dialog form, .simple-dialog form {
203 margin:0; 178 margin:0;
204} 179}
205 180
206.button-group button { 181.button-group button {
207 font:100 76% verdana; 182 font:100 76% verdana;
208 text-decoration:none; 183 text-decoration:none;
209 background-color: #E4E4E4; 184 background-color: #E4E4E4;
210 color: #333; 185 color: #333;
211 cursor: hand; 186 cursor: hand;
212 vertical-align: middle; 187 vertical-align: middle;
213 border: 2px solid #797979; 188 border: 2px solid #797979;
214 border-top-color:#FFF; 189 border-top-color:#FFF;
215 border-left-color:#FFF; 190 border-left-color:#FFF;
216 margin:2px; 191 margin:2px;
217 padding:2px; 192 padding:2px;
diff --git a/frontend/beta/css/yui/fonts.css b/frontend/beta/css/yui/fonts.css
index a334b8a..04acd9b 100644
--- a/frontend/beta/css/yui/fonts.css
+++ b/frontend/beta/css/yui/fonts.css
@@ -1,59 +1,34 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32 7
33/** 8/**
34 * 84.5% for !IE, keywords for IE 9 * 84.5% for !IE, keywords for IE
35 * Percents could work for IE, but for backCompat purposes, we are using 10 * Percents could work for IE, but for backCompat purposes, we are using
36 keywords. 11 keywords.
37 * x-small is for IE < 6 and IE6 quirks mode. 12 * x-small is for IE < 6 and IE6 quirks mode.
38 * 13 *
39 */ 14 */
40body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x- 15body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
41small;} 16small;}
42table {font-size:inherit;font:100%;} 17table {font-size:inherit;font:100%;}
43 18
44/** 19/**
45 * 99% for safari; 100% is too large 20 * 99% for safari; 100% is too large
46 */ 21 */
47select, input, textarea {font:99% arial,helvetica,clean,sans-serif;} 22select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
48 23
49/** 24/**
50 * Bump up !IE to get to 13px equivalent 25 * Bump up !IE to get to 13px equivalent
51 */ 26 */
52pre, code {font:115% monospace;*font-size:100%;} 27pre, code {font:115% monospace;*font-size:100%;}
53 28
54/** 29/**
55 * Default line-height based on font-size rather than "computed-value" 30 * Default line-height based on font-size rather than "computed-value"
56 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height 31 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
57 */ 32 */
58body * {line-height:1.22em;} 33body * {line-height:1.22em;}
59 34
diff --git a/frontend/beta/css/yui/grids.css b/frontend/beta/css/yui/grids.css
index 7d60306..284b7c2 100644
--- a/frontend/beta/css/yui/grids.css
+++ b/frontend/beta/css/yui/grids.css
@@ -1,113 +1,88 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32body { 7body {
33 text-align:center; 8 text-align:center;
34} 9}
35 10
36#doc { 11#doc {
37 width:57.69em; 12 width:57.69em;
38 *width:56.3em; /* IE */ 13 *width:56.3em; /* IE */
39 min-width:750px; 14 min-width:750px;
40 margin:auto; 15 margin:auto;
41 text-align:left; 16 text-align:left;
42} 17}
43 18
44#hd,#bd {margin-bottom:1em;text-align:left;} 19#hd,#bd {margin-bottom:1em;text-align:left;}
45#ft {font-size:77%;font-family:verdana;clear:both;} 20#ft {font-size:77%;font-family:verdana;clear:both;}
46 21
47/* rules for main templates */ 22/* rules for main templates */
48.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b, 23.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b,
49.yui-t4 .yui-b, .yui-t5 .yui-b, .yui-t6 .yui-b {float:right;} 24.yui-t4 .yui-b, .yui-t5 .yui-b, .yui-t6 .yui-b {float:right;}
50.yui-t1 .yui-b, .yui-t2 .yui-b, .yui-t3 .yui-b, .yui-t4 #yui-main .yui-b, .yui- 25.yui-t1 .yui-b, .yui-t2 .yui-b, .yui-t3 .yui-b, .yui-t4 #yui-main .yui-b, .yui-
51t5 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {float:left;} 26t5 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {float:left;}
52 27
53/* t1: L160 */ 28/* t1: L160 */
54.yui-t1 #yui-main .yui-b {width:76%;min-width:570px;} 29.yui-t1 #yui-main .yui-b {width:76%;min-width:570px;}
55.yui-t1 .yui-b {width:21.33%;min-width:160px;} 30.yui-t1 .yui-b {width:21.33%;min-width:160px;}
56 31
57/* t2 & t4: L180 & R180 */ 32/* t2 & t4: L180 & R180 */
58.yui-t2 #yui-main .yui-b, .yui-t4 #yui-main .yui-b {width:73.4%;min- 33.yui-t2 #yui-main .yui-b, .yui-t4 #yui-main .yui-b {width:73.4%;min-
59width:550px;} 34width:550px;}
60.yui-t2 .yui-b, .yui-t4 .yui-b {width:24%;min-width:180px;} 35.yui-t2 .yui-b, .yui-t4 .yui-b {width:24%;min-width:180px;}
61 36
62/* t3 & t6: L300 & R300 */ 37/* t3 & t6: L300 & R300 */
63.yui-t3 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {width:57.6%;min- 38.yui-t3 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {width:57.6%;min-
64width:430px;} 39width:430px;}
65.yui-t3 .yui-b, .yui-t6 .yui-b {width:40%;min-width:300px;} 40.yui-t3 .yui-b, .yui-t6 .yui-b {width:40%;min-width:300px;}
66 41
67/* t5: R240 */ 42/* t5: R240 */
68.yui-t5 #yui-main .yui-b {width:65.4%;min-width:490px;} 43.yui-t5 #yui-main .yui-b {width:65.4%;min-width:490px;}
69.yui-t5 .yui-b {width:32%;min-width:240px;} 44.yui-t5 .yui-b {width:32%;min-width:240px;}
70 45
71/* t7: 750 */ 46/* t7: 750 */
72 47
73 48
74 49
75 /*grid-generic rules for all templates */ 50 /*grid-generic rules for all templates */
76 51
77/* all modules and grids nested in a grid get floated */ 52/* all modules and grids nested in a grid get floated */
78.yui-g .yui-u, .yui-g .yui-g, .yui-ge .yui-u, .yui-gf .yui-u { 53.yui-g .yui-u, .yui-g .yui-g, .yui-ge .yui-u, .yui-gf .yui-u {
79 float:right; 54 float:right;
80 display:inline; /* IE */ 55 display:inline; /* IE */
81} 56}
82 57
83/* float left and kill margin on first for added flex */ 58/* float left and kill margin on first for added flex */
84.yui-g .first, .yui-gd .first, .yui-ge .first, .yui-gf .first {float:left; } 59.yui-g .first, .yui-gd .first, .yui-ge .first, .yui-gf .first {float:left; }
85 60
86/* 2 col */ 61/* 2 col */
87.yui-g .yui-u, .yui-g .yui-g {width:49.1%;} 62.yui-g .yui-u, .yui-g .yui-g {width:49.1%;}
88.yui-g .yui-g .yui-u {width:48.1%;} /* smaller for nested to preserve margins */ 63.yui-g .yui-g .yui-u {width:48.1%;} /* smaller for nested to preserve margins */
89 64
90/* 3 col */ 65/* 3 col */
91.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u { 66.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u {
92 float:left; /* need to reverse the order for 3 */ 67 float:left; /* need to reverse the order for 3 */
93 margin-left:2%; *margin-left:1.895%; 68 margin-left:2%; *margin-left:1.895%;
94 width:32%; 69 width:32%;
95} 70}
96 71
97.yui-gb .first, .yui-gc .first, .yui-gd .first {margin-left:0;} 72.yui-gb .first, .yui-gc .first, .yui-gd .first {margin-left:0;}
98 73
99/* colspan 2 */ 74/* colspan 2 */
100.yui-gc .first, .yui-gd .yui-u {width:66%;} 75.yui-gc .first, .yui-gd .yui-u {width:66%;}
101.yui-gd .first {width:32%;} 76.yui-gd .first {width:32%;}
102 77
103/* colspan 3 */ 78/* colspan 3 */
104.yui-ge .yui-u {width:24%;} 79.yui-ge .yui-u {width:24%;}
105.yui-ge .first, .yui-gf .yui-u {width:74.2%;} 80.yui-ge .first, .yui-gf .yui-u {width:74.2%;}
106.yui-gf .first {width:24%;} 81.yui-gf .first {width:24%;}
107.yui-ge .first {width:74.2%;} 82.yui-ge .first {width:74.2%;}
108 83
109/* self clear floated parent containers */ 84/* self clear floated parent containers */
110#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui- 85#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-
111ge:after, .yui-gf:after 86ge:after, .yui-gf:after
112{content:".";display:block;height:0;clear:both;visibility:hidden;} 87{content:".";display:block;height:0;clear:both;visibility:hidden;}
113#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;} /* IE */ 88#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;} /* IE */
diff --git a/frontend/beta/css/yui/logger.css b/frontend/beta/css/yui/logger.css
index 2fdebcf..58a2c4d 100644
--- a/frontend/beta/css/yui/logger.css
+++ b/frontend/beta/css/yui/logger.css
@@ -1,46 +1,21 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */ 1/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
27/* logger default styles */ 2/* logger default styles */
28/* font size is controlled here: default 77% */ 3/* font size is controlled here: default 77% */
29#yui-log {position:absolute;top:1em;right:1em;font-size:77%;text-align:left;} 4#yui-log {position:absolute;top:1em;right:1em;font-size:77%;text-align:left;}
30/* width is controlled here: default 31em */ 5/* width is controlled here: default 31em */
31.yui-log {padding:1em;width:31em;background-color:#AAA;border:1px solid black;font-family:monospace;z-index:9000;} 6.yui-log {padding:1em;width:31em;background-color:#AAA;border:1px solid black;font-family:monospace;z-index:9000;}
32.yui-log p {margin:1px;padding:.1em;} 7.yui-log p {margin:1px;padding:.1em;}
33.yui-log button {font-family:monospace;} 8.yui-log button {font-family:monospace;}
34.yui-log .yui-log-hd {margin-top:1em;padding:.5em;background-color:#575757;color:#FFF;} 9.yui-log .yui-log-hd {margin-top:1em;padding:.5em;background-color:#575757;color:#FFF;}
35/* height is controlled here: default 20em*/ 10/* height is controlled here: default 20em*/
36.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid gray;overflow:auto;} 11.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid gray;overflow:auto;}
37.yui-log .yui-log-ft {margin-top:.5em;margin-bottom:1em;} 12.yui-log .yui-log-ft {margin-top:.5em;margin-bottom:1em;}
38.yui-log .yui-log-ft .yui-log-categoryfilters {} 13.yui-log .yui-log-ft .yui-log-categoryfilters {}
39.yui-log .yui-log-ft .yui-log-sourcefilters {width:100%;border-top:1px solid #575757;margin-top:.75em;padding-top:.75em;} 14.yui-log .yui-log-ft .yui-log-sourcefilters {width:100%;border-top:1px solid #575757;margin-top:.75em;padding-top:.75em;}
40.yui-log .yui-log-btns {position:relative;float:right;bottom:.25em;} 15.yui-log .yui-log-btns {position:relative;float:right;bottom:.25em;}
41.yui-log .yui-log-filtergrp {margin-right:.5em;} 16.yui-log .yui-log-filtergrp {margin-right:.5em;}
42.yui-log .info {background-color:#A7CC25;} /* A7CC25 green */ 17.yui-log .info {background-color:#A7CC25;} /* A7CC25 green */
43.yui-log .warn {background-color:#F58516;} /* F58516 orange */ 18.yui-log .warn {background-color:#F58516;} /* F58516 orange */
44.yui-log .error {background-color:#E32F0B;} /* E32F0B red */ 19.yui-log .error {background-color:#E32F0B;} /* E32F0B red */
45.yui-log .time {background-color:#A6C9D7;} /* A6C9D7 blue */ 20.yui-log .time {background-color:#A6C9D7;} /* A6C9D7 blue */
46.yui-log .window {background-color:#F2E886;} /* F2E886 tan */ 21.yui-log .window {background-color:#F2E886;} /* F2E886 tan */
diff --git a/frontend/beta/css/yui/menu.css b/frontend/beta/css/yui/menu.css
index 0b8eba7..05c97a9 100644
--- a/frontend/beta/css/yui/menu.css
+++ b/frontend/beta/css/yui/menu.css
@@ -1,217 +1,192 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.com/yui/license.txt 4http://developer.yahoo.com/yui/license.txt
30Version: 0.11.3 5Version: 0.11.3
31*/ 6*/
32 7
33 8
34 9
35/* Menu styles */ 10/* Menu styles */
36 11
37div.yuimenu { 12div.yuimenu {
38 13
39 z-index:1; 14 z-index:1;
40 visibility:hidden; 15 visibility:hidden;
41 background-color:#f6f7ee; 16 background-color:#f6f7ee;
42 border:solid 1px #c4c4be; 17 border:solid 1px #c4c4be;
43 padding:1px; 18 padding:1px;
44 19
45} 20}
46 21
47 22
48/* MenuBar Styles */ 23/* MenuBar Styles */
49 24
50div.yuimenubar { 25div.yuimenubar {
51 26
52 background-color:#f6f7ee; 27 background-color:#f6f7ee;
53 28
54} 29}
55 30
56/* 31/*
57 Application of "zoom:1" triggers "haslayout" in IE so that the module's 32 Application of "zoom:1" triggers "haslayout" in IE so that the module's
58 body clears its floated elements 33 body clears its floated elements
59*/ 34*/
60div.yuimenubar div.bd { 35div.yuimenubar div.bd {
61 36
62 zoom:1; 37 zoom:1;
63 38
64} 39}
65 40
66/* 41/*
67 Clear the module body for other browsers 42 Clear the module body for other browsers
68*/ 43*/
69div.yuimenubar div.bd:after { 44div.yuimenubar div.bd:after {
70 45
71 content:'.'; 46 content:'.';
72 display:block; 47 display:block;
73 clear:both; 48 clear:both;
74 visibility:hidden; 49 visibility:hidden;
75 height:0; 50 height:0;
76 51
77} 52}
78 53
79 54
80/* Matches the group title (H6) inside a Menu or MenuBar instance */ 55/* Matches the group title (H6) inside a Menu or MenuBar instance */
81 56
82div.yuimenu h6, 57div.yuimenu h6,
83div.yuimenubar h6 { 58div.yuimenubar h6 {
84 59
85 font-size:100%; 60 font-size:100%;
86 font-weight:normal; 61 font-weight:normal;
87 margin:0; 62 margin:0;
88 border:solid 1px #c4c4be; 63 border:solid 1px #c4c4be;
89 color:#b9b9b9; 64 color:#b9b9b9;
90 65
91} 66}
92 67
93div.yuimenubar h6 { 68div.yuimenubar h6 {
94 69
95 float:left; 70 float:left;
96 display:inline; /* Prevent margin doubling in IE */ 71 display:inline; /* Prevent margin doubling in IE */
97 padding:4px 12px; 72 padding:4px 12px;
98 border-width:0 1px 0 0; 73 border-width:0 1px 0 0;
99 74
100} 75}
101 76
102div.yuimenu h6 { 77div.yuimenu h6 {
103 78
104 float:none; 79 float:none;
105 display:block; 80 display:block;
106 border-width:1px 0 0 0; 81 border-width:1px 0 0 0;
107 padding:5px 10px 0 10px; 82 padding:5px 10px 0 10px;
108 83
109} 84}
110 85
111 86
112/* Matches the UL inside a Menu or MenuBar instance */ 87/* Matches the UL inside a Menu or MenuBar instance */
113 88
114div.yuimenubar ul { 89div.yuimenubar ul {
115 90
116 list-style-type:none; 91 list-style-type:none;
117 margin:0; 92 margin:0;
118 padding:0; 93 padding:0;
119 94
120} 95}
121 96
122div.yuimenu ul { 97div.yuimenu ul {
123 98
124 list-style-type:none; 99 list-style-type:none;
125 border:solid 1px #c4c4be; 100 border:solid 1px #c4c4be;
126 border-width:1px 0 0 0; 101 border-width:1px 0 0 0;
127 margin:0; 102 margin:0;
128 padding:10px 0; 103 padding:10px 0;
129 104
130} 105}
131 106
132 107
133div.yuimenu ul.first-of-type, 108div.yuimenu ul.first-of-type,
134div.yuimenu ul.hastitle, 109div.yuimenu ul.hastitle,
135div.yuimenu h6.first-of-type { 110div.yuimenu h6.first-of-type {
136 111
137 border-width:0; 112 border-width:0;
138 113
139} 114}
140 115
141 116
142/* MenuItem and MenuBarItem styles */ 117/* MenuItem and MenuBarItem styles */
143 118
144div.yuimenu li, 119div.yuimenu li,
145div.yuimenubar li { 120div.yuimenubar li {
146 121
147 font-size:85%; 122 font-size:85%;
148 cursor:pointer; 123 cursor:pointer;
149 cursor:hand; 124 cursor:hand;
150 white-space:nowrap; 125 white-space:nowrap;
151 text-align:left; 126 text-align:left;
152 127
153} 128}
154 129
155div.yuimenu li.yuimenuitem { 130div.yuimenu li.yuimenuitem {
156 131
157 padding:2px 24px; 132 padding:2px 24px;
158 133
159} 134}
160 135
161div.yuimenu li li, 136div.yuimenu li li,
162div.yuimenubar li li { 137div.yuimenubar li li {
163 138
164 font-size:100%; 139 font-size:100%;
165 140
166} 141}
167 142
168 143
169/* Matches the help text for a menu item */ 144/* Matches the help text for a menu item */
170 145
171div.yuimenu li em { 146div.yuimenu li em {
172 147
173 font-style:normal; 148 font-style:normal;
174 margin:0 0 0 40px; 149 margin:0 0 0 40px;
175 150
176} 151}
177 152
178div.yuimenu li a em { 153div.yuimenu li a em {
179 154
180 margin:0; 155 margin:0;
181 156
182} 157}
183 158
184div.yuimenu li a, 159div.yuimenu li a,
185div.yuimenubar li a { 160div.yuimenubar li a {
186 161
187 /* 162 /*
188 "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and 163 "zoom:1" triggers "haslayout" in IE to ensure that the mouseover and
189 mouseout events bubble to the parent LI in IE. 164 mouseout events bubble to the parent LI in IE.
190 */ 165 */
191 zoom:1; 166 zoom:1;
192 color:#000; 167 color:#000;
193 text-decoration:none; 168 text-decoration:none;
194 169
195} 170}
196 171
197div.yuimenu li.hassubmenu, 172div.yuimenu li.hassubmenu,
198div.yuimenu li.hashelptext { 173div.yuimenu li.hashelptext {
199 174
200 text-align:right; 175 text-align:right;
201 176
202} 177}
203 178
204div.yuimenu li.hassubmenu a.hassubmenu, 179div.yuimenu li.hassubmenu a.hassubmenu,
205div.yuimenu li.hashelptext a.hashelptext { 180div.yuimenu li.hashelptext a.hashelptext {
206 181
207 float:left; 182 float:left;
208 display:inline; /* Prevent margin doubling in IE */ 183 display:inline; /* Prevent margin doubling in IE */
209 text-align:left; 184 text-align:left;
210 185
211} 186}
212 187
213 188
214/* Matches focused and selected menu items */ 189/* Matches focused and selected menu items */
215 190
216div.yuimenu li.selected, 191div.yuimenu li.selected,
217div.yuimenubar li.selected { 192div.yuimenubar li.selected {
diff --git a/frontend/beta/css/yui/reset.css b/frontend/beta/css/yui/reset.css
index eb8e615..9c46d77 100644
--- a/frontend/beta/css/yui/reset.css
+++ b/frontend/beta/css/yui/reset.css
@@ -1,40 +1,15 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 7body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
33table{border-collapse:collapse;border-spacing:0;} 8table{border-collapse:collapse;border-spacing:0;}
34fieldset,img{border:0;} 9fieldset,img{border:0;}
35address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} 10address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
36ol,ul {list-style:none;} 11ol,ul {list-style:none;}
37caption,th {text-align:left;} 12caption,th {text-align:left;}
38h1,h2,h3,h4,h5,h6{font-size:100%;} 13h1,h2,h3,h4,h5,h6{font-size:100%;}
39q:before,q:after{content:'';} 14q:before,q:after{content:'';}
40 15
diff --git a/frontend/beta/css/yui/tree.css b/frontend/beta/css/yui/tree.css
index 00aeb86..1dfd07e 100644
--- a/frontend/beta/css/yui/tree.css
+++ b/frontend/beta/css/yui/tree.css
@@ -1,129 +1,104 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
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
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.com/yui/license.txt 4http://developer.yahoo.com/yui/license.txt
30Version: 0.11.3 5Version: 0.11.3
31*/ 6*/
32 7
33/* first or middle sibling, no children */ 8/* first or middle sibling, no children */
34.ygtvtn { 9.ygtvtn {
35 width:16px; height:22px; 10 width:16px; height:22px;
36 background: url(../../images/yui/treeview/tn.gif) 0 0 no-repeat; 11 background: url(../../images/yui/treeview/tn.gif) 0 0 no-repeat;
37} 12}
38 13
39/* first or middle sibling, collapsable */ 14/* first or middle sibling, collapsable */
40.ygtvtm { 15.ygtvtm {
41 width:16px; height:22px; 16 width:16px; height:22px;
42 cursor:pointer ; 17 cursor:pointer ;
43 background: url(../../images/yui/treeview/tm.gif) 0 0 no-repeat; 18 background: url(../../images/yui/treeview/tm.gif) 0 0 no-repeat;
44} 19}
45 20
46/* first or middle sibling, collapsable, hover */ 21/* first or middle sibling, collapsable, hover */
47.ygtvtmh { 22.ygtvtmh {
48 width:16px; height:22px; 23 width:16px; height:22px;
49 cursor:pointer ; 24 cursor:pointer ;
50 background: url(../../images/yui/treeview/tmh.gif) 0 0 no-repeat; 25 background: url(../../images/yui/treeview/tmh.gif) 0 0 no-repeat;
51} 26}
52 27
53/* first or middle sibling, expandable */ 28/* first or middle sibling, expandable */
54.ygtvtp { 29.ygtvtp {
55 width:16px; height:22px; 30 width:16px; height:22px;
56 cursor:pointer ; 31 cursor:pointer ;
57 background: url(../../images/yui/treeview/tp.gif) 0 0 no-repeat; 32 background: url(../../images/yui/treeview/tp.gif) 0 0 no-repeat;
58} 33}
59 34
60/* first or middle sibling, expandable, hover */ 35/* first or middle sibling, expandable, hover */
61.ygtvtph { 36.ygtvtph {
62 width:16px; height:22px; 37 width:16px; height:22px;
63 cursor:pointer ; 38 cursor:pointer ;
64 background: url(../../images/yui/treeview/tph.gif) 0 0 no-repeat; 39 background: url(../../images/yui/treeview/tph.gif) 0 0 no-repeat;
65} 40}
66 41
67/* last sibling, no children */ 42/* last sibling, no children */
68.ygtvln { 43.ygtvln {
69 width:16px; height:22px; 44 width:16px; height:22px;
70 background: url(../../images/yui/treeview/ln.gif) 0 0 no-repeat; 45 background: url(../../images/yui/treeview/ln.gif) 0 0 no-repeat;
71} 46}
72 47
73/* Last sibling, collapsable */ 48/* Last sibling, collapsable */
74.ygtvlm { 49.ygtvlm {
75 width:16px; height:22px; 50 width:16px; height:22px;
76 cursor:pointer ; 51 cursor:pointer ;
77 background: url(../../images/yui/treeview/lm.gif) 0 0 no-repeat; 52 background: url(../../images/yui/treeview/lm.gif) 0 0 no-repeat;
78} 53}
79 54
80/* Last sibling, collapsable, hover */ 55/* Last sibling, collapsable, hover */
81.ygtvlmh { 56.ygtvlmh {
82 width:16px; height:22px; 57 width:16px; height:22px;
83 cursor:pointer ; 58 cursor:pointer ;
84 background: url(../../images/yui/treeview/lmh.gif) 0 0 no-repeat; 59 background: url(../../images/yui/treeview/lmh.gif) 0 0 no-repeat;
85} 60}
86 61
87/* Last sibling, expandable */ 62/* Last sibling, expandable */
88.ygtvlp { 63.ygtvlp {
89 width:16px; height:22px; 64 width:16px; height:22px;
90 cursor:pointer ; 65 cursor:pointer ;
91 background: url(../../images/yui/treeview/lp.gif) 0 0 no-repeat; 66 background: url(../../images/yui/treeview/lp.gif) 0 0 no-repeat;
92} 67}
93 68
94/* Last sibling, expandable, hover */ 69/* Last sibling, expandable, hover */
95.ygtvlph { 70.ygtvlph {
96 width:16px; height:22px; cursor:pointer ; 71 width:16px; height:22px; cursor:pointer ;
97 background: url(../../images/yui/treeview/lph.gif) 0 0 no-repeat; 72 background: url(../../images/yui/treeview/lph.gif) 0 0 no-repeat;
98} 73}
99 74
100/* Loading icon */ 75/* Loading icon */
101.ygtvloading { 76.ygtvloading {
102 width:16px; height:22px; 77 width:16px; height:22px;
103 background: url(../../images/yui/treeview/loading.gif) 0 0 no-repeat; 78 background: url(../../images/yui/treeview/loading.gif) 0 0 no-repeat;
104} 79}
105 80
106/* the style for the empty cells that are used for rendering the depth 81/* the style for the empty cells that are used for rendering the depth
107 * of the node */ 82 * of the node */
108.ygtvdepthcell { 83.ygtvdepthcell {
109 width:16px; height:22px; 84 width:16px; height:22px;
110 background: url(../../images/yui/treeview/vline.gif) 0 0 no-repeat; 85 background: url(../../images/yui/treeview/vline.gif) 0 0 no-repeat;
111} 86}
112 87
113.ygtvblankdepthcell { width:16px; height:22px; } 88.ygtvblankdepthcell { width:16px; height:22px; }
114 89
115/* the style of the div around each node */ 90/* the style of the div around each node */
116.ygtvitem { } 91.ygtvitem { }
117 92
118/* the style of the div around each node's collection of children */ 93/* the style of the div around each node's collection of children */
119.ygtvchildren { } 94.ygtvchildren { }
120* html .ygtvchildren { height:2%; } 95* html .ygtvchildren { height:2%; }
121 96
122/* the style of the text label in ygTextNode */ 97/* the style of the text label in ygTextNode */
123.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 98.ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
124 margin-left:2px; 99 margin-left:2px;
125 text-decoration: none; 100 text-decoration: none;
126} 101}
127 102
128.ygtvspacer { height: 10px; width: 10px; margin: 2px; } 103.ygtvspacer { height: 10px; width: 10px; margin: 2px; }
129 104