summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui/tree.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui/tree.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui/tree.css25
1 files changed, 0 insertions, 25 deletions
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,73 +1,48 @@
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 */