summaryrefslogtreecommitdiff
path: root/frontend
authorClipperz <info@clipperz.com>2013-01-31 13:39:30 (UTC)
committer Clipperz <info@clipperz.com>2013-01-31 13:39:30 (UTC)
commit767a3dcf48b6ac911c088af5dd7738a728eb6b99 (patch) (unidiff)
treec52727f9b003f5c7d1bd31350205996480ea8ca8 /frontend
parent0e9e5436141790ced2fa712538c9f0cb7b39ee50 (diff)
downloadclipperz-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.
Diffstat (limited to 'frontend') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css25
-rw-r--r--frontend/beta/css/yui-extensions/button.css25
-rw-r--r--frontend/beta/css/yui-extensions/core.css25
-rw-r--r--frontend/beta/css/yui-extensions/dd.css25
-rw-r--r--frontend/beta/css/yui-extensions/grid.css25
-rw-r--r--frontend/beta/css/yui-extensions/inline-editor.css25
-rw-r--r--frontend/beta/css/yui-extensions/layout.css25
-rw-r--r--frontend/beta/css/yui-extensions/qtips.css25
-rw-r--r--frontend/beta/css/yui-extensions/reset-min.css25
-rw-r--r--frontend/beta/css/yui-extensions/resizable.css25
-rw-r--r--frontend/beta/css/yui-extensions/tabs.css25
-rw-r--r--frontend/beta/css/yui-extensions/toolbar.css25
-rw-r--r--frontend/beta/css/yui-extensions/tree.css25
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-aero.css25
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-gray.css25
-rw-r--r--frontend/beta/css/yui-extensions/ytheme-vista.css25
-rw-r--r--frontend/beta/css/yui/calendar.css25
-rw-r--r--frontend/beta/css/yui/container.css25
-rw-r--r--frontend/beta/css/yui/fonts.css25
-rw-r--r--frontend/beta/css/yui/grids.css25
-rw-r--r--frontend/beta/css/yui/logger.css25
-rw-r--r--frontend/beta/css/yui/menu.css25
-rw-r--r--frontend/beta/css/yui/reset.css25
-rw-r--r--frontend/beta/css/yui/tree.css25
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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}
50.ydlg-mask{ 25.ydlg-mask{
51 z-index:10000; 26 z-index:10000;
52 display:none; 27 display:none;
53 position:absolute; 28 position:absolute;
54 top:0; 29 top:0;
55 left:0; 30 left:0;
56 -moz-opacity: 0.5; 31 -moz-opacity: 0.5;
57 opacity:.50; 32 opacity:.50;
58 filter: alpha(opacity=50); 33 filter: alpha(opacity=50);
59 background-color:#CCC; 34 background-color:#CCC;
60} 35}
61body.masked{ 36body.masked{
62} 37}
63body.masked select { 38body.masked select {
64 visibility:hidden; 39 visibility:hidden;
65} 40}
66body.masked .ydlg select { 41body.masked .ydlg select {
67 visibility:visible; 42 visibility:visible;
68} 43}
69.ydlg{ 44.ydlg{
70 z-index:10001; 45 z-index:10001;
71 overflow:hidden; 46 overflow:hidden;
72 position:absolute; 47 position:absolute;
73 left:300;top:0; 48 left:300;top:0;
74} 49}
75.yresizable-proxy{ 50.yresizable-proxy{
76 z-index:10002; 51 z-index:10002;
77} 52}
78.ydlg .ydlg-hd { 53.ydlg .ydlg-hd {
79 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; 54 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
80 background-color:navy; 55 background-color:navy;
81 color:#ffffff; 56 color:#ffffff;
82 font:bold 12px "sans serif", tahoma, verdana, helvetica; 57 font:bold 12px "sans serif", tahoma, verdana, helvetica;
83 overflow:hidden; 58 overflow:hidden;
84 padding:5px; 59 padding:5px;
85} 60}
86.ydlg .ydlg-hd-left { 61.ydlg .ydlg-hd-left {
87 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; 62 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
88 padding-left:3px; 63 padding-left:3px;
89 margin:0px; 64 margin:0px;
90} 65}
91.ydlg .ydlg-hd-right { 66.ydlg .ydlg-hd-right {
92 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; 67 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
93 padding-right:3px; 68 padding-right:3px;
94} 69}
95.ydlg .ydlg-dlg-body{ 70.ydlg .ydlg-dlg-body{
96 background:url(./images/default/layout/gradient-bg.gif); 71 background:url(./images/default/layout/gradient-bg.gif);
97 border:1px solid #6593cf; 72 border:1px solid #6593cf;
98 border-top:0 none; 73 border-top:0 none;
99 padding:10px; 74 padding:10px;
100 overflow:hidden; 75 overflow:hidden;
101} 76}
102.ydlg .ydlg-bd{ 77.ydlg .ydlg-bd{
103 overflow:hidden; 78 overflow:hidden;
104} 79}
105.ydlg .ydlg-ft{ 80.ydlg .ydlg-ft{
106 overflow:hidden; 81 overflow:hidden;
107 padding:5px; 82 padding:5px;
108 padding-bottom:0; 83 padding-bottom:0;
109} 84}
110.ydlg .yui-ext-tabbody{ 85.ydlg .yui-ext-tabbody{
111 background:white; 86 background:white;
112 overflow:auto; 87 overflow:auto;
113} 88}
114.ydlg .ytabs-top .yui-ext-tabbody{ 89.ydlg .ytabs-top .yui-ext-tabbody{
115 border:1px solid #6593cf; 90 border:1px solid #6593cf;
116 border-top:0 none; 91 border-top:0 none;
117} 92}
118.ydlg .ytabs-bottom .yui-ext-tabbody{ 93.ydlg .ytabs-bottom .yui-ext-tabbody{
119 border:1px solid #6593cf; 94 border:1px solid #6593cf;
120 border-bottom:0 none; 95 border-bottom:0 none;
121} 96}
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,83 +1,58 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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;
50 width:auto; 25 width:auto;
51 position:relative; 26 position:relative;
52 white-space: nowrap; 27 white-space: nowrap;
53} 28}
54.ybtn-center{ 29.ybtn-center{
55 background:url(./images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px; 30 background:url(./images/default/basic-dialog/btn-sprite.gif) repeat-x 0 -42px;
56 font:normal 11px "san serif",tahoma,verdana,helvetica; 31 font:normal 11px "san serif",tahoma,verdana,helvetica;
57 vertical-align: middle; 32 vertical-align: middle;
58 text-align:center; 33 text-align:center;
59 padding:0 5px; 34 padding:0 5px;
60 cursor:pointer; 35 cursor:pointer;
61 white-space:nowrap; 36 white-space:nowrap;
62 -moz-user-select: none; 37 -moz-user-select: none;
63 -khtml-user-select: none; 38 -khtml-user-select: none;
64} 39}
65.ybtn-over .ybtn-left{ 40.ybtn-over .ybtn-left{
66 background-position:0 -63px; 41 background-position:0 -63px;
67} 42}
68.ybtn-over .ybtn-right{ 43.ybtn-over .ybtn-right{
69 background-position:0 -84px; 44 background-position:0 -84px;
70} 45}
71.ybtn-over .ybtn-center{ 46.ybtn-over .ybtn-center{
72 background-position:0 -105px; 47 background-position:0 -105px;
73} 48}
74.ybtn-click .ybtn-center{ 49.ybtn-click .ybtn-center{
75 background-position:0 -126px; 50 background-position:0 -126px;
76} 51}
77.ybtn-disabled{ 52.ybtn-disabled{
78 cursor:default; 53 cursor:default;
79} 54}
80.ybtn-disabled .ybtn-center{ 55.ybtn-disabled .ybtn-center{
81 color:gray; 56 color:gray;
82 cursor:default; 57 cursor:default;
83} 58}
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,50 +1,25 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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);
50} \ No newline at end of file 25} \ No newline at end of file
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,78 +1,53 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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;
50 filter: alpha(opacity=40); 25 filter: alpha(opacity=40);
51 border:0 none; 26 border:0 none;
52 padding:0; 27 padding:0;
53 background-color:transparent; 28 background-color:transparent;
54} 29}
55.ydd-drag-repair .ydd-drop-icon{ 30.ydd-drag-repair .ydd-drop-icon{
56 visibility:hidden; 31 visibility:hidden;
57} 32}
58.ydd-drop-icon{ 33.ydd-drop-icon{
59 position:absolute; 34 position:absolute;
60 top:3px; 35 top:3px;
61 left:3px; 36 left:3px;
62 display:block; 37 display:block;
63 width:16px; 38 width:16px;
64 height:16px; 39 height:16px;
65 background-color:transparent; 40 background-color:transparent;
66 background-position: center; 41 background-position: center;
67 background-repeat: no-repeat; 42 background-repeat: no-repeat;
68 z-index:1; 43 z-index:1;
69} 44}
70.ydd-drop-nodrop .ydd-drop-icon{ 45.ydd-drop-nodrop .ydd-drop-icon{
71 background-image: url(./images/default/dd/drop-no.gif); 46 background-image: url(./images/default/dd/drop-no.gif);
72} 47}
73.ydd-drop-ok .ydd-drop-icon{ 48.ydd-drop-ok .ydd-drop-icon{
74 background-image: url(./images/default/dd/drop-yes.gif); 49 background-image: url(./images/default/dd/drop-yes.gif);
75} 50}
76.ydd-drop-ok-add .ydd-drop-icon{ 51.ydd-drop-ok-add .ydd-drop-icon{
77 background-image: url(./images/default/dd/drop-add.gif); 52 background-image: url(./images/default/dd/drop-add.gif);
78} 53}
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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;
50} 25}
51.ygrid-col-0{ 26.ygrid-col-0{
52 border-left: 0; 27 border-left: 0;
53} 28}
54.ygrid-col-last{ 29.ygrid-col-last{
55 border-right: 1px solid #f1efe2; 30 border-right: 1px solid #f1efe2;
56} 31}
57.ygrid-editor{ 32.ygrid-editor{
58 box-sizing: border-box; 33 box-sizing: border-box;
59 -moz-box-sizing: border-box; 34 -moz-box-sizing: border-box;
60 position:absolute; 35 position:absolute;
61 visibility:hidden; 36 visibility:hidden;
62 font: normal 8pt arial; 37 font: normal 8pt arial;
63 border: 1px solid #afbdc9; 38 border: 1px solid #afbdc9;
64 z-index:10; 39 z-index:10;
65} 40}
66.ygrid-editor input{ 41.ygrid-editor input{
67 font: normal 8pt arial; 42 font: normal 8pt arial;
68 border: 0; 43 border: 0;
69 padding-top:2px; 44 padding-top:2px;
70 padding-left:3px; 45 padding-left:3px;
71} 46}
72.ygrid-editor-container{ 47.ygrid-editor-container{
73 overflow:hidden; 48 overflow:hidden;
74 display:block; 49 display:block;
75 background-color:white; 50 background-color:white;
76} 51}
77.ygrid-editor .pick-button{ 52.ygrid-editor .pick-button{
78 width:15px; 53 width:15px;
79 height:20px; 54 height:20px;
80 position:absolute; 55 position:absolute;
81 display:block; 56 display:block;
82 right:0; 57 right:0;
83 top:0; 58 top:0;
84 z-index:2; 59 z-index:2;
85 background-image: url(./images/default/grid/pick-button.gif); 60 background-image: url(./images/default/grid/pick-button.gif);
86 background-repeat: no-repeat; 61 background-repeat: no-repeat;
87} 62}
88.ygrid-editor-invalid{ 63.ygrid-editor-invalid{
89 background-image: url(./images/default/grid/invalid_line.gif); 64 background-image: url(./images/default/grid/invalid_line.gif);
90 background-repeat: repeat-x; 65 background-repeat: repeat-x;
91 background-position: bottom; 66 background-position: bottom;
92 border: 1px solid #afbdc9; 67 border: 1px solid #afbdc9;
93} 68}
94.ygrid-checkbox-editor{ 69.ygrid-checkbox-editor{
95 text-align: center; 70 text-align: center;
96 overflow:hidden; 71 overflow:hidden;
97 display:block; 72 display:block;
98 background-color:white; 73 background-color:white;
99} 74}
100.ygrid-checkbox-editor input{ 75.ygrid-checkbox-editor input{
101 margin-top:3px; 76 margin-top:3px;
102 height:13px; 77 height:13px;
103 width:13px; 78 width:13px;
104} 79}
105select.ygrid-editor{ 80select.ygrid-editor{
106 padding: 0; 81 padding: 0;
107 -moz-outline: none; 82 -moz-outline: none;
108 border: 1px solid #afbdc9; 83 border: 1px solid #afbdc9;
109} 84}
110.ygrid-num-editor{ 85.ygrid-num-editor{
111 text-align:right; 86 text-align:right;
112 padding-top:2px; 87 padding-top:2px;
113 padding-left:3px; 88 padding-left:3px;
114} 89}
115.ygrid-text-editor{ 90.ygrid-text-editor{
116 padding-top:2px; 91 padding-top:2px;
117 padding-left:3px; 92 padding-left:3px;
118} 93}
119.ygrid-hd{ 94.ygrid-hd{
120 font: normal 8pt arial; 95 font: normal 8pt arial;
121 background-color: #ebeadb; 96 background-color: #ebeadb;
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,57 +1,32 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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}
50.yinline-editor-wrap { 25.yinline-editor-wrap {
51 color: white; 26 color: white;
52 overflow: auto; 27 overflow: auto;
53 position: absolute; 28 position: absolute;
54 top: 0; 29 top: 0;
55 visibility: hidden; 30 visibility: hidden;
56 z-index: 15002; 31 z-index: 15002;
57} 32}
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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;
50} 25}
51.ylayout-collapsed-east .ylayout-tools-button{ 26.ylayout-collapsed-east .ylayout-tools-button{
52 float:left; 27 float:left;
53} 28}
54.ylayout-collapsed-north, .ylayout-collapsed-south{ 29.ylayout-collapsed-north, .ylayout-collapsed-south{
55 text-align:right; 30 text-align:right;
56} 31}
57.ylayout-collapsed .ylayout-tools-button{ 32.ylayout-collapsed .ylayout-tools-button{
58 margin:2px; 33 margin:2px;
59 width:12px; 34 width:12px;
60 text-align:center; 35 text-align:center;
61} 36}
62.ylayout-inactive-content{ 37.ylayout-inactive-content{
63 position:absolute; 38 position:absolute;
64 left:-10000px; 39 left:-10000px;
65 top:-10000px; 40 top:-10000px;
66 visibility:hidden; 41 visibility:hidden;
67} 42}
68.ylayout-active-content{ 43.ylayout-active-content{
69 visibility:visible; 44 visibility:visible;
70} 45}
71.ylayout-panel{ 46.ylayout-panel{
72 position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white; 47 position:absolute;border:1px solid #98c0f4;overflow:hidden;background-color:white;
73} 48}
74.ylayout-panel-east, .ylayout-panel-west { 49.ylayout-panel-east, .ylayout-panel-west {
75 z-index:10; 50 z-index:10;
76} 51}
77.ylayout-panel-north, .ylayout-panel-south { 52.ylayout-panel-north, .ylayout-panel-south {
78 z-index:11; 53 z-index:11;
79} 54}
80.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west { 55.ylayout-collapsed-north, .ylayout-collapsed-south, .ylayout-collapsed-east, .ylayout-collapsed-west {
81 z-index:12; 56 z-index:12;
82} 57}
83.ylayout-panel-body{ 58.ylayout-panel-body{
84 overflow:hidden; 59 overflow:hidden;
85} 60}
86.ylayout-grid-wrapper{ 61.ylayout-grid-wrapper{
87 62
88} 63}
89.ylayout-split{ 64.ylayout-split{
90 position:absolute; 65 position:absolute;
91 height:5px; 66 height:5px;
92 width:5px; 67 width:5px;
93 line-height:1px; 68 line-height:1px;
94 font-size:1px; 69 font-size:1px;
95 z-index:3; 70 z-index:3;
96 background-color:#c3daf9; 71 background-color:#c3daf9;
97} 72}
98.ylayout-panel-hd{ 73.ylayout-panel-hd{
99 background-image: url(./images/default/layout/panel-title-light-bg.gif); 74 background-image: url(./images/default/layout/panel-title-light-bg.gif);
100 color: black; 75 color: black;
101 border-bottom:1px solid #98c0f4; 76 border-bottom:1px solid #98c0f4;
102 position:relative; 77 position:relative;
103} 78}
104.ylayout-panel-hd-text{ 79.ylayout-panel-hd-text{
105 font:normal 11px tahoma, verdana, helvetica; 80 font:normal 11px tahoma, verdana, helvetica;
106 padding: 4px; 81 padding: 4px;
107 padding-left: 4px; 82 padding-left: 4px;
108 display:block; 83 display:block;
109 white-space:nowrap; 84 white-space:nowrap;
110} 85}
111.ylayout-panel-hd-tools{ 86.ylayout-panel-hd-tools{
112 position:absolute; 87 position:absolute;
113 right:0; 88 right:0;
114 top:0; 89 top:0;
115 text-align:right; 90 text-align:right;
116 padding-top:2px; 91 padding-top:2px;
117 padding-right:2px;width:40px; 92 padding-right:2px;width:40px;
118} 93}
119.ylayout-tools-button{ 94.ylayout-tools-button{
120 z-index:6; 95 z-index:6;
121 padding:2px; 96 padding:2px;
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,67 +1,42 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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;
50 display: block; 25 display: block;
51 font: bold 11px tahoma, arial, verdana, helvetica; 26 font: bold 11px tahoma, arial, verdana, helvetica;
52 padding: 4px; 27 padding: 4px;
53} 28}
54.ytip .ytip-hd-left { 29.ytip .ytip-hd-left {
55 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 30 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
56 display: block; 31 display: block;
57 margin: 0px; 32 margin: 0px;
58 padding-left: 3px; 33 padding-left: 3px;
59} 34}
60.ytip .ytip-hd-right { 35.ytip .ytip-hd-right {
61 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0px; 36 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0px;
62 display: block; 37 display: block;
63 padding-right: 3px; 38 padding-right: 3px;
64} 39}
65y\:qtip, qtip{ 40y\:qtip, qtip{
66 display: none; 41 display: none;
67} 42}
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
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26body,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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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;
50 bottom:0px; 25 bottom:0px;
51 height:6px; 26 height:6px;
52 margin-bottom:-1px; /*IE rounding error*/ 27 margin-bottom:-1px; /*IE rounding error*/
53} 28}
54.yresizable-handle-west{ 29.yresizable-handle-west{
55 width:6px; 30 width:6px;
56 cursor:w-resize; 31 cursor:w-resize;
57 left:0px; 32 left:0px;
58 top:0px; 33 top:0px;
59 height:100%; 34 height:100%;
60} 35}
61.yresizable-handle-north{ 36.yresizable-handle-north{
62 width:100%; 37 width:100%;
63 cursor:n-resize; 38 cursor:n-resize;
64 left:0px; 39 left:0px;
65 top:0px; 40 top:0px;
66 height:6px; 41 height:6px;
67} 42}
68.yresizable-handle-southeast{ 43.yresizable-handle-southeast{
69 width:6px; 44 width:6px;
70 cursor:se-resize; 45 cursor:se-resize;
71 right:0px; 46 right:0px;
72 bottom:0px; 47 bottom:0px;
73 height:6px; 48 height:6px;
74 z-index:101; 49 z-index:101;
75} 50}
76.yresizable-handle-northwest{ 51.yresizable-handle-northwest{
77 width:6px; 52 width:6px;
78 cursor:nw-resize; 53 cursor:nw-resize;
79 left:0px; 54 left:0px;
80 top:0px; 55 top:0px;
81 height:6px; 56 height:6px;
82 z-index:101; 57 z-index:101;
83} 58}
84.yresizable-handle-northeast{ 59.yresizable-handle-northeast{
85 width:6px; 60 width:6px;
86 cursor:ne-resize; 61 cursor:ne-resize;
87 right:0px; 62 right:0px;
88 top:0px; 63 top:0px;
89 height:6px; 64 height:6px;
90 z-index:101; 65 z-index:101;
91} 66}
92.yresizable-handle-southwest{ 67.yresizable-handle-southwest{
93 width:6px; 68 width:6px;
94 cursor:sw-resize; 69 cursor:sw-resize;
95 left:0px; 70 left:0px;
96 bottom:0px; 71 bottom:0px;
97 height:6px; 72 height:6px;
98 z-index:101; 73 z-index:101;
99} 74}
100.yresizable-over .yresizable-handle, .yresizable-pinned .yresizable-handle{ 75.yresizable-over .yresizable-handle, .yresizable-pinned .yresizable-handle{
101 filter:alpha(opacity=100); 76 filter:alpha(opacity=100);
102 opacity:1; 77 opacity:1;
103} 78}
104.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{ 79.yresizable-over .yresizable-handle-east, .yresizable-pinned .yresizable-handle-east{
105 background:url(./images/default/sizer/e-handle.gif); 80 background:url(./images/default/sizer/e-handle.gif);
106 background-position: left; 81 background-position: left;
107} 82}
108.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{ 83.yresizable-over .yresizable-handle-west, .yresizable-pinned .yresizable-handle-west{
109 background:url(./images/default/sizer/e-handle.gif); 84 background:url(./images/default/sizer/e-handle.gif);
110 background-position: left; 85 background-position: left;
111} 86}
112.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{ 87.yresizable-over .yresizable-handle-south, .yresizable-pinned .yresizable-handle-south{
113 background:url(./images/default/sizer/s-handle.gif); 88 background:url(./images/default/sizer/s-handle.gif);
114 background-position: top; 89 background-position: top;
115} 90}
116.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{ 91.yresizable-over .yresizable-handle-north, .yresizable-pinned .yresizable-handle-north{
117 background:url(./images/default/sizer/s-handle.gif); 92 background:url(./images/default/sizer/s-handle.gif);
118 background-position: top; 93 background-position: top;
119} 94}
120.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{ 95.yresizable-over .yresizable-handle-southeast, .yresizable-pinned .yresizable-handle-southeast{
121 background:url(./images/default/sizer/corners-sprite.gif); 96 background:url(./images/default/sizer/corners-sprite.gif);
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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}
50.ytab-strip .ytab-text { 25.ytab-strip .ytab-text {
51 font:bold 11px tahoma,arial,helvetica; 26 font:bold 11px tahoma,arial,helvetica;
52 color:#666; 27 color:#666;
53 overflow:hidden; 28 overflow:hidden;
54 white-space: nowrap; 29 white-space: nowrap;
55 cursor:pointer; 30 cursor:pointer;
56 text-overflow: ellipsis; 31 text-overflow: ellipsis;
57} 32}
58.ytab-strip .on .ytab-text { 33.ytab-strip .on .ytab-text {
59 cursor:default; 34 cursor:default;
60 color:#083772; 35 color:#083772;
61} 36}
62.ytab-strip .disabled .ytab-text { 37.ytab-strip .disabled .ytab-text {
63 cursor:default; 38 cursor:default;
64 color:#aaaaaa; 39 color:#aaaaaa;
65} 40}
66.ytab-strip .ytab-inner { 41.ytab-strip .ytab-inner {
67 padding:4px 10px; 42 padding:4px 10px;
68} 43}
69 44
70.ytab-strip .on .ytab-right { 45.ytab-strip .on .ytab-right {
71 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right 0; 46 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right 0;
72} 47}
73.ytab-strip .on .ytab-left { 48.ytab-strip .on .ytab-left {
74 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -100px; 49 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -100px;
75} 50}
76.ytab-strip .ytab-right { 51.ytab-strip .ytab-right {
77 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right -50px; 52 background: url(./images/default/tabs/tab-sprite.gif) no-repeat right -50px;
78} 53}
79.ytab-strip .ytab-left { 54.ytab-strip .ytab-left {
80 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -150px; 55 background: url(./images/default/tabs/tab-sprite.gif) no-repeat 0 -150px;
81} 56}
82 57
83.ytab-strip a { 58.ytab-strip a {
84 position:relative; 59 position:relative;
85 top:1px; left:0; 60 top:1px; left:0;
86} 61}
87.ytab-strip .on a { 62.ytab-strip .on a {
88 position:relative; 63 position:relative;
89} 64}
90.ytab-strip .on .ytab-inner { 65.ytab-strip .on .ytab-inner {
91 padding-bottom:5px; 66 padding-bottom:5px;
92} 67}
93/** closable tabs */ 68/** closable tabs */
94.ytab-strip .ytab-closable .ytab-inner{ 69.ytab-strip .ytab-closable .ytab-inner{
95 padding-right:22px; 70 padding-right:22px;
96 position:relative; 71 position:relative;
97} 72}
98.ytab-strip .ytab-closable .close-icon{ 73.ytab-strip .ytab-closable .close-icon{
99 line-height: 1px; 74 line-height: 1px;
100 font-size:1px; 75 font-size:1px;
101 background-image:url(./images/default/layout/layout-sprite.gif); 76 background-image:url(./images/default/layout/layout-sprite.gif);
102 background-repeat: no-repeat; 77 background-repeat: no-repeat;
103 background-position: 50% -60px; 78 background-position: 50% -60px;
104 display:block; 79 display:block;
105 position:absolute; 80 position:absolute;
106 right:5px;top:4px; 81 right:5px;top:4px;
107 width:12px;height:11px; 82 width:12px;height:11px;
108 cursor:pointer; 83 cursor:pointer;
109} 84}
110.ytab-strip .on .close-icon{ 85.ytab-strip .on .close-icon{
111 background-image:url(./images/default/layout/layout-sprite.gif); 86 background-image:url(./images/default/layout/layout-sprite.gif);
112 background-repeat: no-repeat; 87 background-repeat: no-repeat;
113 background-position: 50% -60px; 88 background-position: 50% -60px;
114} 89}
115.ytab-strip .ytab-closable .close-over{ 90.ytab-strip .ytab-closable .close-over{
116 background-image:url(./images/default/layout/layout-sprite.gif); 91 background-image:url(./images/default/layout/layout-sprite.gif);
117 background-repeat: no-repeat; 92 background-repeat: no-repeat;
118 background-position: 50% -72px; 93 background-position: 50% -72px;
119} 94}
120 95
121.ytabs-bottom .ytab-wrap { 96.ytabs-bottom .ytab-wrap {
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,112 +1,87 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.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*/
50.ytoolbar .ytb-button-inner{ 25.ytoolbar .ytb-button-inner{
51 background-position: center; 26 background-position: center;
52 background-repeat: no-repeat; 27 background-repeat: no-repeat;
53 display: block; 28 display: block;
54 height: 16px; 29 height: 16px;
55 width: 16px; 30 width: 16px;
56 cursor:pointer; 31 cursor:pointer;
57 white-space: nowrap; 32 white-space: nowrap;
58} 33}
59 34
60/* 35/*
61 Button class for icon and text. Add this class and a class with a background-image 36 Button class for icon and text. Add this class and a class with a background-image
62 to your toolbar button for both text and icon 37 to your toolbar button for both text and icon
63*/ 38*/
64.ytoolbar .ytb-text-icon{ 39.ytoolbar .ytb-text-icon{
65 background-position: 0px 0px; 40 background-position: 0px 0px;
66 background-repeat: no-repeat; 41 background-repeat: no-repeat;
67 padding-left:18px; 42 padding-left:18px;
68 padding-top:1px; 43 padding-top:1px;
69 width:auto; 44 width:auto;
70 display:block; 45 display:block;
71} 46}
72 47
73/* 48/*
74 Button class for a button with only text. Add this class 49 Button class for a button with only text. Add this class
75 to your toolbar button for a just text button 50 to your toolbar button for a just text button
76*/ 51*/
77.ytoolbar .ytb-text-only{ 52.ytoolbar .ytb-text-only{
78 background:none; 53 background:none;
79 padding-left:0px; 54 padding-left:0px;
80 padding-top:1px; 55 padding-top:1px;
81 width:auto; 56 width:auto;
82 display:block; 57 display:block;
83} 58}
84.ytoolbar .ytb-text{ 59.ytoolbar .ytb-text{
85 padding:2px; 60 padding:2px;
86} 61}
87.ytoolbar .ytb-button{ 62.ytoolbar .ytb-button{
88 padding:2px 3px; 63 padding:2px 3px;
89 display:block; 64 display:block;
90} 65}
91.ytoolbar .ytb-button-over{ 66.ytoolbar .ytb-button-over{
92 background:#c3d3ed url(./images/default/toolbar/btn-over-bg.gif) repeat-x; 67 background:#c3d3ed url(./images/default/toolbar/btn-over-bg.gif) repeat-x;
93 border:1px solid #6593cf; 68 border:1px solid #6593cf;
94 padding:1px 2px; 69 padding:1px 2px;
95} 70}
96.ytoolbar .ytb-sep { 71.ytoolbar .ytb-sep {
97 background-image: url(./images/default/grid/grid-split.gif); 72 background-image: url(./images/default/grid/grid-split.gif);
98 background-position: center; 73 background-position: center;
99 background-repeat: no-repeat; 74 background-repeat: no-repeat;
100 display: block; 75 display: block;
101 font-size: 1px; 76 font-size: 1px;
102 height: 16px; 77 height: 16px;
103 width:4px; 78 width:4px;
104 overflow: hidden; 79 overflow: hidden;
105 cursor:default; 80 cursor:default;
106 margin: 0px 2px 0px; 81 margin: 0px 2px 0px;
107 border:0px; 82 border:0px;
108} 83}
109.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{ 84.mso .ytoolbar .ytb-sep, .ygrid-mso .ytoolbar .ytb-sep{
110 background-image: url(./images/default/grid/grid-blue-split.gif); 85 background-image: url(./images/default/grid/grid-blue-split.gif);
111} 86}
112 87
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26.ytree-icon, .ytree-ec-icon, .ytree-elbow-line, .ytree-elbow, .ytree-elbow-end, .ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{ 1.ytree-icon, .ytree-ec-icon, .ytree-elbow-line, .ytree-elbow, .ytree-elbow-end, .ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{
27 border: 0 none; 2 border: 0 none;
28 height: 18px; 3 height: 18px;
29 margin: 0px; 4 margin: 0px;
30 padding: 0px; 5 padding: 0px;
31 vertical-align: middle; 6 vertical-align: middle;
32 width: 16px; 7 width: 16px;
33} 8}
34.ytree-node-collapsed .ytree-node-icon, .ytree-node-expanded .ytree-node-icon, .ytree-node-leaf .ytree-node-icon{ 9.ytree-node-collapsed .ytree-node-icon, .ytree-node-expanded .ytree-node-icon, .ytree-node-leaf .ytree-node-icon{
35 border: 0 none; 10 border: 0 none;
36 height: 16px; 11 height: 16px;
37 margin: 0px; 12 margin: 0px;
38 padding: 0px; 13 padding: 0px;
39 vertical-align: middle; 14 vertical-align: middle;
40 width: 16px; 15 width: 16px;
41 background-position:center; 16 background-position:center;
42} 17}
43 18
44/* some default icons for leaf/folder */ 19/* some default icons for leaf/folder */
45.ytree-node-collapsed .ytree-node-icon{ 20.ytree-node-collapsed .ytree-node-icon{
46 background:transparent url(./images/default/tree/folder.gif); 21 background:transparent url(./images/default/tree/folder.gif);
47} 22}
48.ytree-node-expanded .ytree-node-icon{ 23.ytree-node-expanded .ytree-node-icon{
49 background:transparent url(./images/default/tree/folder-open.gif); 24 background:transparent url(./images/default/tree/folder-open.gif);
50} 25}
51.ytree-node-leaf .ytree-node-icon{ 26.ytree-node-leaf .ytree-node-icon{
52 background:transparent url(./images/default/tree/leaf.gif); 27 background:transparent url(./images/default/tree/leaf.gif);
53} 28}
54 29
55/* loading icon */ 30/* loading icon */
56.ytree-node-loading .ytree-node-icon{ 31.ytree-node-loading .ytree-node-icon{
57 background:transparent url(./images/default/tree/loading.gif) !important; 32 background:transparent url(./images/default/tree/loading.gif) !important;
58} 33}
59.ytree-node-loading a span{ 34.ytree-node-loading a span{
60 font-style: italic; 35 font-style: italic;
61 color:#444444; 36 color:#444444;
62} 37}
63 38
64/* Line styles */ 39/* Line styles */
65.ytree-lines .ytree-elbow{ 40.ytree-lines .ytree-elbow{
66 background:transparent url(./images/default/tree/elbow.gif); 41 background:transparent url(./images/default/tree/elbow.gif);
67} 42}
68.ytree-lines .ytree-elbow-plus{ 43.ytree-lines .ytree-elbow-plus{
69 background:transparent url(./images/default/tree/elbow-plus.gif); 44 background:transparent url(./images/default/tree/elbow-plus.gif);
70} 45}
71.ytree-lines .ytree-elbow-minus{ 46.ytree-lines .ytree-elbow-minus{
72 background:transparent url(./images/default/tree/elbow-minus.gif); 47 background:transparent url(./images/default/tree/elbow-minus.gif);
73} 48}
74.ytree-lines .ytree-elbow-end{ 49.ytree-lines .ytree-elbow-end{
75 background:transparent url(./images/default/tree/elbow-end.gif); 50 background:transparent url(./images/default/tree/elbow-end.gif);
76} 51}
77.ytree-lines .ytree-elbow-end-plus{ 52.ytree-lines .ytree-elbow-end-plus{
78 background:transparent url(./images/default/tree/elbow-end-plus.gif); 53 background:transparent url(./images/default/tree/elbow-end-plus.gif);
79} 54}
80.ytree-lines .ytree-elbow-end-minus{ 55.ytree-lines .ytree-elbow-end-minus{
81 background:transparent url(./images/default/tree/elbow-end-minus.gif); 56 background:transparent url(./images/default/tree/elbow-end-minus.gif);
82} 57}
83.ytree-lines .ytree-elbow-line{ 58.ytree-lines .ytree-elbow-line{
84 background:transparent url(./images/default/tree/elbow-line.gif); 59 background:transparent url(./images/default/tree/elbow-line.gif);
85} 60}
86 61
87/* No line styles */ 62/* No line styles */
88.ytree-no-lines .ytree-elbow{ 63.ytree-no-lines .ytree-elbow{
89 background:transparent; 64 background:transparent;
90} 65}
91.ytree-no-lines .ytree-elbow-plus{ 66.ytree-no-lines .ytree-elbow-plus{
92 background:transparent url(./images/default/tree/elbow-plus-nl.gif); 67 background:transparent url(./images/default/tree/elbow-plus-nl.gif);
93} 68}
94.ytree-no-lines .ytree-elbow-minus{ 69.ytree-no-lines .ytree-elbow-minus{
95 background:transparent url(./images/default/tree/elbow-minus-nl.gif); 70 background:transparent url(./images/default/tree/elbow-minus-nl.gif);
96} 71}
97.ytree-no-lines .ytree-elbow-end{ 72.ytree-no-lines .ytree-elbow-end{
98 background:transparent; 73 background:transparent;
99} 74}
100.ytree-no-lines .ytree-elbow-end-plus{ 75.ytree-no-lines .ytree-elbow-end-plus{
101 background:transparent url(./images/default/tree/elbow-end-plus-nl.gif); 76 background:transparent url(./images/default/tree/elbow-end-plus-nl.gif);
102} 77}
103.ytree-no-lines .ytree-elbow-end-minus{ 78.ytree-no-lines .ytree-elbow-end-minus{
104 background:transparent url(./images/default/tree/elbow-end-minus-nl.gif); 79 background:transparent url(./images/default/tree/elbow-end-minus-nl.gif);
105} 80}
106.ytree-no-lines .ytree-elbow-line{ 81.ytree-no-lines .ytree-elbow-line{
107 background:transparent; 82 background:transparent;
108} 83}
109 84
110.ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{ 85.ytree-elbow-plus, .ytree-elbow-minus, .ytree-elbow-end-plus, .ytree-elbow-end-minus{
111 cursor:pointer; 86 cursor:pointer;
112} 87}
113 88
114.ytree-node{ 89.ytree-node{
115 color: black; 90 color: black;
116 font: normal 11px arial, helvetica, sans-serif; 91 font: normal 11px arial, helvetica, sans-serif;
117 white-space: nowrap; 92 white-space: nowrap;
118} 93}
119.ytree-node a, .ydd-drag-ghost a{ 94.ytree-node a, .ydd-drag-ghost a{
120 text-decoration:none; 95 text-decoration:none;
121 color:black; 96 color:black;
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/** 1/**
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;
50} 25}
51.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{ 26.ytabs-top .ytab-strip .on .ytab-left,.ytabs-top .ytab-strip .on a:hover .ytab-left{
52 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px; 27 background: url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -100px;
53} 28}
54.ytabs-top .ytab-strip .ytab-right { 29.ytabs-top .ytab-strip .ytab-right {
55 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat right -50px; 30 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat right -50px;
56} 31}
57.ytabs-top .ytab-strip .ytab-left { 32.ytabs-top .ytab-strip .ytab-left {
58 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px; 33 background:transparent url(./images/aero/tabs/tab-sprite.gif) no-repeat 0px -150px;
59} 34}
60.ytabs-top .yui-ext-tabbody { 35.ytabs-top .yui-ext-tabbody {
61 border:1px solid #8db2e3; 36 border:1px solid #8db2e3;
62 border-top:0px none; 37 border-top:0px none;
63} 38}
64.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap { 39.ytabs-bottom .ytab-wrap, .ylayout-panel .ytabs-bottom .ytab-wrap {
65 background:#deecfd; 40 background:#deecfd;
66 border:1px solid #8db2e3; 41 border:1px solid #8db2e3;
67 padding-top:2px; 42 padding-top:2px;
68 padding-bottom:0px; 43 padding-bottom:0px;
69} 44}
70.ytabs-bottom .ytab-strip-wrap{ 45.ytabs-bottom .ytab-strip-wrap{
71 padding-top:0px; 46 padding-top:0px;
72 padding-bottom:1px; 47 padding-bottom:1px;
73 background:#cedff5 url(./images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top; 48 background:#cedff5 url(./images/aero/tabs/tab-strip-btm-bg.gif) repeat-x top;
74 border-top:1px solid #8db2e3; 49 border-top:1px solid #8db2e3;
75 border-bottom:0px none; 50 border-bottom:0px none;
76} 51}
77.ytabs-bottom .ytab-strip .ytab-right { 52.ytabs-bottom .ytab-strip .ytab-right {
78 background:transparent url(./images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right; 53 background:transparent url(./images/aero/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
79} 54}
80.ytabs-bottom .ytab-strip .ytab-left { 55.ytabs-bottom .ytab-strip .ytab-left {
81 background:transparent url(./images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left; 56 background:transparent url(./images/aero/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
82} 57}
83.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover { 58.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover {
84 background: url(./images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 59 background: url(./images/aero/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
85} 60}
86.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left { 61.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left {
87 background: url(./images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 62 background: url(./images/aero/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
88} 63}
89.ytabs-bottom .yui-ext-tabbody { 64.ytabs-bottom .yui-ext-tabbody {
90 border:1px solid #8db2e3; 65 border:1px solid #8db2e3;
91 border-bottom:0px none; 66 border-bottom:0px none;
92} 67}
93/** 68/**
94* Basic-Dialog 69* Basic-Dialog
95*/ 70*/
96.ydlg-proxy { 71.ydlg-proxy {
97 background:#C7DFFC; 72 background:#C7DFFC;
98 border:1px solid #A5CCF9; 73 border:1px solid #A5CCF9;
99} 74}
100.ydlg-shadow{ 75.ydlg-shadow{
101 background:#cccccc; 76 background:#cccccc;
102 opacity:.3; 77 opacity:.3;
103 -moz-opacity:.3; 78 -moz-opacity:.3;
104 filter: alpha(opacity=30); 79 filter: alpha(opacity=30);
105} 80}
106.ydlg { 81.ydlg {
107 background:transparent; 82 background:transparent;
108} 83}
109.ydlg .ydlg-hd { 84.ydlg .ydlg-hd {
110 background: url(./images/aero/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 85 background: url(./images/aero/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
111 background-color:#aabaca; 86 background-color:#aabaca;
112 color:#15428b; 87 color:#15428b;
113 zoom:1; 88 zoom:1;
114 padding-top:7px; 89 padding-top:7px;
115} 90}
116.ydlg .ydlg-hd-left { 91.ydlg .ydlg-hd-left {
117 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80); 92 opacity:.85;-moz-opacity:.85;filter:alpha(opacity=80);
118 background: url(./images/aero/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 93 background: url(./images/aero/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
119 zoom:1; 94 zoom:1;
120} 95}
121.ydlg-modal .ydlg-hd-left { 96.ydlg-modal .ydlg-hd-left {
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/** 1/**
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}
50.ydlg .ydlg-dlg-body{ 25.ydlg .ydlg-dlg-body{
51 background:#efefec; 26 background:#efefec;
52 border:1px solid #b3b6b0; 27 border:1px solid #b3b6b0;
53 border-top:0px none; 28 border-top:0px none;
54} 29}
55.ydlg .ytabs-top .yui-ext-tabbody{ 30.ydlg .ytabs-top .yui-ext-tabbody{
56 border:1px solid #b3b6b0; 31 border:1px solid #b3b6b0;
57 border-top:0px none; 32 border-top:0px none;
58} 33}
59.ydlg .ytabs-bottom .yui-ext-tabbody{ 34.ydlg .ytabs-bottom .yui-ext-tabbody{
60 border:1px solid #b3b6b0; 35 border:1px solid #b3b6b0;
61 border-bottom:0px none; 36 border-bottom:0px none;
62} 37}
63.ydlg .ylayout-container .yui-ext-tabbody{ 38.ydlg .ylayout-container .yui-ext-tabbody{
64 border:0px none; 39 border:0px none;
65} 40}
66.ydlg .ydlg-close { 41.ydlg .ydlg-close {
67 background-image:url(./images/gray/basic-dialog/close.gif); 42 background-image:url(./images/gray/basic-dialog/close.gif);
68} 43}
69.ydlg div.yresizable-handle-east{ 44.ydlg div.yresizable-handle-east{
70 background-image:url(./images/gray/basic-dialog/e-handle.gif); 45 background-image:url(./images/gray/basic-dialog/e-handle.gif);
71 border:0px none; 46 border:0px none;
72} 47}
73.ydlg div.yresizable-handle-south{ 48.ydlg div.yresizable-handle-south{
74 background-image:url(./images/gray/basic-dialog/s-handle.gif); 49 background-image:url(./images/gray/basic-dialog/s-handle.gif);
75 border:0px none; 50 border:0px none;
76} 51}
77.ydlg div.yresizable-handle-west{ 52.ydlg div.yresizable-handle-west{
78 background-image:url(./images/gray/basic-dialog/e-handle.gif); 53 background-image:url(./images/gray/basic-dialog/e-handle.gif);
79 border:0px none; 54 border:0px none;
80} 55}
81.ydlg div.yresizable-handle-southeast{ 56.ydlg div.yresizable-handle-southeast{
82 background-image:url(./images/gray/basic-dialog/se-handle.gif); 57 background-image:url(./images/gray/basic-dialog/se-handle.gif);
83 background-position: bottom right; 58 background-position: bottom right;
84 width:8px; 59 width:8px;
85 height:8px; 60 height:8px;
86 border:0px; 61 border:0px;
87} 62}
88.ydlg div.yresizable-handle-southwest{ 63.ydlg div.yresizable-handle-southwest{
89 background-image:url(./images/gray/sizer/sw-handle-dark.gif); 64 background-image:url(./images/gray/sizer/sw-handle-dark.gif);
90 background-position: top right; 65 background-position: top right;
91 margin-left:1px; 66 margin-left:1px;
92 margin-bottom:1px; 67 margin-bottom:1px;
93 border:0px; 68 border:0px;
94} 69}
95.ydlg div.yresizable-handle-north{ 70.ydlg div.yresizable-handle-north{
96 background-image:url(./images/gray/s.gif); 71 background-image:url(./images/gray/s.gif);
97 border:0px none; 72 border:0px none;
98} 73}
99 74
100/** 75/**
101* Tabs 76* Tabs
102*/ 77*/
103.ytab-wrap { 78.ytab-wrap {
104 border-bottom:1px solid #aca899; 79 border-bottom:1px solid #aca899;
105} 80}
106.ytab-strip .on .ytab-text { 81.ytab-strip .on .ytab-text {
107 cursor:default; 82 cursor:default;
108 color:#333333; 83 color:#333333;
109} 84}
110.ytabs-top .ytab-strip .on .ytab-right { 85.ytabs-top .ytab-strip .on .ytab-right {
111 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat right 0px; 86 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat right 0px;
112} 87}
113.ytabs-top .ytab-strip .on .ytab-left { 88.ytabs-top .ytab-strip .on .ytab-left {
114 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px; 89 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat 0px -100px;
115} 90}
116.ytabs-top .ytab-strip .ytab-right { 91.ytabs-top .ytab-strip .ytab-right {
117 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat right -50px; 92 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat right -50px;
118} 93}
119.ytabs-top .ytab-strip .ytab-left { 94.ytabs-top .ytab-strip .ytab-left {
120 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px; 95 background: url(./images/gray/tabs/tab-sprite.gif) no-repeat 0px -150px;
121} 96}
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,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/** 1/**
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}
50.ytabs-top .ytab-strip .on .ytab-left, .ytabs-top .ytab-strip .on a:hover .ytab-left { 25.ytabs-top .ytab-strip .on .ytab-left, .ytabs-top .ytab-strip .on a:hover .ytab-left {
51 background: url(./images/vista/tabs/tab-sprite.gif) no-repeat 0 -100px; 26 background: url(./images/vista/tabs/tab-sprite.gif) no-repeat 0 -100px;
52} 27}
53.ytabs-top .ytab-strip .ytab-right { 28.ytabs-top .ytab-strip .ytab-right {
54 background:transparent; 29 background:transparent;
55} 30}
56.ytabs-top .ytab-strip .ytab-left { 31.ytabs-top .ytab-strip .ytab-left {
57 background:transparent; 32 background:transparent;
58} 33}
59.ytab-strip .ytab-closable .close-icon{ 34.ytab-strip .ytab-closable .close-icon{
60 background-image:url(./images/vista/layout/layout-sprite.gif); 35 background-image:url(./images/vista/layout/layout-sprite.gif);
61 background-position: 50% -60px; 36 background-position: 50% -60px;
62} 37}
63.ytab-strip .on .close-icon{ 38.ytab-strip .on .close-icon{
64 background-image:url(./images/vista/layout/layout-sprite.gif); 39 background-image:url(./images/vista/layout/layout-sprite.gif);
65 background-position: 50% -72px; 40 background-position: 50% -72px;
66} 41}
67.ytab-strip .ytab-closable .close-over{ 42.ytab-strip .ytab-closable .close-over{
68 background-image:url(./images/vista/layout/layout-sprite.gif); 43 background-image:url(./images/vista/layout/layout-sprite.gif);
69 background-position: 50% -72px; 44 background-position: 50% -72px;
70} 45}
71 46
72.ytabs-bottom .ytab-strip { 47.ytabs-bottom .ytab-strip {
73 background:#4f4f4f; 48 background:#4f4f4f;
74} 49}
75.ytabs-bottom .ytab-strip a:hover { 50.ytabs-bottom .ytab-strip a:hover {
76 background:transparent url(./images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right; 51 background:transparent url(./images/vista/tabs/tab-btm-inactive-right-bg.gif) no-repeat bottom right;
77} 52}
78.ytabs-bottom .ytab-strip a:hover .ytab-left{ 53.ytabs-bottom .ytab-strip a:hover .ytab-left{
79 background:transparent url(./images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left; 54 background:transparent url(./images/vista/tabs/tab-btm-inactive-left-bg.gif) no-repeat bottom left;
80} 55}
81.ytabs-bottom .ytab-wrap { 56.ytabs-bottom .ytab-wrap {
82 border-bottom:0px none; 57 border-bottom:0px none;
83 padding-top:0px; 58 padding-top:0px;
84 border-top:1px solid #b3b6b0; 59 border-top:1px solid #b3b6b0;
85} 60}
86.ytabs-bottom .ytab-strip .ytab-right { 61.ytabs-bottom .ytab-strip .ytab-right {
87 background:transparent; 62 background:transparent;
88} 63}
89.ytabs-bottom .ytab-strip .ytab-left { 64.ytabs-bottom .ytab-strip .ytab-left {
90 background:transparent; 65 background:transparent;
91} 66}
92.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover { 67.ytabs-bottom .ytab-strip .on .ytab-right,.ytabs-bottom .ytab-strip .on a:hover {
93 background: url(./images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left; 68 background: url(./images/vista/tabs/tab-btm-right-bg.gif) no-repeat bottom left;
94} 69}
95.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left { 70.ytabs-bottom .ytab-strip .on .ytab-left,.ytabs-bottom .ytab-strip .on a:hover .ytab-left {
96 background: url(./images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right; 71 background: url(./images/vista/tabs/tab-btm-left-bg.gif) no-repeat bottom right;
97} 72}
98/** 73/**
99* Basic-Dialog 74* Basic-Dialog
100*/ 75*/
101.ydlg-proxy { 76.ydlg-proxy {
102 background:#d3d6d0; 77 background:#d3d6d0;
103 border:2px solid #b3b6b0; 78 border:2px solid #b3b6b0;
104} 79}
105.ydlg-shadow{ 80.ydlg-shadow{
106 background:#cccccc; 81 background:#cccccc;
107 opacity:.3; 82 opacity:.3;
108 -moz-opacity:.3; 83 -moz-opacity:.3;
109 filter: alpha(opacity=30); 84 filter: alpha(opacity=30);
110} 85}
111.ydlg .ydlg-hd { 86.ydlg .ydlg-hd {
112 background: url(./images/vista/basic-dialog/hd-sprite.gif) repeat-x 0px -82px; 87 background: url(./images/vista/basic-dialog/hd-sprite.gif) repeat-x 0px -82px;
113 background-color:#333333; 88 background-color:#333333;
114 zoom:1; 89 zoom:1;
115} 90}
116.ydlg .ydlg-hd-left { 91.ydlg .ydlg-hd-left {
117 opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90); 92 opacity:.95;-moz-opacity:.95;filter:alpha(opacity=90);
118 background: url(./images/vista/basic-dialog/hd-sprite.gif) no-repeat 0px -41px; 93 background: url(./images/vista/basic-dialog/hd-sprite.gif) no-repeat 0px -41px;
119 zoom:1; 94 zoom:1;
120} 95}
121.ydlg .ydlg-hd-right { 96.ydlg .ydlg-hd-right {
diff --git a/frontend/beta/css/yui/calendar.css b/frontend/beta/css/yui/calendar.css
index 51399e6..6793936 100644
--- a/frontend/beta/css/yui/calendar.css
+++ b/frontend/beta/css/yui/calendar.css
@@ -1,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30Version 0.11.3 5Version 0.11.3
31*/ 6*/
32 7
33.yui-cal2upwrapper {*height:1%;} /* IE */ 8.yui-cal2upwrapper {*height:1%;} /* IE */
34.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */ 9.yui-cal2upwrapper:after {content:'.';clear:both;display:block;visibility:hidden;height:0;} /* others */
35 10
36.yui-calcontainer { 11.yui-calcontainer {
37 float:left; 12 float:left;
38 padding:5px; 13 padding:5px;
39 background-color:#F7F9FB; 14 background-color:#F7F9FB;
40 border:1px solid #7B9EBD; 15 border:1px solid #7B9EBD;
41} 16}
42 17
43.yui-calcontainer .title { 18.yui-calcontainer .title {
44 font:100% sans-serif; 19 font:100% sans-serif;
45 color:#000; 20 color:#000;
46 font-weight:bold; 21 font-weight:bold;
47 margin-bottom:5px; 22 margin-bottom:5px;
48 height:auto; 23 height:auto;
49 position:relative; 24 position:relative;
50} 25}
51 26
52.yui-calcontainer .title .close-icon { 27.yui-calcontainer .title .close-icon {
53 position:absolute; 28 position:absolute;
54 right:0; 29 right:0;
55 top:0; 30 top:0;
56 border:none; 31 border:none;
57} 32}
58 33
59.yui-calcontainer .cal2up { 34.yui-calcontainer .cal2up {
60 float:left; 35 float:left;
61} 36}
62 37
63.yui-calendar .calnavleft { 38.yui-calendar .calnavleft {
64 position:absolute; 39 position:absolute;
65 background-repeat:no-repeat; 40 background-repeat:no-repeat;
66 cursor:pointer; 41 cursor:pointer;
67 top:2px; 42 top:2px;
68 bottom:0; 43 bottom:0;
69 width:9px; 44 width:9px;
70 height:12px; 45 height:12px;
71 left:2px; 46 left:2px;
72} 47}
73 48
74.yui-calendar .calnavright { 49.yui-calendar .calnavright {
75 position:absolute; 50 position:absolute;
76 background-repeat:no-repeat; 51 background-repeat:no-repeat;
77 cursor:pointer; 52 cursor:pointer;
78 top:2px; 53 top:2px;
79 bottom:0; 54 bottom:0;
80 width:9px; 55 width:9px;
81 height:12px; 56 height:12px;
82 right:2px; 57 right:2px;
83} 58}
84 59
85/* Calendar element styles */ 60/* Calendar element styles */
86 61
87.yui-calendar { 62.yui-calendar {
88 font:100% sans-serif; 63 font:100% sans-serif;
89 text-align:center; 64 text-align:center;
90 border-spacing:0; 65 border-spacing:0;
91 border-collapse:separate; 66 border-collapse:separate;
92} 67}
93 68
94.yui-calendar td.calcell { 69.yui-calendar td.calcell {
95 padding:.1em .2em; 70 padding:.1em .2em;
96 border:1px solid #E0E0E0; 71 border:1px solid #E0E0E0;
97 background-color:#FFF; 72 background-color:#FFF;
98} 73}
99 74
100.yui-calendar td.calcell a { 75.yui-calendar td.calcell a {
101 color:#003DB8; 76 color:#003DB8;
102 text-decoration:none; 77 text-decoration:none;
103} 78}
104 79
105.yui-calendar td.calcell.today { 80.yui-calendar td.calcell.today {
106 border:1px solid #000; 81 border:1px solid #000;
107} 82}
108 83
109.yui-calendar td.calcell.oom { 84.yui-calendar td.calcell.oom {
110 cursor:default; 85 cursor:default;
111 color:#999; 86 color:#999;
112 background-color:#EEE; 87 background-color:#EEE;
113 border:1px solid #E0E0E0; 88 border:1px solid #E0E0E0;
114} 89}
115 90
116.yui-calendar td.calcell.selected { 91.yui-calendar td.calcell.selected {
117 color:#003DB8; 92 color:#003DB8;
118 background-color:#FFF19F; 93 background-color:#FFF19F;
119 border:1px solid #FF9900; 94 border:1px solid #FF9900;
120} 95}
121 96
diff --git a/frontend/beta/css/yui/container.css b/frontend/beta/css/yui/container.css
index 337fe70..69c5cef 100644
--- a/frontend/beta/css/yui/container.css
+++ b/frontend/beta/css/yui/container.css
@@ -1,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30Version 0.11.4 5Version 0.11.4
31*/ 6*/
32 7
33.overlay { 8.overlay {
34 position:absolute; 9 position:absolute;
35 display:block; 10 display:block;
36} 11}
37 12
38.tt { 13.tt {
39 visibility:hidden; 14 visibility:hidden;
40 position:absolute; 15 position:absolute;
41 color:#333; 16 color:#333;
42 background-color:#FDFFB4; 17 background-color:#FDFFB4;
43 font-family:arial,helvetica,verdana,sans-serif; 18 font-family:arial,helvetica,verdana,sans-serif;
44 padding:2px; 19 padding:2px;
45 border:1px solid #FCC90D; 20 border:1px solid #FCC90D;
46 font:100% sans-serif; 21 font:100% sans-serif;
47 width:auto; 22 width:auto;
48} 23}
49 24
50* html body.masked select { 25* html body.masked select {
51 visibility:hidden; 26 visibility:hidden;
52} 27}
53 28
54* html div.panel-container select { 29* html div.panel-container select {
55 visibility:inherit; 30 visibility:inherit;
56} 31}
57 32
58* html div.drag select { 33* html div.drag select {
59 visibility:hidden; 34 visibility:hidden;
60} 35}
61 36
62* html div.hide-select select { 37* html div.hide-select select {
63 visibility:hidden; 38 visibility:hidden;
64} 39}
65 40
66.mask { 41.mask {
67 z-index:0; 42 z-index:0;
68 display:none; 43 display:none;
69 position:absolute; 44 position:absolute;
70 top:0; 45 top:0;
71 left:0; 46 left:0;
72 -moz-opacity: 0.5; 47 -moz-opacity: 0.5;
73 opacity:.50; 48 opacity:.50;
74 filter: alpha(opacity=50); 49 filter: alpha(opacity=50);
75 background-color:#CCC; 50 background-color:#CCC;
76} 51}
77 52
78.hide-scrollbars * { 53.hide-scrollbars * {
79 overflow:hidden; 54 overflow:hidden;
80} 55}
81 56
82.hide-scrollbars textarea, .hide-scrollbars select { 57.hide-scrollbars textarea, .hide-scrollbars select {
83 overflow:hidden; 58 overflow:hidden;
84 display:none; 59 display:none;
85} 60}
86 61
87.show-scrollbars textarea, .show-scrollbars select { 62.show-scrollbars textarea, .show-scrollbars select {
88 overflow:visible; 63 overflow:visible;
89} 64}
90 65
91.panel-container { 66.panel-container {
92 position:absolute; 67 position:absolute;
93 background-color:transparent; 68 background-color:transparent;
94 z-index:6; 69 z-index:6;
95 visibility:hidden; 70 visibility:hidden;
96 overflow:visible; 71 overflow:visible;
97 width:auto; 72 width:auto;
98} 73}
99 74
100.panel-container.matte { 75.panel-container.matte {
101 padding:3px; 76 padding:3px;
102 background-color:#FFF; 77 background-color:#FFF;
103} 78}
104 79
105.panel-container.matte .underlay { 80.panel-container.matte .underlay {
106 display:none; 81 display:none;
107} 82}
108 83
109.panel-container.shadow { 84.panel-container.shadow {
110 padding:0px; 85 padding:0px;
111 background-color:transparent; 86 background-color:transparent;
112} 87}
113 88
114.panel-container.shadow .underlay { 89.panel-container.shadow .underlay {
115 visibility:inherit; 90 visibility:inherit;
116 position:absolute; 91 position:absolute;
117 background-color:#CCC; 92 background-color:#CCC;
118 top:3px;left:3px; 93 top:3px;left:3px;
119 z-index:0; 94 z-index:0;
120 width:100%; 95 width:100%;
121 height:100%; 96 height:100%;
diff --git a/frontend/beta/css/yui/fonts.css b/frontend/beta/css/yui/fonts.css
index a334b8a..04acd9b 100644
--- a/frontend/beta/css/yui/fonts.css
+++ b/frontend/beta/css/yui/fonts.css
@@ -1,59 +1,34 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32 7
33/** 8/**
34 * 84.5% for !IE, keywords for IE 9 * 84.5% for !IE, keywords for IE
35 * Percents could work for IE, but for backCompat purposes, we are using 10 * Percents could work for IE, but for backCompat purposes, we are using
36 keywords. 11 keywords.
37 * x-small is for IE < 6 and IE6 quirks mode. 12 * x-small is for IE < 6 and IE6 quirks mode.
38 * 13 *
39 */ 14 */
40body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x- 15body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-
41small;} 16small;}
42table {font-size:inherit;font:100%;} 17table {font-size:inherit;font:100%;}
43 18
44/** 19/**
45 * 99% for safari; 100% is too large 20 * 99% for safari; 100% is too large
46 */ 21 */
47select, input, textarea {font:99% arial,helvetica,clean,sans-serif;} 22select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
48 23
49/** 24/**
50 * Bump up !IE to get to 13px equivalent 25 * Bump up !IE to get to 13px equivalent
51 */ 26 */
52pre, code {font:115% monospace;*font-size:100%;} 27pre, code {font:115% monospace;*font-size:100%;}
53 28
54/** 29/**
55 * Default line-height based on font-size rather than "computed-value" 30 * Default line-height based on font-size rather than "computed-value"
56 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height 31 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
57 */ 32 */
58body * {line-height:1.22em;} 33body * {line-height:1.22em;}
59 34
diff --git a/frontend/beta/css/yui/grids.css b/frontend/beta/css/yui/grids.css
index 7d60306..284b7c2 100644
--- a/frontend/beta/css/yui/grids.css
+++ b/frontend/beta/css/yui/grids.css
@@ -1,113 +1,88 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32body { 7body {
33 text-align:center; 8 text-align:center;
34} 9}
35 10
36#doc { 11#doc {
37 width:57.69em; 12 width:57.69em;
38 *width:56.3em; /* IE */ 13 *width:56.3em; /* IE */
39 min-width:750px; 14 min-width:750px;
40 margin:auto; 15 margin:auto;
41 text-align:left; 16 text-align:left;
42} 17}
43 18
44#hd,#bd {margin-bottom:1em;text-align:left;} 19#hd,#bd {margin-bottom:1em;text-align:left;}
45#ft {font-size:77%;font-family:verdana;clear:both;} 20#ft {font-size:77%;font-family:verdana;clear:both;}
46 21
47/* rules for main templates */ 22/* rules for main templates */
48.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b, 23.yui-t1 #yui-main .yui-b, .yui-t2 #yui-main .yui-b, .yui-t3 #yui-main .yui-b,
49.yui-t4 .yui-b, .yui-t5 .yui-b, .yui-t6 .yui-b {float:right;} 24.yui-t4 .yui-b, .yui-t5 .yui-b, .yui-t6 .yui-b {float:right;}
50.yui-t1 .yui-b, .yui-t2 .yui-b, .yui-t3 .yui-b, .yui-t4 #yui-main .yui-b, .yui- 25.yui-t1 .yui-b, .yui-t2 .yui-b, .yui-t3 .yui-b, .yui-t4 #yui-main .yui-b, .yui-
51t5 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {float:left;} 26t5 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {float:left;}
52 27
53/* t1: L160 */ 28/* t1: L160 */
54.yui-t1 #yui-main .yui-b {width:76%;min-width:570px;} 29.yui-t1 #yui-main .yui-b {width:76%;min-width:570px;}
55.yui-t1 .yui-b {width:21.33%;min-width:160px;} 30.yui-t1 .yui-b {width:21.33%;min-width:160px;}
56 31
57/* t2 & t4: L180 & R180 */ 32/* t2 & t4: L180 & R180 */
58.yui-t2 #yui-main .yui-b, .yui-t4 #yui-main .yui-b {width:73.4%;min- 33.yui-t2 #yui-main .yui-b, .yui-t4 #yui-main .yui-b {width:73.4%;min-
59width:550px;} 34width:550px;}
60.yui-t2 .yui-b, .yui-t4 .yui-b {width:24%;min-width:180px;} 35.yui-t2 .yui-b, .yui-t4 .yui-b {width:24%;min-width:180px;}
61 36
62/* t3 & t6: L300 & R300 */ 37/* t3 & t6: L300 & R300 */
63.yui-t3 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {width:57.6%;min- 38.yui-t3 #yui-main .yui-b, .yui-t6 #yui-main .yui-b {width:57.6%;min-
64width:430px;} 39width:430px;}
65.yui-t3 .yui-b, .yui-t6 .yui-b {width:40%;min-width:300px;} 40.yui-t3 .yui-b, .yui-t6 .yui-b {width:40%;min-width:300px;}
66 41
67/* t5: R240 */ 42/* t5: R240 */
68.yui-t5 #yui-main .yui-b {width:65.4%;min-width:490px;} 43.yui-t5 #yui-main .yui-b {width:65.4%;min-width:490px;}
69.yui-t5 .yui-b {width:32%;min-width:240px;} 44.yui-t5 .yui-b {width:32%;min-width:240px;}
70 45
71/* t7: 750 */ 46/* t7: 750 */
72 47
73 48
74 49
75 /*grid-generic rules for all templates */ 50 /*grid-generic rules for all templates */
76 51
77/* all modules and grids nested in a grid get floated */ 52/* all modules and grids nested in a grid get floated */
78.yui-g .yui-u, .yui-g .yui-g, .yui-ge .yui-u, .yui-gf .yui-u { 53.yui-g .yui-u, .yui-g .yui-g, .yui-ge .yui-u, .yui-gf .yui-u {
79 float:right; 54 float:right;
80 display:inline; /* IE */ 55 display:inline; /* IE */
81} 56}
82 57
83/* float left and kill margin on first for added flex */ 58/* float left and kill margin on first for added flex */
84.yui-g .first, .yui-gd .first, .yui-ge .first, .yui-gf .first {float:left; } 59.yui-g .first, .yui-gd .first, .yui-ge .first, .yui-gf .first {float:left; }
85 60
86/* 2 col */ 61/* 2 col */
87.yui-g .yui-u, .yui-g .yui-g {width:49.1%;} 62.yui-g .yui-u, .yui-g .yui-g {width:49.1%;}
88.yui-g .yui-g .yui-u {width:48.1%;} /* smaller for nested to preserve margins */ 63.yui-g .yui-g .yui-u {width:48.1%;} /* smaller for nested to preserve margins */
89 64
90/* 3 col */ 65/* 3 col */
91.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u { 66.yui-gb .yui-u, .yui-gc .yui-u, .yui-gd .yui-u {
92 float:left; /* need to reverse the order for 3 */ 67 float:left; /* need to reverse the order for 3 */
93 margin-left:2%; *margin-left:1.895%; 68 margin-left:2%; *margin-left:1.895%;
94 width:32%; 69 width:32%;
95} 70}
96 71
97.yui-gb .first, .yui-gc .first, .yui-gd .first {margin-left:0;} 72.yui-gb .first, .yui-gc .first, .yui-gd .first {margin-left:0;}
98 73
99/* colspan 2 */ 74/* colspan 2 */
100.yui-gc .first, .yui-gd .yui-u {width:66%;} 75.yui-gc .first, .yui-gd .yui-u {width:66%;}
101.yui-gd .first {width:32%;} 76.yui-gd .first {width:32%;}
102 77
103/* colspan 3 */ 78/* colspan 3 */
104.yui-ge .yui-u {width:24%;} 79.yui-ge .yui-u {width:24%;}
105.yui-ge .first, .yui-gf .yui-u {width:74.2%;} 80.yui-ge .first, .yui-gf .yui-u {width:74.2%;}
106.yui-gf .first {width:24%;} 81.yui-gf .first {width:24%;}
107.yui-ge .first {width:74.2%;} 82.yui-ge .first {width:74.2%;}
108 83
109/* self clear floated parent containers */ 84/* self clear floated parent containers */
110#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui- 85#bd:after, .yui-g:after, .yui-gb:after, .yui-gc:after, .yui-gd:after, .yui-
111ge:after, .yui-gf:after 86ge:after, .yui-gf:after
112{content:".";display:block;height:0;clear:both;visibility:hidden;} 87{content:".";display:block;height:0;clear:both;visibility:hidden;}
113#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;} /* IE */ 88#bd, .yui-g, .yui-gb, .yui-gc, .yui-gd, .yui-ge, .yui-gf {zoom:1;} /* IE */
diff --git a/frontend/beta/css/yui/logger.css b/frontend/beta/css/yui/logger.css
index 2fdebcf..58a2c4d 100644
--- a/frontend/beta/css/yui/logger.css
+++ b/frontend/beta/css/yui/logger.css
@@ -1,46 +1,21 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */ 1/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt Version: 0.11.3 */
27/* logger default styles */ 2/* logger default styles */
28/* font size is controlled here: default 77% */ 3/* font size is controlled here: default 77% */
29#yui-log {position:absolute;top:1em;right:1em;font-size:77%;text-align:left;} 4#yui-log {position:absolute;top:1em;right:1em;font-size:77%;text-align:left;}
30/* width is controlled here: default 31em */ 5/* width is controlled here: default 31em */
31.yui-log {padding:1em;width:31em;background-color:#AAA;border:1px solid black;font-family:monospace;z-index:9000;} 6.yui-log {padding:1em;width:31em;background-color:#AAA;border:1px solid black;font-family:monospace;z-index:9000;}
32.yui-log p {margin:1px;padding:.1em;} 7.yui-log p {margin:1px;padding:.1em;}
33.yui-log button {font-family:monospace;} 8.yui-log button {font-family:monospace;}
34.yui-log .yui-log-hd {margin-top:1em;padding:.5em;background-color:#575757;color:#FFF;} 9.yui-log .yui-log-hd {margin-top:1em;padding:.5em;background-color:#575757;color:#FFF;}
35/* height is controlled here: default 20em*/ 10/* height is controlled here: default 20em*/
36.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid gray;overflow:auto;} 11.yui-log .yui-log-bd {width:100%;height:20em;background-color:#FFF;border:1px solid gray;overflow:auto;}
37.yui-log .yui-log-ft {margin-top:.5em;margin-bottom:1em;} 12.yui-log .yui-log-ft {margin-top:.5em;margin-bottom:1em;}
38.yui-log .yui-log-ft .yui-log-categoryfilters {} 13.yui-log .yui-log-ft .yui-log-categoryfilters {}
39.yui-log .yui-log-ft .yui-log-sourcefilters {width:100%;border-top:1px solid #575757;margin-top:.75em;padding-top:.75em;} 14.yui-log .yui-log-ft .yui-log-sourcefilters {width:100%;border-top:1px solid #575757;margin-top:.75em;padding-top:.75em;}
40.yui-log .yui-log-btns {position:relative;float:right;bottom:.25em;} 15.yui-log .yui-log-btns {position:relative;float:right;bottom:.25em;}
41.yui-log .yui-log-filtergrp {margin-right:.5em;} 16.yui-log .yui-log-filtergrp {margin-right:.5em;}
42.yui-log .info {background-color:#A7CC25;} /* A7CC25 green */ 17.yui-log .info {background-color:#A7CC25;} /* A7CC25 green */
43.yui-log .warn {background-color:#F58516;} /* F58516 orange */ 18.yui-log .warn {background-color:#F58516;} /* F58516 orange */
44.yui-log .error {background-color:#E32F0B;} /* E32F0B red */ 19.yui-log .error {background-color:#E32F0B;} /* E32F0B red */
45.yui-log .time {background-color:#A6C9D7;} /* A6C9D7 blue */ 20.yui-log .time {background-color:#A6C9D7;} /* A6C9D7 blue */
46.yui-log .window {background-color:#F2E886;} /* F2E886 tan */ 21.yui-log .window {background-color:#F2E886;} /* F2E886 tan */
diff --git a/frontend/beta/css/yui/menu.css b/frontend/beta/css/yui/menu.css
index 0b8eba7..05c97a9 100644
--- a/frontend/beta/css/yui/menu.css
+++ b/frontend/beta/css/yui/menu.css
@@ -1,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.com/yui/license.txt 4http://developer.yahoo.com/yui/license.txt
30Version: 0.11.3 5Version: 0.11.3
31*/ 6*/
32 7
33 8
34 9
35/* Menu styles */ 10/* Menu styles */
36 11
37div.yuimenu { 12div.yuimenu {
38 13
39 z-index:1; 14 z-index:1;
40 visibility:hidden; 15 visibility:hidden;
41 background-color:#f6f7ee; 16 background-color:#f6f7ee;
42 border:solid 1px #c4c4be; 17 border:solid 1px #c4c4be;
43 padding:1px; 18 padding:1px;
44 19
45} 20}
46 21
47 22
48/* MenuBar Styles */ 23/* MenuBar Styles */
49 24
50div.yuimenubar { 25div.yuimenubar {
51 26
52 background-color:#f6f7ee; 27 background-color:#f6f7ee;
53 28
54} 29}
55 30
56/* 31/*
57 Application of "zoom:1" triggers "haslayout" in IE so that the module's 32 Application of "zoom:1" triggers "haslayout" in IE so that the module's
58 body clears its floated elements 33 body clears its floated elements
59*/ 34*/
60div.yuimenubar div.bd { 35div.yuimenubar div.bd {
61 36
62 zoom:1; 37 zoom:1;
63 38
64} 39}
65 40
66/* 41/*
67 Clear the module body for other browsers 42 Clear the module body for other browsers
68*/ 43*/
69div.yuimenubar div.bd:after { 44div.yuimenubar div.bd:after {
70 45
71 content:'.'; 46 content:'.';
72 display:block; 47 display:block;
73 clear:both; 48 clear:both;
74 visibility:hidden; 49 visibility:hidden;
75 height:0; 50 height:0;
76 51
77} 52}
78 53
79 54
80/* Matches the group title (H6) inside a Menu or MenuBar instance */ 55/* Matches the group title (H6) inside a Menu or MenuBar instance */
81 56
82div.yuimenu h6, 57div.yuimenu h6,
83div.yuimenubar h6 { 58div.yuimenubar h6 {
84 59
85 font-size:100%; 60 font-size:100%;
86 font-weight:normal; 61 font-weight:normal;
87 margin:0; 62 margin:0;
88 border:solid 1px #c4c4be; 63 border:solid 1px #c4c4be;
89 color:#b9b9b9; 64 color:#b9b9b9;
90 65
91} 66}
92 67
93div.yuimenubar h6 { 68div.yuimenubar h6 {
94 69
95 float:left; 70 float:left;
96 display:inline; /* Prevent margin doubling in IE */ 71 display:inline; /* Prevent margin doubling in IE */
97 padding:4px 12px; 72 padding:4px 12px;
98 border-width:0 1px 0 0; 73 border-width:0 1px 0 0;
99 74
100} 75}
101 76
102div.yuimenu h6 { 77div.yuimenu h6 {
103 78
104 float:none; 79 float:none;
105 display:block; 80 display:block;
106 border-width:1px 0 0 0; 81 border-width:1px 0 0 0;
107 padding:5px 10px 0 10px; 82 padding:5px 10px 0 10px;
108 83
109} 84}
110 85
111 86
112/* Matches the UL inside a Menu or MenuBar instance */ 87/* Matches the UL inside a Menu or MenuBar instance */
113 88
114div.yuimenubar ul { 89div.yuimenubar ul {
115 90
116 list-style-type:none; 91 list-style-type:none;
117 margin:0; 92 margin:0;
118 padding:0; 93 padding:0;
119 94
120} 95}
121 96
diff --git a/frontend/beta/css/yui/reset.css b/frontend/beta/css/yui/reset.css
index eb8e615..9c46d77 100644
--- a/frontend/beta/css/yui/reset.css
+++ b/frontend/beta/css/yui/reset.css
@@ -1,40 +1,15 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.net/yui/license.txt 4http://developer.yahoo.net/yui/license.txt
30version: 0.11.3 5version: 0.11.3
31*/ 6*/
32body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;} 7body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
33table{border-collapse:collapse;border-spacing:0;} 8table{border-collapse:collapse;border-spacing:0;}
34fieldset,img{border:0;} 9fieldset,img{border:0;}
35address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} 10address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
36ol,ul {list-style:none;} 11ol,ul {list-style:none;}
37caption,th {text-align:left;} 12caption,th {text-align:left;}
38h1,h2,h3,h4,h5,h6{font-size:100%;} 13h1,h2,h3,h4,h5,h6{font-size:100%;}
39q:before,q:after{content:'';} 14q:before,q:after{content:'';}
40 15
diff --git a/frontend/beta/css/yui/tree.css b/frontend/beta/css/yui/tree.css
index 00aeb86..1dfd07e 100644
--- a/frontend/beta/css/yui/tree.css
+++ b/frontend/beta/css/yui/tree.css
@@ -1,121 +1,96 @@
1/*
2
3Copyright 2008-2011 Clipperz Srl
4
5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please
8refer to http://www.clipperz.com.
9
10* Clipperz Community Edition is free software: you can redistribute
11 it and/or modify it under the terms of the GNU Affero General Public
12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version.
14
15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details.
19
20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>.
23
24*/
25
26/* 1/*
27Copyright (c) 2006, Yahoo! Inc. All rights reserved. 2Copyright (c) 2006, Yahoo! Inc. All rights reserved.
28Code licensed under the BSD License: 3Code licensed under the BSD License:
29http://developer.yahoo.com/yui/license.txt 4http://developer.yahoo.com/yui/license.txt
30Version: 0.11.3 5Version: 0.11.3
31*/ 6*/
32 7
33/* first or middle sibling, no children */ 8/* first or middle sibling, no children */
34.ygtvtn { 9.ygtvtn {
35 width:16px; height:22px; 10 width:16px; height:22px;
36 background: url(../../images/yui/treeview/tn.gif) 0 0 no-repeat; 11 background: url(../../images/yui/treeview/tn.gif) 0 0 no-repeat;
37} 12}
38 13
39/* first or middle sibling, collapsable */ 14/* first or middle sibling, collapsable */
40.ygtvtm { 15.ygtvtm {
41 width:16px; height:22px; 16 width:16px; height:22px;
42 cursor:pointer ; 17 cursor:pointer ;
43 background: url(../../images/yui/treeview/tm.gif) 0 0 no-repeat; 18 background: url(../../images/yui/treeview/tm.gif) 0 0 no-repeat;
44} 19}
45 20
46/* first or middle sibling, collapsable, hover */ 21/* first or middle sibling, collapsable, hover */
47.ygtvtmh { 22.ygtvtmh {
48 width:16px; height:22px; 23 width:16px; height:22px;
49 cursor:pointer ; 24 cursor:pointer ;
50 background: url(../../images/yui/treeview/tmh.gif) 0 0 no-repeat; 25 background: url(../../images/yui/treeview/tmh.gif) 0 0 no-repeat;
51} 26}
52 27
53/* first or middle sibling, expandable */ 28/* first or middle sibling, expandable */
54.ygtvtp { 29.ygtvtp {
55 width:16px; height:22px; 30 width:16px; height:22px;
56 cursor:pointer ; 31 cursor:pointer ;
57 background: url(../../images/yui/treeview/tp.gif) 0 0 no-repeat; 32 background: url(../../images/yui/treeview/tp.gif) 0 0 no-repeat;
58} 33}
59 34
60/* first or middle sibling, expandable, hover */ 35/* first or middle sibling, expandable, hover */
61.ygtvtph { 36.ygtvtph {
62 width:16px; height:22px; 37 width:16px; height:22px;
63 cursor:pointer ; 38 cursor:pointer ;
64 background: url(../../images/yui/treeview/tph.gif) 0 0 no-repeat; 39 background: url(../../images/yui/treeview/tph.gif) 0 0 no-repeat;
65} 40}
66 41
67/* last sibling, no children */ 42/* last sibling, no children */
68.ygtvln { 43.ygtvln {
69 width:16px; height:22px; 44 width:16px; height:22px;
70 background: url(../../images/yui/treeview/ln.gif) 0 0 no-repeat; 45 background: url(../../images/yui/treeview/ln.gif) 0 0 no-repeat;
71} 46}
72 47
73/* Last sibling, collapsable */ 48/* Last sibling, collapsable */
74.ygtvlm { 49.ygtvlm {
75 width:16px; height:22px; 50 width:16px; height:22px;
76 cursor:pointer ; 51 cursor:pointer ;
77 background: url(../../images/yui/treeview/lm.gif) 0 0 no-repeat; 52 background: url(../../images/yui/treeview/lm.gif) 0 0 no-repeat;
78} 53}
79 54
80/* Last sibling, collapsable, hover */ 55/* Last sibling, collapsable, hover */
81.ygtvlmh { 56.ygtvlmh {
82 width:16px; height:22px; 57 width:16px; height:22px;
83 cursor:pointer ; 58 cursor:pointer ;
84 background: url(../../images/yui/treeview/lmh.gif) 0 0 no-repeat; 59 background: url(../../images/yui/treeview/lmh.gif) 0 0 no-repeat;
85} 60}
86 61
87/* Last sibling, expandable */ 62/* Last sibling, expandable */
88.ygtvlp { 63.ygtvlp {
89 width:16px; height:22px; 64 width:16px; height:22px;
90 cursor:pointer ; 65 cursor:pointer ;
91 background: url(../../images/yui/treeview/lp.gif) 0 0 no-repeat; 66 background: url(../../images/yui/treeview/lp.gif) 0 0 no-repeat;
92} 67}
93 68
94/* Last sibling, expandable, hover */ 69/* Last sibling, expandable, hover */
95.ygtvlph { 70.ygtvlph {
96 width:16px; height:22px; cursor:pointer ; 71 width:16px; height:22px; cursor:pointer ;
97 background: url(../../images/yui/treeview/lph.gif) 0 0 no-repeat; 72 background: url(../../images/yui/treeview/lph.gif) 0 0 no-repeat;
98} 73}
99 74
100/* Loading icon */ 75/* Loading icon */
101.ygtvloading { 76.ygtvloading {
102 width:16px; height:22px; 77 width:16px; height:22px;
103 background: url(../../images/yui/treeview/loading.gif) 0 0 no-repeat; 78 background: url(../../images/yui/treeview/loading.gif) 0 0 no-repeat;
104} 79}
105 80
106/* the style for the empty cells that are used for rendering the depth 81/* the style for the empty cells that are used for rendering the depth
107 * of the node */ 82 * of the node */
108.ygtvdepthcell { 83.ygtvdepthcell {
109 width:16px; height:22px; 84 width:16px; height:22px;
110 background: url(../../images/yui/treeview/vline.gif) 0 0 no-repeat; 85 background: url(../../images/yui/treeview/vline.gif) 0 0 no-repeat;
111} 86}
112 87
113.ygtvblankdepthcell { width:16px; height:22px; } 88.ygtvblankdepthcell { width:16px; height:22px; }
114 89
115/* the style of the div around each node */ 90/* the style of the div around each node */
116.ygtvitem { } 91.ygtvitem { }
117 92
118/* the style of the div around each node's collection of children */ 93/* the style of the div around each node's collection of children */
119.ygtvchildren { } 94.ygtvchildren { }
120* html .ygtvchildren { height:2%; } 95* html .ygtvchildren { height:2%; }
121 96