author | Clipperz <info@clipperz.com> | 2013-01-31 13:39:30 (UTC) |
---|---|---|
committer | Clipperz <info@clipperz.com> | 2013-01-31 13:39:30 (UTC) |
commit | 767a3dcf48b6ac911c088af5dd7738a728eb6b99 (patch) (unidiff) | |
tree | c52727f9b003f5c7d1bd31350205996480ea8ca8 | |
parent | 0e9e5436141790ced2fa712538c9f0cb7b39ee50 (diff) | |
download | clipperz-767a3dcf48b6ac911c088af5dd7738a728eb6b99.zip clipperz-767a3dcf48b6ac911c088af5dd7738a728eb6b99.tar.gz clipperz-767a3dcf48b6ac911c088af5dd7738a728eb6b99.tar.bz2 |
Removed Clipperz Copyright claim to external library files
Removed Clipperz Copyright claim wrongly attached to external library files by the sync script that updated the public repository work area when the changes are committed to the private repository.
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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); |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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 | } |
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,37 +1,12 @@ | |||
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 | } |
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,37 +1,12 @@ | |||
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{ |
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,37 +1,12 @@ | |||
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{ |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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{ |
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,37 +1,12 @@ | |||
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 { |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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 | ||
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,37 +1,12 @@ | |||
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. |
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,37 +1,12 @@ | |||
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; |
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,37 +1,12 @@ | |||
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;} |
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,37 +1,12 @@ | |||
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 { |
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,37 +1,12 @@ | |||
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;} |
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,37 +1,12 @@ | |||
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 | } |