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,121 +1,96 @@
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
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,121 +1,96 @@
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%;
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,121 +1,96 @@
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
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,121 +1,96 @@
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