summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui-extensions/tree.css
Unidiff
Diffstat (limited to 'frontend/beta/css/yui-extensions/tree.css') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/tree.css25
1 files changed, 0 insertions, 25 deletions
diff --git a/frontend/beta/css/yui-extensions/tree.css b/frontend/beta/css/yui-extensions/tree.css
index 4b448e8..13f804b 100644
--- a/frontend/beta/css/yui-extensions/tree.css
+++ b/frontend/beta/css/yui-extensions/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.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{ 1.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; 2 border: 0 none;
28 height: 18px; 3 height: 18px;
29 margin: 0px; 4 margin: 0px;
30 padding: 0px; 5 padding: 0px;
31 vertical-align: middle; 6 vertical-align: middle;
32 width: 16px; 7 width: 16px;
33} 8}
34.ytree-node-collapsed .ytree-node-icon, .ytree-node-expanded .ytree-node-icon, .ytree-node-leaf .ytree-node-icon{ 9.ytree-node-collapsed .ytree-node-icon, .ytree-node-expanded .ytree-node-icon, .ytree-node-leaf .ytree-node-icon{
35 border: 0 none; 10 border: 0 none;
36 height: 16px; 11 height: 16px;
37 margin: 0px; 12 margin: 0px;
38 padding: 0px; 13 padding: 0px;
39 vertical-align: middle; 14 vertical-align: middle;
40 width: 16px; 15 width: 16px;
41 background-position:center; 16 background-position:center;
42} 17}
43 18
44/* some default icons for leaf/folder */ 19/* some default icons for leaf/folder */
45.ytree-node-collapsed .ytree-node-icon{ 20.ytree-node-collapsed .ytree-node-icon{
46 background:transparent url(./images/default/tree/folder.gif); 21 background:transparent url(./images/default/tree/folder.gif);
47} 22}
48.ytree-node-expanded .ytree-node-icon{ 23.ytree-node-expanded .ytree-node-icon{
49 background:transparent url(./images/default/tree/folder-open.gif); 24 background:transparent url(./images/default/tree/folder-open.gif);
50} 25}
51.ytree-node-leaf .ytree-node-icon{ 26.ytree-node-leaf .ytree-node-icon{
52 background:transparent url(./images/default/tree/leaf.gif); 27 background:transparent url(./images/default/tree/leaf.gif);
53} 28}
54 29
55/* loading icon */ 30/* loading icon */
56.ytree-node-loading .ytree-node-icon{ 31.ytree-node-loading .ytree-node-icon{
57 background:transparent url(./images/default/tree/loading.gif) !important; 32 background:transparent url(./images/default/tree/loading.gif) !important;
58} 33}
59.ytree-node-loading a span{ 34.ytree-node-loading a span{
60 font-style: italic; 35 font-style: italic;
61 color:#444444; 36 color:#444444;
62} 37}
63 38
64/* Line styles */ 39/* Line styles */
65.ytree-lines .ytree-elbow{ 40.ytree-lines .ytree-elbow{
66 background:transparent url(./images/default/tree/elbow.gif); 41 background:transparent url(./images/default/tree/elbow.gif);
67} 42}
68.ytree-lines .ytree-elbow-plus{ 43.ytree-lines .ytree-elbow-plus{
69 background:transparent url(./images/default/tree/elbow-plus.gif); 44 background:transparent url(./images/default/tree/elbow-plus.gif);
70} 45}
71.ytree-lines .ytree-elbow-minus{ 46.ytree-lines .ytree-elbow-minus{
72 background:transparent url(./images/default/tree/elbow-minus.gif); 47 background:transparent url(./images/default/tree/elbow-minus.gif);
73} 48}