summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/tree.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/tree.css') (more/less context) (show whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/tree.css38
1 files changed, 19 insertions, 19 deletions
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
@@ -1,190 +1,190 @@
1/* 1/*
2 2
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.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;
129} 129}
130.ytree-node .ytree-node-disabled a span{ 130.ytree-node .ytree-node-disabled a span{
131 color:gray !important; 131 color:gray !important;
132} 132}
133.ytree-node .ytree-node-disabled .ytree-node-icon{ 133.ytree-node .ytree-node-disabled .ytree-node-icon{
134 -moz-opacity: 0.5; 134 -moz-opacity: 0.5;
135 opacity:.5; 135 opacity:.5;
136 filter: alpha(opacity=50); 136 filter: alpha(opacity=50);
137} 137}
138.ytree-node .ytree-node-inline-icon{ 138.ytree-node .ytree-node-inline-icon{
139 background:transparent; 139 background:transparent;
140} 140}
141.ytree-node a:hover, .ydd-drag-ghost a:hover{ 141.ytree-node a:hover, .ydd-drag-ghost a:hover{
142 text-decoration:none; 142 text-decoration:none;
143} 143}
144.ytree-node div.ytree-drag-insert-below{ 144.ytree-node div.ytree-drag-insert-below{
145 border-bottom:1px dotted #3366cc; 145 border-bottom:1px dotted #3366cc;
146} 146}
147.ytree-node div.ytree-drag-insert-above{ 147.ytree-node div.ytree-drag-insert-above{
148 border-top:1px dotted #3366cc; 148 border-top:1px dotted #3366cc;
149} 149}
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}