summaryrefslogtreecommitdiff
path: root/frontend/beta/css/yui
Unidiff
Diffstat (limited to 'frontend/beta/css/yui') (more/less context) (show 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,74 +1,49 @@
1/* 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/*
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 {
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,74 +1,49 @@
1/* 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/*
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);
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/* 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/*
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,74 +1,49 @@
1/* 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/*
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
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,74 +1,49 @@
1/* 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/*
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;
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/* 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/*
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,74 +1,49 @@
1/* 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/*
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 {