summaryrefslogtreecommitdiff
path: root/frontend/beta
Unidiff
Diffstat (limited to 'frontend/beta') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/beta/css/yui-extensions/basic-dialog.css6
1 files changed, 0 insertions, 6 deletions
diff --git a/frontend/beta/css/yui-extensions/basic-dialog.css b/frontend/beta/css/yui-extensions/basic-dialog.css
index 5a6cefb..2b1e20c 100644
--- a/frontend/beta/css/yui-extensions/basic-dialog.css
+++ b/frontend/beta/css/yui-extensions/basic-dialog.css
@@ -1,198 +1,192 @@
1/* 1/*
2 2
3Copyright 2008-2011 Clipperz Srl 3Copyright 2008-2011 Clipperz Srl
4 4
5This file is part of Clipperz Community Edition. 5This file is part of Clipperz Community Edition.
6Clipperz Community Edition is an online password manager. 6Clipperz Community Edition is an online password manager.
7For further information about its features and functionalities please 7For further information about its features and functionalities please
8refer to http://www.clipperz.com. 8refer to http://www.clipperz.com.
9 9
10* Clipperz Community Edition is free software: you can redistribute 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 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 12 License as published by the Free Software Foundation, either version
13 3 of the License, or (at your option) any later version. 13 3 of the License, or (at your option) any later version.
14 14
15* Clipperz Community Edition is distributed in the hope that it will 15* Clipperz Community Edition is distributed in the hope that it will
16 be useful, but WITHOUT ANY WARRANTY; without even the implied 16 be useful, but WITHOUT ANY WARRANTY; without even the implied
17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 17 warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18 See the GNU Affero General Public License for more details. 18 See the GNU Affero General Public License for more details.
19 19
20* You should have received a copy of the GNU Affero General Public 20* You should have received a copy of the GNU Affero General Public
21 License along with Clipperz Community Edition. If not, see 21 License along with Clipperz Community Edition. If not, see
22 <http://www.gnu.org/licenses/>. 22 <http://www.gnu.org/licenses/>.
23 23
24*/ 24*/
25 25
26.ydlg-proxy { 26.ydlg-proxy {
27<<<<<<< HEAD
28 background-image: url(./images/default/gradient-bg.gif); 27 background-image: url(./images/default/gradient-bg.gif);
29=======
30>>>>>>> 0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9
31 background-color:#c3daf9; 28 background-color:#c3daf9;
32 border:1px solid #6593cf; 29 border:1px solid #6593cf;
33 z-index:10001; 30 z-index:10001;
34 overflow:hidden; 31 overflow:hidden;
35 position:absolute; 32 position:absolute;
36 left:0;top:0; 33 left:0;top:0;
37} 34}
38.ydlg-shadow{ 35.ydlg-shadow{
39 background:#aaaaaa; 36 background:#aaaaaa;
40 position:absolute; 37 position:absolute;
41 left:0;top:0; 38 left:0;top:0;
42} 39}
43.ydlg-focus{ 40.ydlg-focus{
44 -moz-outline:0 none; 41 -moz-outline:0 none;
45 outline:0 none; 42 outline:0 none;
46 width:0; 43 width:0;
47 height:0; 44 height:0;
48 overflow:hidden; 45 overflow:hidden;
49 position:absolute; 46 position:absolute;
50 top:0; 47 top:0;
51 left:0; 48 left:0;
52} 49}
53.ydlg-mask{ 50.ydlg-mask{
54 z-index:10000; 51 z-index:10000;
55 display:none; 52 display:none;
56 position:absolute; 53 position:absolute;
57 top:0; 54 top:0;
58 left:0; 55 left:0;
59 -moz-opacity: 0.5; 56 -moz-opacity: 0.5;
60 opacity:.50; 57 opacity:.50;
61 filter: alpha(opacity=50); 58 filter: alpha(opacity=50);
62 background-color:#CCC; 59 background-color:#CCC;
63} 60}
64body.masked{ 61body.masked{
65} 62}
66body.masked select { 63body.masked select {
67 visibility:hidden; 64 visibility:hidden;
68} 65}
69body.masked .ydlg select { 66body.masked .ydlg select {
70 visibility:visible; 67 visibility:visible;
71} 68}
72.ydlg{ 69.ydlg{
73 z-index:10001; 70 z-index:10001;
74 overflow:hidden; 71 overflow:hidden;
75 position:absolute; 72 position:absolute;
76 left:300;top:0; 73 left:300;top:0;
77} 74}
78.yresizable-proxy{ 75.yresizable-proxy{
79 z-index:10002; 76 z-index:10002;
80} 77}
81.ydlg .ydlg-hd { 78.ydlg .ydlg-hd {
82 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px; 79 background: url(./images/default/basic-dialog/hd-sprite.gif) repeat-x 0 -82px;
83 background-color:navy; 80 background-color:navy;
84 color:#ffffff; 81 color:#ffffff;
85 font:bold 12px "sans serif", tahoma, verdana, helvetica; 82 font:bold 12px "sans serif", tahoma, verdana, helvetica;
86 overflow:hidden; 83 overflow:hidden;
87 padding:5px; 84 padding:5px;
88} 85}
89.ydlg .ydlg-hd-left { 86.ydlg .ydlg-hd-left {
90 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px; 87 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat 0 -41px;
91 padding-left:3px; 88 padding-left:3px;
92 margin:0px; 89 margin:0px;
93} 90}
94.ydlg .ydlg-hd-right { 91.ydlg .ydlg-hd-right {
95 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0; 92 background: url(./images/default/basic-dialog/hd-sprite.gif) no-repeat right 0;
96 padding-right:3px; 93 padding-right:3px;
97} 94}
98.ydlg .ydlg-dlg-body{ 95.ydlg .ydlg-dlg-body{
99<<<<<<< HEAD
100 background:url(./images/default/layout/gradient-bg.gif); 96 background:url(./images/default/layout/gradient-bg.gif);
101=======
102>>>>>>> 0db1d5c8b18eadc4bd9cfc6603e86227fa94b5a9
103 border:1px solid #6593cf; 97 border:1px solid #6593cf;
104 border-top:0 none; 98 border-top:0 none;
105 padding:10px; 99 padding:10px;
106 overflow:hidden; 100 overflow:hidden;
107} 101}
108.ydlg .ydlg-bd{ 102.ydlg .ydlg-bd{
109 overflow:hidden; 103 overflow:hidden;
110} 104}
111.ydlg .ydlg-ft{ 105.ydlg .ydlg-ft{
112 overflow:hidden; 106 overflow:hidden;
113 padding:5px; 107 padding:5px;
114 padding-bottom:0; 108 padding-bottom:0;
115} 109}
116.ydlg .yui-ext-tabbody{ 110.ydlg .yui-ext-tabbody{
117 background:white; 111 background:white;
118 overflow:auto; 112 overflow:auto;
119} 113}
120.ydlg .ytabs-top .yui-ext-tabbody{ 114.ydlg .ytabs-top .yui-ext-tabbody{
121 border:1px solid #6593cf; 115 border:1px solid #6593cf;
122 border-top:0 none; 116 border-top:0 none;
123} 117}
124.ydlg .ytabs-bottom .yui-ext-tabbody{ 118.ydlg .ytabs-bottom .yui-ext-tabbody{
125 border:1px solid #6593cf; 119 border:1px solid #6593cf;
126 border-bottom:0 none; 120 border-bottom:0 none;
127} 121}
128.ydlg .ylayout-container .yui-ext-tabbody{ 122.ydlg .ylayout-container .yui-ext-tabbody{
129 border:0 none; 123 border:0 none;
130} 124}
131.ydlg .inner-tab{ 125.ydlg .inner-tab{
132 margin:5px; 126 margin:5px;
133} 127}
134.ydlg .ydlg-ft .ybtn{ 128.ydlg .ydlg-ft .ybtn{
135 margin-right:5px; 129 margin-right:5px;
136 float:right; 130 float:right;
137 clear:none; 131 clear:none;
138} 132}
139.ydlg .ydlg-ft .ydlg-btns td { 133.ydlg .ydlg-ft .ydlg-btns td {
140 border:0; 134 border:0;
141 padding:0; 135 padding:0;
142} 136}
143.ydlg .ydlg-ft .ydlg-btns-right table{ 137.ydlg .ydlg-ft .ydlg-btns-right table{
144 float:right; 138 float:right;
145 clear:none; 139 clear:none;
146} 140}
147.ydlg .ydlg-ft .ydlg-btns-left table{ 141.ydlg .ydlg-ft .ydlg-btns-left table{
148 float:left; 142 float:left;
149 clear:none; 143 clear:none;
150} 144}
151.ydlg .ydlg-ft .ydlg-btns-center{ 145.ydlg .ydlg-ft .ydlg-btns-center{
152 text-align:center; /*ie*/ 146 text-align:center; /*ie*/
153} 147}
154.ydlg .ydlg-ft .ydlg-btns-center table{ 148.ydlg .ydlg-ft .ydlg-btns-center table{
155 margin:0 auto; /*everyone else*/ 149 margin:0 auto; /*everyone else*/
156} 150}
157.ydlg-draggable .ydlg-hd{ 151.ydlg-draggable .ydlg-hd{
158 cursor:move; 152 cursor:move;
159} 153}
160.ydlg-closable .ydlg-hd{ 154.ydlg-closable .ydlg-hd{
161 padding-right:22px; 155 padding-right:22px;
162} 156}
163.ydlg .ydlg-close { 157.ydlg .ydlg-close {
164 position:absolute; 158 position:absolute;
165 top:4px; 159 top:4px;
166 right:4px; 160 right:4px;
167 z-index:6; 161 z-index:6;
168 height:15px; 162 height:15px;
169 width:15px; 163 width:15px;
170 margin:0; 164 margin:0;
171 padding:0; 165 padding:0;
172 line-height:1px; 166 line-height:1px;
173 font-size:1px; 167 font-size:1px;
174 background-repeat:no-repeat; 168 background-repeat:no-repeat;
175 cursor:pointer; 169 cursor:pointer;
176 visibility:inherit; 170 visibility:inherit;
177 background-image:url(./images/default/basic-dialog/close.gif); 171 background-image:url(./images/default/basic-dialog/close.gif);
178} 172}
179.ydlg div.yresizable-handle-east{ 173.ydlg div.yresizable-handle-east{
180 background-image:url(./images/default/sizer/e-handle-dark.gif); 174 background-image:url(./images/default/sizer/e-handle-dark.gif);
181 border:0; 175 border:0;
182 background-position:left; 176 background-position:left;
183 margin-right:0; 177 margin-right:0;
184} 178}
185.ydlg div.yresizable-handle-south{ 179.ydlg div.yresizable-handle-south{
186 background-image:url(./images/default/sizer/s-handle-dark.gif); 180 background-image:url(./images/default/sizer/s-handle-dark.gif);
187 border:0; 181 border:0;
188 height:6px; 182 height:6px;
189} 183}
190.ydlg div.yresizable-handle-west{ 184.ydlg div.yresizable-handle-west{
191 background-image:url(./images/default/sizer/e-handle-dark.gif); 185 background-image:url(./images/default/sizer/e-handle-dark.gif);
192 border:0; 186 border:0;
193 background-position:1px; 187 background-position:1px;
194} 188}
195.ydlg div.yresizable-handle-north{ 189.ydlg div.yresizable-handle-north{
196 background-image:url(./images/default/s.gif); 190 background-image:url(./images/default/s.gif);
197 border:0; 191 border:0;
198} 192}