24 files changed, 0 insertions, 600 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css index 2b1e20c..cfe6915 100644 --- a/frontend/beta/css/yui-extensions/basic-dialog.css +++ b/frontend/beta/css/yui-extensions/basic-dialog.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ydlg-proxy { | 1 | .ydlg-proxy { |
27 | background-image: url(./images/default/gradient-bg.gif); | 2 | background-image: url(./images/default/gradient-bg.gif); |
28 | background-color:#c3daf9; | 3 | background-color:#c3daf9; |
29 | border:1px solid #6593cf; | 4 | border:1px solid #6593cf; |
30 | z-index:10001; | 5 | z-index:10001; |
31 | overflow:hidden; | 6 | overflow:hidden; |
32 | position:absolute; | 7 | position:absolute; |
33 | left:0;top:0; | 8 | left:0;top:0; |
34 | } | 9 | } |
35 | .ydlg-shadow{ | 10 | .ydlg-shadow{ |
36 | background:#aaaaaa; | 11 | background:#aaaaaa; |
37 | position:absolute; | 12 | position:absolute; |
38 | left:0;top:0; | 13 | left:0;top:0; |
39 | } | 14 | } |
40 | .ydlg-focus{ | 15 | .ydlg-focus{ |
41 | -moz-outline:0 none; | 16 | -moz-outline:0 none; |
42 | outline:0 none; | 17 | outline:0 none; |
43 | width:0; | 18 | width:0; |
44 | height:0; | 19 | height:0; |
45 | overflow:hidden; | 20 | overflow:hidden; |
46 | position:absolute; | 21 | position:absolute; |
47 | top:0; | 22 | top:0; |
48 | left:0; | 23 | left:0; |
49 | } | 24 | } |
diff --git a/frontend/beta/css/yui-extensions/button.css b/frontend/beta/css/yui-extensions/button.css index fa32854..16d7ee6 100644 --- a/frontend/beta/css/yui-extensions/button.css +++ b/frontend/beta/css/yui-extensions/button.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ybtn{ | 1 | .ybtn{ |
27 | font:normal 11px arial, tahoma, verdana, helvetica; | 2 | font:normal 11px arial, tahoma, verdana, helvetica; |
28 | cursor:pointer; | 3 | cursor:pointer; |
29 | white-space: nowrap; | 4 | white-space: nowrap; |
30 | } | 5 | } |
31 | .ybtn-left, .ybtn-right{ | 6 | .ybtn-left, .ybtn-right{ |
32 | font-size:1px; | 7 | font-size:1px; |
33 | line-height:1px; | 8 | line-height:1px; |
34 | } | 9 | } |
35 | .ybtn-left{ | 10 | .ybtn-left{ |
36 | width:3px; | 11 | width:3px; |
37 | height:21px; | 12 | height:21px; |
38 | background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0; | 13 | background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 0; |
39 | } | 14 | } |
40 | .ybtn-right{ | 15 | .ybtn-right{ |
41 | width:3px; | 16 | width:3px; |
42 | height:21px; | 17 | height:21px; |
43 | background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px; | 18 | background:url(./images/default/basic-dialog/btn-sprite.gif) no-repeat 0 -21px; |
44 | } | 19 | } |
45 | .ybtn-focus{ | 20 | .ybtn-focus{ |
46 | text-decoration:none !important; | 21 | text-decoration:none !important; |
47 | color:black !important; | 22 | color:black !important; |
48 | display: -moz-inline-block; | 23 | display: -moz-inline-block; |
49 | display:inline-block; | 24 | display:inline-block; |
diff --git a/frontend/beta/css/yui-extensions/core.css b/frontend/beta/css/yui-extensions/core.css index fab4e47..ea9c91b 100644 --- a/frontend/beta/css/yui-extensions/core.css +++ b/frontend/beta/css/yui-extensions/core.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ext-el-mask { | 1 | .ext-el-mask { |
27 | z-index:20000; | 2 | z-index:20000; |
28 | position:absolute; | 3 | position:absolute; |
29 | top:0; | 4 | top:0; |
30 | left:0; | 5 | left:0; |
31 | -moz-opacity: 0.5; | 6 | -moz-opacity: 0.5; |
32 | opacity:.50; | 7 | opacity:.50; |
33 | filter: alpha(opacity=50); | 8 | filter: alpha(opacity=50); |
34 | background-color:#CCC; | 9 | background-color:#CCC; |
35 | width:100%; | 10 | width:100%; |
36 | height:100%; | 11 | height:100%; |
37 | zoom:1; | 12 | zoom:1; |
38 | } | 13 | } |
39 | .ext-masked { | 14 | .ext-masked { |
40 | overflow:hidden !important; | 15 | overflow:hidden !important; |
41 | } | 16 | } |
42 | .ext-masked select,.ext-masked object,.ext-masked embed{ | 17 | .ext-masked select,.ext-masked object,.ext-masked embed{ |
43 | visibility:hidden; | 18 | visibility:hidden; |
44 | } | 19 | } |
45 | .ylayer-shadow{ | 20 | .ylayer-shadow{ |
46 | background:#cccccc; | 21 | background:#cccccc; |
47 | opacity:.3; | 22 | opacity:.3; |
48 | -moz-opacity:.3; | 23 | -moz-opacity:.3; |
49 | filter: alpha(opacity=30); | 24 | filter: alpha(opacity=30); |
diff --git a/frontend/beta/css/yui-extensions/dd.css b/frontend/beta/css/yui-extensions/dd.css index 87cfdae..055a841 100644 --- a/frontend/beta/css/yui-extensions/dd.css +++ b/frontend/beta/css/yui-extensions/dd.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ydd-drag-proxy{ | 1 | .ydd-drag-proxy{ |
27 | position:absolute; | 2 | position:absolute; |
28 | left:0;top:0; | 3 | left:0;top:0; |
29 | visibility:hidden; | 4 | visibility:hidden; |
30 | z-index:15000; | 5 | z-index:15000; |
31 | } | 6 | } |
32 | .ydd-drag-ghost{ | 7 | .ydd-drag-ghost{ |
33 | color: black; | 8 | color: black; |
34 | font: normal 11px arial, helvetica, sans-serif; | 9 | font: normal 11px arial, helvetica, sans-serif; |
35 | -moz-opacity: 0.85; | 10 | -moz-opacity: 0.85; |
36 | opacity:.85; | 11 | opacity:.85; |
37 | filter: alpha(opacity=85); | 12 | filter: alpha(opacity=85); |
38 | border-top:1px solid #dddddd; | 13 | border-top:1px solid #dddddd; |
39 | border-left:1px solid #dddddd; | 14 | border-left:1px solid #dddddd; |
40 | border-right:1px solid #bbbbbb; | 15 | border-right:1px solid #bbbbbb; |
41 | border-bottom:1px solid #bbbbbb; | 16 | border-bottom:1px solid #bbbbbb; |
42 | padding:3px; | 17 | padding:3px; |
43 | padding-left:20px; | 18 | padding-left:20px; |
44 | background-color:white; | 19 | background-color:white; |
45 | white-space:nowrap; | 20 | white-space:nowrap; |
46 | } | 21 | } |
47 | .ydd-drag-repair .ydd-drag-ghost{ | 22 | .ydd-drag-repair .ydd-drag-ghost{ |
48 | -moz-opacity: 0.4; | 23 | -moz-opacity: 0.4; |
49 | opacity:.4; | 24 | opacity:.4; |
diff --git a/frontend/beta/css/yui-extensions/grid.css b/frontend/beta/css/yui-extensions/grid.css index 45a40ab..2bc6a26 100644 --- a/frontend/beta/css/yui-extensions/grid.css +++ b/frontend/beta/css/yui-extensions/grid.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ygrid-cell-text { | 1 | .ygrid-cell-text { |
27 | display: block; | 2 | display: block; |
28 | overflow: hidden; | 3 | overflow: hidden; |
29 | padding: 3px 5px; | 4 | padding: 3px 5px; |
30 | white-space: nowrap; | 5 | white-space: nowrap; |
31 | } | 6 | } |
32 | .ygrid-col{ | 7 | .ygrid-col{ |
33 | cursor: default; | 8 | cursor: default; |
34 | height:21px !important; | 9 | height:21px !important; |
35 | box-sizing: border-box; | 10 | box-sizing: border-box; |
36 | -moz-box-sizing: border-box; | 11 | -moz-box-sizing: border-box; |
37 | position:absolute; | 12 | position:absolute; |
38 | display:block; | 13 | display:block; |
39 | -moz-outline: none; | 14 | -moz-outline: none; |
40 | -moz-user-focus: normal; | 15 | -moz-user-focus: normal; |
41 | overflow: hidden; | 16 | overflow: hidden; |
42 | border-left: 1px solid #f1efe2; | 17 | border-left: 1px solid #f1efe2; |
43 | } | 18 | } |
44 | .yeditgrid .ygrid-col{ | 19 | .yeditgrid .ygrid-col{ |
45 | -moz-outline: normal; | 20 | -moz-outline: normal; |
46 | } | 21 | } |
47 | .ygrid-col, .ygrid-hd { | 22 | .ygrid-col, .ygrid-hd { |
48 | -o-text-overflow: ellipsis; | 23 | -o-text-overflow: ellipsis; |
49 | text-overflow: ellipsis; | 24 | text-overflow: ellipsis; |
diff --git a/frontend/beta/css/yui-extensions/inline-editor.css b/frontend/beta/css/yui-extensions/inline-editor.css index 1ccaaf2..ce58e3c 100644 --- a/frontend/beta/css/yui-extensions/inline-editor.css +++ b/frontend/beta/css/yui-extensions/inline-editor.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .yinline-editor { | 1 | .yinline-editor { |
27 | border: 1px solid #a3bac9; | 2 | border: 1px solid #a3bac9; |
28 | font: normal 11px arial,helvetica,sans-serif; | 3 | font: normal 11px arial,helvetica,sans-serif; |
29 | left: 0; | 4 | left: 0; |
30 | overflow: hidden; | 5 | overflow: hidden; |
31 | padding: 1px 0 0 1px; | 6 | padding: 1px 0 0 1px; |
32 | position: absolute; | 7 | position: absolute; |
33 | top: 0; | 8 | top: 0; |
34 | } | 9 | } |
35 | .yinline-editor-multiline { | 10 | .yinline-editor-multiline { |
36 | overflow: hidden; | 11 | overflow: hidden; |
37 | padding: 0; | 12 | padding: 0; |
38 | white-space: nowrap; | 13 | white-space: nowrap; |
39 | } | 14 | } |
40 | .yinline-editor-sizer { | 15 | .yinline-editor-sizer { |
41 | font: normal 11px arial,helvetica,sans-serif; | 16 | font: normal 11px arial,helvetica,sans-serif; |
42 | left: -1000px; | 17 | left: -1000px; |
43 | padding: 3px; | 18 | padding: 3px; |
44 | padding-right: 6px; | 19 | padding-right: 6px; |
45 | position: absolute; | 20 | position: absolute; |
46 | top: -1000px; | 21 | top: -1000px; |
47 | visibility: hidden; | 22 | visibility: hidden; |
48 | white-space: nowrap; | 23 | white-space: nowrap; |
49 | } | 24 | } |
diff --git a/frontend/beta/css/yui-extensions/layout.css b/frontend/beta/css/yui-extensions/layout.css index 4f1fa03..6f9aa8c 100644 --- a/frontend/beta/css/yui-extensions/layout.css +++ b/frontend/beta/css/yui-extensions/layout.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ylayout-container{ | 1 | .ylayout-container{ |
27 | width:100%; | 2 | width:100%; |
28 | height:100%; | 3 | height:100%; |
29 | overflow:hidden; | 4 | overflow:hidden; |
30 | background-color:#c3daf9; | 5 | background-color:#c3daf9; |
31 | } | 6 | } |
32 | .ylayout-collapsed{ | 7 | .ylayout-collapsed{ |
33 | position:absolute; | 8 | position:absolute; |
34 | left:-10000px; | 9 | left:-10000px; |
35 | top:-10000px; | 10 | top:-10000px; |
36 | visibility:hidden; | 11 | visibility:hidden; |
37 | background-color:#c3daf9; | 12 | background-color:#c3daf9; |
38 | width:20px; | 13 | width:20px; |
39 | height:20px; | 14 | height:20px; |
40 | overflow:hidden; | 15 | overflow:hidden; |
41 | border:1px solid #98c0f4; | 16 | border:1px solid #98c0f4; |
42 | z-index:20; | 17 | z-index:20; |
43 | } | 18 | } |
44 | .ylayout-collapsed-over{ | 19 | .ylayout-collapsed-over{ |
45 | cursor:pointer; | 20 | cursor:pointer; |
46 | background-color:#d9e8fb; | 21 | background-color:#d9e8fb; |
47 | } | 22 | } |
48 | .ylayout-collapsed-west .ylayout-tools-button{ | 23 | .ylayout-collapsed-west .ylayout-tools-button{ |
49 | float:right; | 24 | float:right; |
diff --git a/frontend/beta/css/yui-extensions/qtips.css b/frontend/beta/css/yui-extensions/qtips.css index d4af0a2..db7469f 100644 --- a/frontend/beta/css/yui-extensions/qtips.css +++ b/frontend/beta/css/yui-extensions/qtips.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ytip{ | 1 | .ytip{ |
27 | position: absolute; | 2 | position: absolute; |
28 | top: 0; | 3 | top: 0; |
29 | visibility: hidden; | 4 | visibility: hidden; |
30 | z-index: 11000; | 5 | z-index: 11000; |
31 | } | 6 | } |
32 | .ytip .ytip-bd{ | 7 | .ytip .ytip-bd{ |
33 | background: #e0e8f3 url(./images/default/qtip/bg.gif) repeat-x; | 8 | background: #e0e8f3 url(./images/default/qtip/bg.gif) repeat-x; |
34 | border: 1px solid #a3bad9; | 9 | border: 1px solid #a3bad9; |
35 | font: normal 11px arial,helvetica,sans-serif; | 10 | font: normal 11px arial,helvetica,sans-serif; |
36 | padding: 5px; | 11 | padding: 5px; |
37 | } | 12 | } |
38 | .ytip .ytip-close{ | 13 | .ytip .ytip-close{ |
39 | background-image: url(./images/default/basic-dialog/close.gif); | 14 | background-image: url(./images/default/basic-dialog/close.gif); |
40 | height: 15px; | 15 | height: 15px; |
41 | position: absolute; | 16 | position: absolute; |
42 | right: 3px; | 17 | right: 3px; |
43 | top: 3px; | 18 | top: 3px; |
44 | width: 15px; | 19 | width: 15px; |
45 | } | 20 | } |
46 | .ytip .ytip-hd { | 21 | .ytip .ytip-hd { |
47 | background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; | 22 | background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; |
48 | background-color: navy; | 23 | background-color: navy; |
49 | color: #FFF; | 24 | color: #FFF; |
diff --git a/frontend/beta/css/yui-extensions/reset-min.css b/frontend/beta/css/yui-extensions/reset-min.css index c09701c..1c2a2ad 100644 --- a/frontend/beta/css/yui-extensions/reset-min.css +++ b/frontend/beta/css/yui-extensions/reset-min.css | |||
@@ -1,26 +1 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | body,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;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';} \ No newline at end of file | body,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;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';} \ No newline at end of file | |
diff --git a/frontend/beta/css/yui-extensions/resizable.css b/frontend/beta/css/yui-extensions/resizable.css index 61b826b..e39369c 100644 --- a/frontend/beta/css/yui-extensions/resizable.css +++ b/frontend/beta/css/yui-extensions/resizable.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .yresizable-handle { | 1 | .yresizable-handle { |
27 | position:absolute; | 2 | position:absolute; |
28 | z-index:100; | 3 | z-index:100; |
29 | /* ie needs these */ | 4 | /* ie needs these */ |
30 | font-size:1px; | 5 | font-size:1px; |
31 | line-height:6px; | 6 | line-height:6px; |
32 | overflow:hidden; | 7 | overflow:hidden; |
33 | background:white; | 8 | background:white; |
34 | filter:alpha(opacity=0); | 9 | filter:alpha(opacity=0); |
35 | opacity:0; | 10 | opacity:0; |
36 | zoom:1; | 11 | zoom:1; |
37 | } | 12 | } |
38 | .yresizable-handle-east{ | 13 | .yresizable-handle-east{ |
39 | width:6px; | 14 | width:6px; |
40 | cursor:e-resize; | 15 | cursor:e-resize; |
41 | right:0px; | 16 | right:0px; |
42 | top:0px; | 17 | top:0px; |
43 | height:100%; | 18 | height:100%; |
44 | margin-right:-1px; /*IE rounding error*/ | 19 | margin-right:-1px; /*IE rounding error*/ |
45 | } | 20 | } |
46 | .yresizable-handle-south{ | 21 | .yresizable-handle-south{ |
47 | width:100%; | 22 | width:100%; |
48 | cursor:s-resize; | 23 | cursor:s-resize; |
49 | left:0px; | 24 | left:0px; |
diff --git a/frontend/beta/css/yui-extensions/tabs.css b/frontend/beta/css/yui-extensions/tabs.css index 025214a..0647b32 100644 --- a/frontend/beta/css/yui-extensions/tabs.css +++ b/frontend/beta/css/yui-extensions/tabs.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ytab-wrap { | 1 | .ytab-wrap { |
27 | border-bottom:1px solid #6593cf; | 2 | border-bottom:1px solid #6593cf; |
28 | padding-top:2px; | 3 | padding-top:2px; |
29 | } | 4 | } |
30 | .ytab-strip-wrap{ | 5 | .ytab-strip-wrap{ |
31 | width:100%; | 6 | width:100%; |
32 | } | 7 | } |
33 | .ytab-wrap table{ | 8 | .ytab-wrap table{ |
34 | position:relative; | 9 | position:relative; |
35 | top:0; left:0; | 10 | top:0; left:0; |
36 | } | 11 | } |
37 | .ytab-strip td{ | 12 | .ytab-strip td{ |
38 | padding:0; | 13 | padding:0; |
39 | padding-left:2px; | 14 | padding-left:2px; |
40 | } | 15 | } |
41 | .ytab-strip a, .ytab-strip span, .ytab-strip em { | 16 | .ytab-strip a, .ytab-strip span, .ytab-strip em { |
42 | display:block; | 17 | display:block; |
43 | } | 18 | } |
44 | .ytab-strip a { | 19 | .ytab-strip a { |
45 | text-decoration:none !important; | 20 | text-decoration:none !important; |
46 | -moz-outline: none; | 21 | -moz-outline: none; |
47 | outline: none; | 22 | outline: none; |
48 | cursor:pointer; | 23 | cursor:pointer; |
49 | } | 24 | } |
diff --git a/frontend/beta/css/yui-extensions/toolbar.css b/frontend/beta/css/yui-extensions/toolbar.css index 198b47c..f33ea53 100644 --- a/frontend/beta/css/yui-extensions/toolbar.css +++ b/frontend/beta/css/yui-extensions/toolbar.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | .ytoolbar{ | 1 | .ytoolbar{ |
27 | background-color: #ebeadb; | 2 | background-color: #ebeadb; |
28 | border: 1px solid #cbc7b8; | 3 | border: 1px solid #cbc7b8; |
29 | display: block; | 4 | display: block; |
30 | padding:2px; | 5 | padding:2px; |
31 | } | 6 | } |
32 | 7 | ||
33 | .mso .ytoolbar, .ygrid-mso .ytoolbar{ | 8 | .mso .ytoolbar, .ygrid-mso .ytoolbar{ |
34 | border: 0px none; | 9 | border: 0px none; |
35 | background: url(./images/default/grid/mso-hd.gif); | 10 | background: url(./images/default/grid/mso-hd.gif); |
36 | } | 11 | } |
37 | .ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{ | 12 | .ytoolbar td,.ytoolbar span,.ytoolbar input,.ytoolbar div{ |
38 | white-space: nowrap; | 13 | white-space: nowrap; |
39 | font:normal 8pt arial,helvetica; | 14 | font:normal 8pt arial,helvetica; |
40 | } | 15 | } |
41 | .ytoolbar .ytb-button-disabled .ytb-button-inner{ | 16 | .ytoolbar .ytb-button-disabled .ytb-button-inner{ |
42 | color:gray; | 17 | color:gray; |
43 | cursor:default; | 18 | cursor:default; |
44 | } | 19 | } |
45 | 20 | ||
46 | /* | 21 | /* |
47 | Default button class is icon only. Add a class with a background-image property | 22 | Default button class is icon only. Add a class with a background-image property |
48 | to your toolbar button | 23 | to your toolbar button |
49 | */ | 24 | */ |
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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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); |
diff --git a/frontend/beta/css/yui-extensions/ytheme-aero.css b/frontend/beta/css/yui-extensions/ytheme-aero.css index a3087b0..657996a 100644 --- a/frontend/beta/css/yui-extensions/ytheme-aero.css +++ b/frontend/beta/css/yui-extensions/ytheme-aero.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /** |
27 | * Tabs | 2 | * Tabs |
28 | */ | 3 | */ |
29 | .ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap { | 4 | .ytab-wrap, .ylayout-panel .ytabs-top .ytab-wrap { |
30 | background:#deecfd; | 5 | background:#deecfd; |
31 | border:1px solid #8db2e3; | 6 | border:1px solid #8db2e3; |
32 | padding-bottom:2px; | 7 | padding-bottom:2px; |
33 | padding-top:0px; | 8 | padding-top:0px; |
34 | } | 9 | } |
35 | .ytab-strip-wrap{ | 10 | .ytab-strip-wrap{ |
36 | padding-top:1px; | 11 | padding-top:1px; |
37 | background:#cedff5 url(./images/aero/tabs/tab-strip-bg.gif) repeat-x bottom; | 12 | background:#cedff5 url(./images/aero/tabs/tab-strip-bg.gif) repeat-x bottom; |
38 | border-bottom:1px solid #8db2e3; | 13 | border-bottom:1px solid #8db2e3; |
39 | } | 14 | } |
40 | .ytab-strip .ytab-text { | 15 | .ytab-strip .ytab-text { |
41 | color:#15428b; | 16 | color:#15428b; |
42 | font-weight:normal; | 17 | font-weight:normal; |
43 | } | 18 | } |
44 | .ytab-strip .on .ytab-text { | 19 | .ytab-strip .on .ytab-text { |
45 | cursor:default; | 20 | cursor:default; |
46 | color:#15428b; | 21 | color:#15428b; |
47 | } | 22 | } |
48 | .ytabs-top .ytab-strip .on .ytab-right { | 23 | .ytabs-top .ytab-strip .on .ytab-right { |
49 | background: url(./images/aero/tabs/tab-sprite.gif) no-repeat right 0px; | 24 | background: url(./images/aero/tabs/tab-sprite.gif) no-repeat right 0px; |
diff --git a/frontend/beta/css/yui-extensions/ytheme-gray.css b/frontend/beta/css/yui-extensions/ytheme-gray.css index 22538e3..765e181 100644 --- a/frontend/beta/css/yui-extensions/ytheme-gray.css +++ b/frontend/beta/css/yui-extensions/ytheme-gray.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /** |
27 | * Basic-Dialog | 2 | * Basic-Dialog |
28 | */ | 3 | */ |
29 | .ydlg-proxy { | 4 | .ydlg-proxy { |
30 | background-image: url(./images/gray/layout/gradient-bg.gif); | 5 | background-image: url(./images/gray/layout/gradient-bg.gif); |
31 | background-color:#EAE8D5; | 6 | background-color:#EAE8D5; |
32 | border:1px solid #b3b6b0; | 7 | border:1px solid #b3b6b0; |
33 | } | 8 | } |
34 | .ydlg-shadow{ | 9 | .ydlg-shadow{ |
35 | background:#aaaaaa; | 10 | background:#aaaaaa; |
36 | } | 11 | } |
37 | .ydlg-proxy .tabset{ | 12 | .ydlg-proxy .tabset{ |
38 | background:url(./images/gray/layout/gradient-bg.gif); | 13 | background:url(./images/gray/layout/gradient-bg.gif); |
39 | } | 14 | } |
40 | .ydlg .ydlg-hd { | 15 | .ydlg .ydlg-hd { |
41 | background: url(./images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; | 16 | background: url(./images/gray/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; |
42 | background-color:#333333; | 17 | background-color:#333333; |
43 | } | 18 | } |
44 | .ydlg .ydlg-hd-left { | 19 | .ydlg .ydlg-hd-left { |
45 | background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; | 20 | background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; |
46 | } | 21 | } |
47 | .ydlg .ydlg-hd-right { | 22 | .ydlg .ydlg-hd-right { |
48 | background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px; | 23 | background: url(./images/gray/basic-dialog/hd-sprite.gif) no-repeat right 0px; |
49 | } | 24 | } |
diff --git a/frontend/beta/css/yui-extensions/ytheme-vista.css b/frontend/beta/css/yui-extensions/ytheme-vista.css index e0e520f..488fbd9 100644 --- a/frontend/beta/css/yui-extensions/ytheme-vista.css +++ b/frontend/beta/css/yui-extensions/ytheme-vista.css | |||
@@ -1,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /** |
27 | * Tabs | 2 | * Tabs |
28 | */ | 3 | */ |
29 | .ytab-wrap { | 4 | .ytab-wrap { |
30 | background:#4f4f4f; | 5 | background:#4f4f4f; |
31 | border-bottom:1px solid #b3b6b0; | 6 | border-bottom:1px solid #b3b6b0; |
32 | } | 7 | } |
33 | .ytab-strip .ytab-text { | 8 | .ytab-strip .ytab-text { |
34 | color:white; | 9 | color:white; |
35 | font-weight:normal; | 10 | font-weight:normal; |
36 | } | 11 | } |
37 | .ytab-strip .on .ytab-text { | 12 | .ytab-strip .on .ytab-text { |
38 | cursor:default; | 13 | cursor:default; |
39 | color:#333333; | 14 | color:#333333; |
40 | } | 15 | } |
41 | .ytabs-top .ytab-strip a:hover { | 16 | .ytabs-top .ytab-strip a:hover { |
42 | background:transparent url(./images/vista/tabs/tab-sprite.gif) no-repeat right -50px; | 17 | background:transparent url(./images/vista/tabs/tab-sprite.gif) no-repeat right -50px; |
43 | } | 18 | } |
44 | .ytabs-top .ytab-strip a:hover .ytab-left { | 19 | .ytabs-top .ytab-strip a:hover .ytab-left { |
45 | background:transparent url(./images/vista/tabs/tab-sprite.gif) no-repeat 0 -150px; | 20 | background:transparent url(./images/vista/tabs/tab-sprite.gif) no-repeat 0 -150px; |
46 | } | 21 | } |
47 | .ytabs-top .ytab-strip .on .ytab-right, .ytabs-top .ytab-strip .on a:hover { | 22 | .ytabs-top .ytab-strip .on .ytab-right, .ytabs-top .ytab-strip .on a:hover { |
48 | background: url(./images/vista/tabs/tab-sprite.gif) no-repeat right 0; | 23 | background: url(./images/vista/tabs/tab-sprite.gif) no-repeat right 0; |
49 | } | 24 | } |
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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.net/yui/license.txt | 4 | http://developer.yahoo.net/yui/license.txt |
30 | Version 0.11.3 | 5 | Version 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; |
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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.net/yui/license.txt | 4 | http://developer.yahoo.net/yui/license.txt |
30 | Version 0.11.4 | 5 | Version 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 | ||
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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.net/yui/license.txt | 4 | http://developer.yahoo.net/yui/license.txt |
30 | version: 0.11.3 | 5 | version: 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 | */ |
40 | body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x- | 15 | body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x- |
41 | small;} | 16 | small;} |
42 | table {font-size:inherit;font:100%;} | 17 | table {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 | */ |
47 | select, input, textarea {font:99% arial,helvetica,clean,sans-serif;} | 22 | select, input, textarea {font:99% arial,helvetica,clean,sans-serif;} |
48 | 23 | ||
49 | /** | 24 | /** |
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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.net/yui/license.txt | 4 | http://developer.yahoo.net/yui/license.txt |
30 | version: 0.11.3 | 5 | version: 0.11.3 |
31 | */ | 6 | */ |
32 | body { | 7 | body { |
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;} |
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 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.com/yui/license.txt | 4 | http://developer.yahoo.com/yui/license.txt |
30 | Version: 0.11.3 | 5 | Version: 0.11.3 |
31 | */ | 6 | */ |
32 | 7 | ||
33 | 8 | ||
34 | 9 | ||
35 | /* Menu styles */ | 10 | /* Menu styles */ |
36 | 11 | ||
37 | div.yuimenu { | 12 | div.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 | ||
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 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.net/yui/license.txt | 4 | http://developer.yahoo.net/yui/license.txt |
30 | version: 0.11.3 | 5 | version: 0.11.3 |
31 | */ | 6 | */ |
32 | body,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;} | 7 | body,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;} |
33 | table{border-collapse:collapse;border-spacing:0;} | 8 | table{border-collapse:collapse;border-spacing:0;} |
34 | fieldset,img{border:0;} | 9 | fieldset,img{border:0;} |
35 | address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} | 10 | address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} |
36 | ol,ul {list-style:none;} | 11 | ol,ul {list-style:none;} |
37 | caption,th {text-align:left;} | 12 | caption,th {text-align:left;} |
38 | h1,h2,h3,h4,h5,h6{font-size:100%;} | 13 | h1,h2,h3,h4,h5,h6{font-size:100%;} |
39 | q:before,q:after{content:'';} | 14 | q: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,49 +1,24 @@ | |||
1 | /* | ||
2 | |||
3 | Copyright 2008-2011 Clipperz Srl | ||
4 | |||
5 | This file is part of Clipperz Community Edition. | ||
6 | Clipperz Community Edition is an online password manager. | ||
7 | For further information about its features and functionalities please | ||
8 | refer 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 | /* |
27 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. | 2 | Copyright (c) 2006, Yahoo! Inc. All rights reserved. |
28 | Code licensed under the BSD License: | 3 | Code licensed under the BSD License: |
29 | http://developer.yahoo.com/yui/license.txt | 4 | http://developer.yahoo.com/yui/license.txt |
30 | Version: 0.11.3 | 5 | Version: 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 ; |