summaryrefslogtreecommitdiff
path: root/frontend/gamma
Unidiff
Diffstat (limited to 'frontend/gamma') (more/less context) (ignore whitespace changes)
-rw-r--r--frontend/gamma/css/web.css56
-rw-r--r--frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js4
-rw-r--r--frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js32
3 files changed, 85 insertions, 7 deletions
diff --git a/frontend/gamma/css/web.css b/frontend/gamma/css/web.css
index 011831a..7d1745b 100644
--- a/frontend/gamma/css/web.css
+++ b/frontend/gamma/css/web.css
@@ -1,4108 +1,4158 @@
1/* 1/*
2 2
3Copyright 2008-2013 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz, the online password manager. 5This file is part of Clipperz, the online password manager.
6For further information about its features and functionalities please 6For further information about its features and functionalities please
7refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
8 8
9* Clipperz is free software: you can redistribute it and/or modify it 9* Clipperz is free software: you can redistribute it and/or modify it
10 under the terms of the GNU Affero General Public License as published 10 under the terms of the GNU Affero General Public License as published
11 by the Free Software Foundation, either version 3 of the License, or 11 by the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.
13 13
14* Clipperz is distributed in the hope that it will be useful, but 14* Clipperz is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of 15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
18 18
19* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
20 License along with Clipperz. If not, see http://www.gnu.org/licenses/. 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
21 21
22*/ 22*/
23 23
24/* 24/*
25 25
26Color list: 26Color list:
27- login box: 27- login box:
28 light#ff9955 28 light#ff9955
29 dark#ff6622 29 dark#ff6622
30- login button: 30- login button:
31 regular#dd5500 31 regular#dd5500
32 hover#773311 32 hover#773311
33- login translations: 33- login translations:
34 box: #cc6622; 34 box: #cc6622;
35 not-selected: 35 not-selected:
36 color: #ddaa99 36 color: #ddaa99
37 background:#994422 37 background:#994422
38 selected: #772211; 38 selected: #772211;
39*/ 39*/
40html { 40html {
41 height: 100%; 41 height: 100%;
42} 42}
43body { 43body {
44 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 44 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
45 margin: 0px; 45 margin: 0px;
46} 46}
47div.modalDialogMask.userInfoBoxMask { 47div.modalDialogMask.userInfoBoxMask {
48 -moz-opacity: 0.0; 48 -moz-opacity: 0.0;
49 opacity: .0; 49 opacity: .0;
50 filter: alpha(opacity=0); 50 filter: alpha(opacity=0);
51 z-index: 19000; 51 z-index: 19000;
52} 52}
53.reset-margin { 53.reset-margin {
54 margin: 0px; 54 margin: 0px;
55 padding: 0px; 55 padding: 0px;
56 border: 0px; 56 border: 0px;
57} 57}
58.clear { 58.clear {
59 clear: both; 59 clear: both;
60} 60}
61.hidden_none { 61.hidden_none {
62 display: none; 62 display: none;
63 visibility: hidden; 63 visibility: hidden;
64} 64}
65.keepTogether { 65.keepTogether {
66 display: inline-block; 66 display: inline-block;
67 white-space: nowrap; 67 white-space: nowrap;
68} 68}
69#mainDiv { 69#mainDiv {
70 margin: 0 auto; 70 margin: 0 auto;
71} 71}
72/* 72/*
73 73
74Color list: 74Color list:
75- login box: 75- login box:
76 light#ff9955 76 light#ff9955
77 dark#ff6622 77 dark#ff6622
78- login button: 78- login button:
79 regular#dd5500 79 regular#dd5500
80 hover#773311 80 hover#773311
81- login translations: 81- login translations:
82 box: #cc6622; 82 box: #cc6622;
83 not-selected: 83 not-selected:
84 color: #ddaa99 84 color: #ddaa99
85 background:#994422 85 background:#994422
86 selected: #772211; 86 selected: #772211;
87*/ 87*/
88html { 88html {
89 height: 100%; 89 height: 100%;
90} 90}
91body { 91body {
92 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 92 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
93 margin: 0px; 93 margin: 0px;
94} 94}
95div.modalDialogMask.userInfoBoxMask { 95div.modalDialogMask.userInfoBoxMask {
96 -moz-opacity: 0.0; 96 -moz-opacity: 0.0;
97 opacity: .0; 97 opacity: .0;
98 filter: alpha(opacity=0); 98 filter: alpha(opacity=0);
99 z-index: 19000; 99 z-index: 19000;
100} 100}
101.reset-margin { 101.reset-margin {
102 margin: 0px; 102 margin: 0px;
103 padding: 0px; 103 padding: 0px;
104 border: 0px; 104 border: 0px;
105} 105}
106.clear { 106.clear {
107 clear: both; 107 clear: both;
108} 108}
109.hidden_none { 109.hidden_none {
110 display: none; 110 display: none;
111 visibility: hidden; 111 visibility: hidden;
112} 112}
113.keepTogether { 113.keepTogether {
114 display: inline-block; 114 display: inline-block;
115 white-space: nowrap; 115 white-space: nowrap;
116} 116}
117#mainDiv { 117#mainDiv {
118 margin: 0 auto; 118 margin: 0 auto;
119} 119}
120div#loading { 120div#loading {
121 width: 100%; 121 width: 100%;
122 height: 100%; 122 height: 100%;
123 display: table; 123 display: table;
124 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 124 background-image: -ms-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
125 /* IE10 */ 125 /* IE10 */
126 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 126 background-image: -moz-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
127 /* Mozilla Firefox */ 127 /* Mozilla Firefox */
128 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 128 background-image: -o-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
129 /* Opera */ 129 /* Opera */
130 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 130 background-image: -webkit-radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
131 /* Webkit (Chrome 11+) */ 131 /* Webkit (Chrome 11+) */
132 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%); 132 background-image: radial-gradient(center, circle farthest-corner, #4d52b3 0%, #1f2148 100%);
133 /* Proposed W3C Markup */ 133 /* Proposed W3C Markup */
134 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148)); 134 background-image: -webkit-gradient(radial, center center, 0, center center, 495, color-stop(0, #4d52b3), color-stop(1, #1f2148));
135 /* Webkit (Safari/Chrome 10) */ 135 /* Webkit (Safari/Chrome 10) */
136} 136}
137div#loading div { 137div#loading div {
138 display: table-cell; 138 display: table-cell;
139 vertical-align: middle; 139 vertical-align: middle;
140 width: 100%; 140 width: 100%;
141 text-align: center; 141 text-align: center;
142} 142}
143div#loading div h1 { 143div#loading div h1 {
144 font-size: 40pt; 144 font-size: 40pt;
145 color: #ffffff; 145 color: #ffffff;
146 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1; 146 text-shadow: -1px -1px 2px #2e316c, 1px 1px 1px #454aa1;
147} 147}
148div#loading div h3 { 148div#loading div h3 {
149 font-size: 18pt; 149 font-size: 18pt;
150 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1; 150 text-shadow: -1px -1px 1px #2e316c, 1px 1px 1px #454aa1;
151 color: #1f2148; 151 color: #1f2148;
152} 152}
153div#loading div h5 { 153div#loading div h5 {
154 padding-left: 20px; 154 padding-left: 20px;
155 color: #ff9200; 155 color: #ff9200;
156} 156}
157/* 157/*
158 158
159Color list: 159Color list:
160- login box: 160- login box:
161 light#ff9955 161 light#ff9955
162 dark#ff6622 162 dark#ff6622
163- login button: 163- login button:
164 regular#dd5500 164 regular#dd5500
165 hover#773311 165 hover#773311
166- login translations: 166- login translations:
167 box: #cc6622; 167 box: #cc6622;
168 not-selected: 168 not-selected:
169 color: #ddaa99 169 color: #ddaa99
170 background:#994422 170 background:#994422
171 selected: #772211; 171 selected: #772211;
172*/ 172*/
173html { 173html {
174 height: 100%; 174 height: 100%;
175} 175}
176body { 176body {
177 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 177 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
178 margin: 0px; 178 margin: 0px;
179} 179}
180div.modalDialogMask.userInfoBoxMask { 180div.modalDialogMask.userInfoBoxMask {
181 -moz-opacity: 0.0; 181 -moz-opacity: 0.0;
182 opacity: .0; 182 opacity: .0;
183 filter: alpha(opacity=0); 183 filter: alpha(opacity=0);
184 z-index: 19000; 184 z-index: 19000;
185} 185}
186.reset-margin { 186.reset-margin {
187 margin: 0px; 187 margin: 0px;
188 padding: 0px; 188 padding: 0px;
189 border: 0px; 189 border: 0px;
190} 190}
191.clear { 191.clear {
192 clear: both; 192 clear: both;
193} 193}
194.hidden_none { 194.hidden_none {
195 display: none; 195 display: none;
196 visibility: hidden; 196 visibility: hidden;
197} 197}
198.keepTogether { 198.keepTogether {
199 display: inline-block; 199 display: inline-block;
200 white-space: nowrap; 200 white-space: nowrap;
201} 201}
202#mainDiv { 202#mainDiv {
203 margin: 0 auto; 203 margin: 0 auto;
204} 204}
205div.tooltip { 205div.tooltip {
206 position: absolute; 206 position: absolute;
207 z-index: 30001; 207 z-index: 30001;
208} 208}
209div.tooltip div.tooltip_body { 209div.tooltip div.tooltip_body {
210 border-radius: 8px; 210 border-radius: 8px;
211 -moz-border-radius: 8px; 211 -moz-border-radius: 8px;
212 -webkit-border-radius: 8px; 212 -webkit-border-radius: 8px;
213 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555)); 213 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbbbbb), to(#555555));
214 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb); 214 background: -moz-linear-gradient(0% 100% 90deg, #555555, #bbbbbb);
215 background: linear-gradient(0deg, #555555, #bbbbbb); 215 background: linear-gradient(0deg, #555555, #bbbbbb);
216 -webkit-box-shadow: 4px 4px 10px #333333; 216 -webkit-box-shadow: 4px 4px 10px #333333;
217 -moz-box-shadow: 4px 4px 10px #333333; 217 -moz-box-shadow: 4px 4px 10px #333333;
218 box-shadow: 4px 4px 10px #333333; 218 box-shadow: 4px 4px 10px #333333;
219 border-top: 1px solid #d4d4d4; 219 border-top: 1px solid #d4d4d4;
220 border-left: 1px solid #a2a2a2; 220 border-left: 1px solid #a2a2a2;
221 border-right: 1px solid #6f6f6f; 221 border-right: 1px solid #6f6f6f;
222 border-bottom: 1px solid #3c3c3c; 222 border-bottom: 1px solid #3c3c3c;
223} 223}
224div.tooltip div.tooltip_body span { 224div.tooltip div.tooltip_body span {
225 display: block; 225 display: block;
226 padding: 10px; 226 padding: 10px;
227 font-size: 10pt; 227 font-size: 10pt;
228 color: white; 228 color: white;
229} 229}
230div.tooltip div.tooltip_body div.tooltip_text { 230div.tooltip div.tooltip_body div.tooltip_text {
231 width: 200px; 231 width: 200px;
232} 232}
233div.tooltip div.tooltip_arrow { 233div.tooltip div.tooltip_arrow {
234 position: absolute; 234 position: absolute;
235 width: 0; 235 width: 0;
236 height: 0; 236 height: 0;
237 border: 6px solid transparent; 237 border: 6px solid transparent;
238} 238}
239div.tooltip.BELOW div.tooltip_arrow { 239div.tooltip.BELOW div.tooltip_arrow {
240 top: -12px; 240 top: -12px;
241 left: 97px; 241 left: 97px;
242 border-bottom: 6px solid #bbbbbb; 242 border-bottom: 6px solid #bbbbbb;
243} 243}
244div.tooltip.ABOVE div.tooltip_arrow { 244div.tooltip.ABOVE div.tooltip_arrow {
245 position: static; 245 position: static;
246 margin-left: 97px; 246 margin-left: 97px;
247 border-top: 6px solid #555555; 247 border-top: 6px solid #555555;
248} 248}
249div.tooltip.LEFT div.tooltip_arrow { 249div.tooltip.LEFT div.tooltip_arrow {
250 left: 203px; 250 left: 203px;
251 top: 10px; 251 top: 10px;
252 border-left: 6px solid #747474; 252 border-left: 6px solid #747474;
253} 253}
254div.tooltip.LEFT div.tooltip_body div.tooltip_text { 254div.tooltip.LEFT div.tooltip_body div.tooltip_text {
255 min-height: 45px; 255 min-height: 45px;
256} 256}
257div.tooltip.RIGHT div.tooltip_arrow { 257div.tooltip.RIGHT div.tooltip_arrow {
258 left: -12px; 258 left: -12px;
259 top: 10px; 259 top: 10px;
260 border-right: 6px solid #9c9c9c; 260 border-right: 6px solid #9c9c9c;
261} 261}
262div.tooltip.RIGHT div.tooltip_body div.tooltip_text { 262div.tooltip.RIGHT div.tooltip_body div.tooltip_text {
263 min-height: 45px; 263 min-height: 45px;
264} 264}
265.button.default { 265.button.default {
266 display: inline-block; 266 display: inline-block;
267 height: 20px; 267 height: 20px;
268 cursor: pointer; 268 cursor: pointer;
269 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622)); 269 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa76f), to(#ff6622));
270 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f); 270 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffa76f);
271 background: linear-gradient(0deg, #ff6622, #ffa76f); 271 background: linear-gradient(0deg, #ff6622, #ffa76f);
272 border-radius: 5; 272 border-radius: 5;
273 -moz-border-radius: 5; 273 -moz-border-radius: 5;
274 -webkit-border-radius: 5; 274 -webkit-border-radius: 5;
275 border: 1px solid #ff7f46; 275 border: 1px solid #ff7f46;
276 padding-top: 4px; 276 padding-top: 4px;
277 padding-left: 15px; 277 padding-left: 15px;
278 padding-right: 15px; 278 padding-right: 15px;
279 padding-bottom: 2px; 279 padding-bottom: 2px;
280 color: white; 280 color: white;
281 font-weight: lighter; 281 font-weight: lighter;
282 text-shadow: -1px -1px 1px #ff6622, 1px 1px 1px #ffa76f; 282 text-shadow: -1px -1px 1px #ff6622, 1px 1px 1px #ffa76f;
283 text-decoration: none; 283 text-decoration: none;
284 font-weight: normal; 284 font-weight: normal;
285} 285}
286.button.default:hover { 286.button.default:hover {
287 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8e46), to(#ff6622)); 287 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff8e46), to(#ff6622));
288 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46); 288 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff8e46);
289 background: linear-gradient(0deg, #ff6622, #ff8e46); 289 background: linear-gradient(0deg, #ff6622, #ff8e46);
290} 290}
291.button { 291.button {
292 display: inline-block; 292 display: inline-block;
293 height: 20px; 293 height: 20px;
294 cursor: pointer; 294 cursor: pointer;
295 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999)); 295 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfbfbf), to(#999999));
296 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf); 296 background: -moz-linear-gradient(0% 100% 90deg, #999999, #bfbfbf);
297 background: linear-gradient(0deg, #999999, #bfbfbf); 297 background: linear-gradient(0deg, #999999, #bfbfbf);
298 border-radius: 5; 298 border-radius: 5;
299 -moz-border-radius: 5; 299 -moz-border-radius: 5;
300 -webkit-border-radius: 5; 300 -webkit-border-radius: 5;
301 border: 1px solid #ababab; 301 border: 1px solid #ababab;
302 padding-top: 4px; 302 padding-top: 4px;
303 padding-left: 15px; 303 padding-left: 15px;
304 padding-right: 15px; 304 padding-right: 15px;
305 padding-bottom: 2px; 305 padding-bottom: 2px;
306 color: white; 306 color: white;
307 font-weight: lighter; 307 font-weight: lighter;
308 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf; 308 text-shadow: -1px -1px 1px #999999, 1px 1px 1px #bfbfbf;
309 text-decoration: none; 309 text-decoration: none;
310} 310}
311.button:hover { 311.button:hover {
312 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999)); 312 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#999999));
313 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab); 313 background: -moz-linear-gradient(0% 100% 90deg, #999999, #ababab);
314 background: linear-gradient(0deg, #999999, #ababab); 314 background: linear-gradient(0deg, #999999, #ababab);
315} 315}
316/* 316/*
317 317
318Color list: 318Color list:
319- login box: 319- login box:
320 light#ff9955 320 light#ff9955
321 dark#ff6622 321 dark#ff6622
322- login button: 322- login button:
323 regular#dd5500 323 regular#dd5500
324 hover#773311 324 hover#773311
325- login translations: 325- login translations:
326 box: #cc6622; 326 box: #cc6622;
327 not-selected: 327 not-selected:
328 color: #ddaa99 328 color: #ddaa99
329 background:#994422 329 background:#994422
330 selected: #772211; 330 selected: #772211;
331*/ 331*/
332html { 332html {
333 height: 100%; 333 height: 100%;
334} 334}
335body { 335body {
336 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 336 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
337 margin: 0px; 337 margin: 0px;
338} 338}
339div.modalDialogMask.userInfoBoxMask { 339div.modalDialogMask.userInfoBoxMask {
340 -moz-opacity: 0.0; 340 -moz-opacity: 0.0;
341 opacity: .0; 341 opacity: .0;
342 filter: alpha(opacity=0); 342 filter: alpha(opacity=0);
343 z-index: 19000; 343 z-index: 19000;
344} 344}
345.reset-margin { 345.reset-margin {
346 margin: 0px; 346 margin: 0px;
347 padding: 0px; 347 padding: 0px;
348 border: 0px; 348 border: 0px;
349} 349}
350.clear { 350.clear {
351 clear: both; 351 clear: both;
352} 352}
353.hidden_none { 353.hidden_none {
354 display: none; 354 display: none;
355 visibility: hidden; 355 visibility: hidden;
356} 356}
357.keepTogether { 357.keepTogether {
358 display: inline-block; 358 display: inline-block;
359 white-space: nowrap; 359 white-space: nowrap;
360} 360}
361#mainDiv { 361#mainDiv {
362 margin: 0 auto; 362 margin: 0 auto;
363} 363}
364div.pageHeaderAndBody { 364div.pageHeaderAndBody {
365 height: 100%; 365 height: 100%;
366} 366}
367div.pageHeaderAndBody div#pageBody { 367div.pageHeaderAndBody div#pageBody {
368 min-width: 1013px; 368 min-width: 1013px;
369 padding-bottom: 90px; 369 padding-bottom: 90px;
370} 370}
371div.pageHeaderAndBody div.pageHeader { 371div.pageHeaderAndBody div.pageHeader {
372 background-color: #1f2148; 372 background-color: #1f2148;
373 min-width: 1013px; 373 min-width: 1013px;
374} 374}
375div.pageHeaderAndBody div.pageHeader div#miscLinks { 375div.pageHeaderAndBody div.pageHeader div#miscLinks {
376 float: right; 376 float: right;
377} 377}
378div.pageHeaderAndBody div.pageHeader div#miscLinks ul { 378div.pageHeaderAndBody div.pageHeader div#miscLinks ul {
379 margin: 12px 0px 0px; 379 margin: 12px 0px 0px;
380 padding: 15px; 380 padding: 15px;
381} 381}
382div.pageHeaderAndBody div.pageHeader div#miscLinks ul li { 382div.pageHeaderAndBody div.pageHeader div#miscLinks ul li {
383 display: inline; 383 display: inline;
384 margin: 0px; 384 margin: 0px;
385 padding: 0px; 385 padding: 0px;
386 border: 0px; 386 border: 0px;
387} 387}
388div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a { 388div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a {
389 color: #ffffff; 389 color: #ffffff;
390 margin: 0px; 390 margin: 0px;
391 padding: 0px; 391 padding: 0px;
392 border: 0px; 392 border: 0px;
393 padding: 15px; 393 padding: 15px;
394 border-left: 1px solid #3e428f; 394 border-left: 1px solid #3e428f;
395 font-weight: normal; 395 font-weight: normal;
396 text-decoration: none; 396 text-decoration: none;
397 font-size: 12pt; 397 font-size: 12pt;
398 min-width: 70px; 398 min-width: 70px;
399} 399}
400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover { 400div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a:hover {
401 color: #b8bae1; 401 color: #b8bae1;
402} 402}
403div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink { 403div.pageHeaderAndBody div.pageHeader div#miscLinks ul li a#donateHeaderLink {
404 border-left: 0px; 404 border-left: 0px;
405} 405}
406div.pageHeaderAndBody div.pageHeader div#logoFrame { 406div.pageHeaderAndBody div.pageHeader div#logoFrame {
407 padding: 16px 16px 60px 16px; 407 padding: 16px 16px 60px 16px;
408 min-height: 44px; 408 min-height: 44px;
409} 409}
410div.pageHeaderAndBody div.pageHeader div#logoFrame a { 410div.pageHeaderAndBody div.pageHeader div#logoFrame a {
411 color: white; 411 color: white;
412 text-decoration: none; 412 text-decoration: none;
413} 413}
414div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas { 414div.pageHeaderAndBody div.pageHeader div#logoFrame a canvas {
415 margin: 0px; 415 margin: 0px;
416 padding: 0px; 416 padding: 0px;
417 border: 0px; 417 border: 0px;
418 width: 150px; 418 width: 150px;
419 height: 39px; 419 height: 39px;
420} 420}
421div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff { 421div.pageHeaderAndBody div.pageHeader div#logoFrame a h5.clipperzPayoff {
422 font-size: 13pt; 422 font-size: 13pt;
423 font-weight: normal; 423 font-weight: normal;
424 white-space: nowrap; 424 white-space: nowrap;
425 margin: 0px; 425 margin: 0px;
426 padding-left: 4px; 426 padding-left: 4px;
427} 427}
428div.pageHeaderAndBody div.pageHeader div#featureTabs table { 428div.pageHeaderAndBody div.pageHeader div#featureTabs table {
429 width: 100%; 429 width: 100%;
430 padding: 6px; 430 padding: 6px;
431 padding-left: 15px; 431 padding-left: 15px;
432 padding-right: 15px; 432 padding-right: 15px;
433 padding-bottom: 46px; 433 padding-bottom: 46px;
434} 434}
435div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td { 435div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td {
436 width: 25%; 436 width: 25%;
437 vertical-align: top; 437 vertical-align: top;
438 font-size: 11pt; 438 font-size: 11pt;
439 color: white; 439 color: white;
440} 440}
441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img { 441div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td img {
442 float: left; 442 float: left;
443} 443}
444div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span { 444div.pageHeaderAndBody div.pageHeader div#featureTabs table tr td span {
445 display: block; 445 display: block;
446 padding: 5 10 5 85; 446 padding: 5 10 5 85;
447} 447}
448div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon { 448div.pageHeaderAndBody div.pageHeader div#featureTabs canvas.featureIcon {
449 width: 76px; 449 width: 76px;
450 height: 76px; 450 height: 76px;
451 display: block; 451 display: block;
452 float: left; 452 float: left;
453 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622)); 453 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffad79), to(#ff6622));
454 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79); 454 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ffad79);
455 background: linear-gradient(0deg, #ff6622, #ffad79); 455 background: linear-gradient(0deg, #ff6622, #ffad79);
456 border-radius: 38px; 456 border-radius: 38px;
457 -moz-border-radius: 38px; 457 -moz-border-radius: 38px;
458 -webkit-border-radius: 38px; 458 -webkit-border-radius: 38px;
459} 459}
460div.pageHeaderAndBody div.pageHeader div#news { 460div.pageHeaderAndBody div.pageHeader div#news {
461 top: -82px; 461 top: -82px;
462 left: 240px; 462 left: 240px;
463 width: 310px; 463 width: 310px;
464 height: 90px; 464 height: 90px;
465 position: absolute; 465 position: absolute;
466 background-color: #616475; 466 background-color: #616475;
467 -webkit-border-bottom-left-radius: 8px; 467 -webkit-border-bottom-left-radius: 8px;
468 -moz-border-radius-bottomleft: 8px; 468 -moz-border-radius-bottomleft: 8px;
469 border-bottom-left-radius: 8px; 469 border-bottom-left-radius: 8px;
470 -webkit-border-bottom-right-radius: 8px; 470 -webkit-border-bottom-right-radius: 8px;
471 -moz-border-radius-bottomright: 8px; 471 -moz-border-radius-bottomright: 8px;
472 border-bottom-right-radius: 8px; 472 border-bottom-right-radius: 8px;
473 -webkit-box-shadow: 2px 2px 9px #333333; 473 -webkit-box-shadow: 2px 2px 9px #333333;
474 -moz-box-shadow: 2px 2px 9px #333333; 474 -moz-box-shadow: 2px 2px 9px #333333;
475 box-shadow: 2px 2px 9px #333333; 475 box-shadow: 2px 2px 9px #333333;
476} 476}
477div.pageHeaderAndBody div.pageHeader div#news div#newsframe { 477div.pageHeaderAndBody div.pageHeader div#news div#newsframe {
478 margin-left: 10px; 478 margin-left: 10px;
479 margin-right: 10px; 479 margin-right: 10px;
480 height: 75px; 480 height: 75px;
481 overflow: hidden; 481 overflow: hidden;
482} 482}
483div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe { 483div.pageHeaderAndBody div.pageHeader div#news div#newsframe iframe {
484 width: 290px; 484 width: 290px;
485 border: 0px; 485 border: 0px;
486 color: #616475; 486 color: #616475;
487 background-color: #616475; 487 background-color: #616475;
488} 488}
489div.pageHeaderAndBody div.pageHeader div#news div.grip { 489div.pageHeaderAndBody div.pageHeader div#news div.grip {
490 width: 310px; 490 width: 310px;
491 height: 6px; 491 height: 6px;
492 margin-top: 2px; 492 margin-top: 2px;
493 cursor: pointer; 493 cursor: pointer;
494} 494}
495div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler { 495div.pageHeaderAndBody div.pageHeader div#news div.grip div.gripHandler {
496 margin-left: auto; 496 margin-left: auto;
497 margin-right: auto; 497 margin-right: auto;
498 margin-top: 8px; 498 margin-top: 8px;
499 width: 0; 499 width: 0;
500 height: 0; 500 height: 0;
501 border-left: 5px solid transparent; 501 border-left: 5px solid transparent;
502 border-right: 5px solid transparent; 502 border-right: 5px solid transparent;
503} 503}
504div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler { 504div.pageHeaderAndBody div.pageHeader div#news.open div.grip div.gripHandler {
505 border-bottom: 5px solid #e9e9ec; 505 border-bottom: 5px solid #e9e9ec;
506} 506}
507div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler { 507div.pageHeaderAndBody div.pageHeader div#news.hidden div.grip div.gripHandler {
508 border-top: 5px solid #e9e9ec; 508 border-top: 5px solid #e9e9ec;
509} 509}
510div.pageFooter { 510div.pageFooter {
511 margin-top: -90px; 511 margin-top: -90px;
512 height: 90px; 512 height: 90px;
513 clear: both; 513 clear: both;
514} 514}
515div.pageFooter div.footerWrapper { 515div.pageFooter div.footerWrapper {
516 clear: both; 516 clear: both;
517 padding-top: 10px; 517 padding-top: 10px;
518} 518}
519div.pageFooter div.footerWrapper div.footerContent { 519div.pageFooter div.footerWrapper div.footerContent {
520 background-color: #eaebe6; 520 background-color: #eaebe6;
521 padding: 20px; 521 padding: 20px;
522 font-size: 8pt; 522 font-size: 8pt;
523} 523}
524div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon { 524div.pageFooter div.footerWrapper div.footerContent canvas.footerStarIcon {
525 width: 40px; 525 width: 40px;
526 height: 40px; 526 height: 40px;
527 float: left; 527 float: left;
528} 528}
529div.pageFooter div.footerWrapper div.footerContent span.copyright { 529div.pageFooter div.footerWrapper div.footerContent span.copyright {
530 padding-left: 10px; 530 padding-left: 10px;
531 color: #a0a0a0; 531 color: #a0a0a0;
532} 532}
533div.pageFooter div.footerWrapper div.footerContent a { 533div.pageFooter div.footerWrapper div.footerContent a {
534 padding-left: 50px; 534 padding-left: 50px;
535 display: block; 535 display: block;
536 color: #888888; 536 color: #888888;
537 font-weight: bold; 537 font-weight: bold;
538 text-decoration: none; 538 text-decoration: none;
539} 539}
540div.pageFooter div.footerWrapper div.footerContent div.applicationVersion { 540div.pageFooter div.footerWrapper div.footerContent div.applicationVersion {
541 padding: 8px; 541 padding: 8px;
542 color: #888888; 542 color: #888888;
543 background-color: #d2d2d2; 543 background-color: #d2d2d2;
544 position: relative; 544 position: relative;
545 top: -40px; 545 top: -40px;
546 float: right; 546 float: right;
547} 547}
548div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a { 548div.pageFooter div.footerWrapper div.footerContent div.applicationVersion a {
549 padding-left: 0px; 549 padding-left: 0px;
550 display: inline; 550 display: inline;
551} 551}
552/* 552/*
553 553
554Color list: 554Color list:
555- login box: 555- login box:
556 light#ff9955 556 light#ff9955
557 dark#ff6622 557 dark#ff6622
558- login button: 558- login button:
559 regular#dd5500 559 regular#dd5500
560 hover#773311 560 hover#773311
561- login translations: 561- login translations:
562 box: #cc6622; 562 box: #cc6622;
563 not-selected: 563 not-selected:
564 color: #ddaa99 564 color: #ddaa99
565 background:#994422 565 background:#994422
566 selected: #772211; 566 selected: #772211;
567*/ 567*/
568html { 568html {
569 height: 100%; 569 height: 100%;
570} 570}
571body { 571body {
572 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 572 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
573 margin: 0px; 573 margin: 0px;
574} 574}
575div.modalDialogMask.userInfoBoxMask { 575div.modalDialogMask.userInfoBoxMask {
576 -moz-opacity: 0.0; 576 -moz-opacity: 0.0;
577 opacity: .0; 577 opacity: .0;
578 filter: alpha(opacity=0); 578 filter: alpha(opacity=0);
579 z-index: 19000; 579 z-index: 19000;
580} 580}
581.reset-margin { 581.reset-margin {
582 margin: 0px; 582 margin: 0px;
583 padding: 0px; 583 padding: 0px;
584 border: 0px; 584 border: 0px;
585} 585}
586.clear { 586.clear {
587 clear: both; 587 clear: both;
588} 588}
589.hidden_none { 589.hidden_none {
590 display: none; 590 display: none;
591 visibility: hidden; 591 visibility: hidden;
592} 592}
593.keepTogether { 593.keepTogether {
594 display: inline-block; 594 display: inline-block;
595 white-space: nowrap; 595 white-space: nowrap;
596} 596}
597#mainDiv { 597#mainDiv {
598 margin: 0 auto; 598 margin: 0 auto;
599} 599}
600div#loginBox { 600div#loginBox {
601 width: 273px; 601 width: 273px;
602 z-index: 19000; 602 z-index: 19000;
603 top: -30px; 603 top: -30px;
604 right: 30px; 604 right: 30px;
605 position: relative; 605 position: relative;
606 float: right; 606 float: right;
607} 607}
608div#loginBox div.header { 608div#loginBox div.header {
609 height: 25px; 609 height: 25px;
610 width: 273px; 610 width: 273px;
611 background-color: #ff9b5a; 611 background-color: #ff9b5a;
612 -webkit-border-top-left-radius: 20px; 612 -webkit-border-top-left-radius: 20px;
613 -moz-border-radius-topleft: 20px; 613 -moz-border-radius-topleft: 20px;
614 border-top-left-radius: 20px; 614 border-top-left-radius: 20px;
615 -webkit-border-top-right-radius: 20px; 615 -webkit-border-top-right-radius: 20px;
616 -moz-border-radius-topright: 20px; 616 -moz-border-radius-topright: 20px;
617 border-top-right-radius: 20px; 617 border-top-right-radius: 20px;
618} 618}
619div#loginBox div.body { 619div#loginBox div.body {
620 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 620 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
621 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 621 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
622 background: linear-gradient(0deg, #ff6622, #ff9b5a); 622 background: linear-gradient(0deg, #ff6622, #ff9b5a);
623} 623}
624div#loginBox div.body h4 { 624div#loginBox div.body h4 {
625 color: #ffffff; 625 color: #ffffff;
626 font-size: 16pt; 626 font-size: 16pt;
627 font-weight: normal; 627 font-weight: normal;
628 padding-left: 20px; 628 padding-left: 20px;
629 margin: 0px; 629 margin: 0px;
630} 630}
631div#loginBox div.body form.loginForm { 631div#loginBox div.body form.loginForm {
632 padding: 5px 20px 0px; 632 padding: 5px 20px 0px;
633 margin-bottom: 0px; 633 margin-bottom: 0px;
634} 634}
635div#loginBox div.body form.loginForm label { 635div#loginBox div.body form.loginForm label {
636 color: #ffffff; 636 color: #ffffff;
637 font-size: 10pt; 637 font-size: 10pt;
638 display: block; 638 display: block;
639 padding-top: 5px; 639 padding-top: 5px;
640} 640}
641div#loginBox div.body form.loginForm label.checkbox { 641div#loginBox div.body form.loginForm label.checkbox {
642 display: inline; 642 display: inline;
643} 643}
644div#loginBox div.body form.loginForm input { 644div#loginBox div.body form.loginForm input {
645 width: 230px; 645 width: 230px;
646 font-size: 14pt; 646 font-size: 14pt;
647 color: #333366; 647 color: #333366;
648 background-color: #ffffff; 648 background-color: #ffffff;
649 border: 1px solid #bb4924; 649 border: 1px solid #bb4924;
650 padding: 2px 5px; 650 padding: 2px 5px;
651 height: 28px; 651 height: 28px;
652} 652}
653div#loginBox div.body form.loginForm input.checkbox { 653div#loginBox div.body form.loginForm input.checkbox {
654 margin: 10px 8px 0px 0px; 654 margin: 10px 8px 0px 0px;
655 height: auto; 655 height: auto;
656 width: auto; 656 width: auto;
657 border: 0px; 657 border: 0px;
658} 658}
659div#loginBox div.body form.loginForm input.checkbox:hover { 659div#loginBox div.body form.loginForm input.checkbox:hover {
660 cursor: pointer; 660 cursor: pointer;
661} 661}
662div#loginBox div.body form.loginForm input.otp { 662div#loginBox div.body form.loginForm input.otp {
663 width: 57px; 663 width: 57px;
664 display: inline; 664 display: inline;
665 padding-left: 0px; 665 padding-left: 0px;
666 padding-right: 0px; 666 padding-right: 0px;
667 height: 28px; 667 height: 28px;
668 font: 8pt monospace; 668 font: 8pt monospace;
669} 669}
670div#loginBox div.body form.loginForm input.submit { 670div#loginBox div.body form.loginForm input.submit {
671 margin: 0px 45px; 671 margin: 0px 45px;
672 width: 140px; 672 width: 140px;
673 color: #ffffff; 673 color: #ffffff;
674 background-color: #d44100; 674 background-color: #d44100;
675 border: 1px solid #bb4924; 675 border: 1px solid #bb4924;
676 padding: 6px; 676 padding: 6px;
677 font-size: 12pt; 677 font-size: 12pt;
678 height: auto; 678 height: auto;
679} 679}
680div#loginBox div.body form.loginForm input.submit:hover { 680div#loginBox div.body form.loginForm input.submit:hover {
681 color: #ffffff; 681 color: #ffffff;
682 background-color: #7e2700; 682 background-color: #7e2700;
683 cursor: pointer; 683 cursor: pointer;
684} 684}
685div#loginBox div.body form.loginForm ul { 685div#loginBox div.body form.loginForm ul {
686 list-style-type: none; 686 list-style-type: none;
687 padding: 0px; 687 padding: 0px;
688 margin: 0px; 688 margin: 0px;
689} 689}
690div#loginBox div.body form.loginForm ul li { 690div#loginBox div.body form.loginForm ul li {
691 display: block; 691 display: block;
692} 692}
693div#loginBox div.body form.loginForm div.translations { 693div#loginBox div.body form.loginForm div.translations {
694 margin: 15px -20px; 694 margin: 15px -20px;
695 background-color: #c87b59; 695 background-color: #c87b59;
696} 696}
697div#loginBox div.body form.loginForm div.translations h4 { 697div#loginBox div.body form.loginForm div.translations h4 {
698 font-size: 9pt; 698 font-size: 9pt;
699 padding: 6px 20px 0px; 699 padding: 6px 20px 0px;
700} 700}
701div#loginBox div.body form.loginForm div.translations ul { 701div#loginBox div.body form.loginForm div.translations ul {
702 margin: 0px; 702 margin: 0px;
703 padding: 5px 10px 10px; 703 padding: 5px 10px 10px;
704 margin-bottom: 15px; 704 margin-bottom: 15px;
705} 705}
706div#loginBox div.body form.loginForm div.translations ul li { 706div#loginBox div.body form.loginForm div.translations ul li {
707 font-size: 8pt; 707 font-size: 8pt;
708 color: #ddaa99; 708 color: #ddaa99;
709 background-color: #994422; 709 background-color: #994422;
710 display: inline-block; 710 display: inline-block;
711 padding: 2px 4px; 711 padding: 2px 4px;
712 margin: 1px; 712 margin: 1px;
713} 713}
714div#loginBox div.body form.loginForm div.translations ul li.selected { 714div#loginBox div.body form.loginForm div.translations ul li.selected {
715 color: #ffffff; 715 color: #ffffff;
716 background-color: #772211; 716 background-color: #772211;
717} 717}
718div#loginBox div.body form.loginForm div.translations ul li.selected:hover { 718div#loginBox div.body form.loginForm div.translations ul li.selected:hover {
719 cursor: default; 719 cursor: default;
720} 720}
721div#loginBox div.body form.loginForm div.translations ul li:hover { 721div#loginBox div.body form.loginForm div.translations ul li:hover {
722 cursor: pointer; 722 cursor: pointer;
723 color: #ffffff; 723 color: #ffffff;
724} 724}
725div#loginBox div.footer { 725div#loginBox div.footer {
726 height: 37px; 726 height: 37px;
727 width: 273px; 727 width: 273px;
728 background-color: #ff6622; 728 background-color: #ff6622;
729 -webkit-border-bottom-left-radius: 20px; 729 -webkit-border-bottom-left-radius: 20px;
730 -moz-border-radius-bottomleft: 20px; 730 -moz-border-radius-bottomleft: 20px;
731 border-bottom-left-radius: 20px; 731 border-bottom-left-radius: 20px;
732 -webkit-border-bottom-right-radius: 20px; 732 -webkit-border-bottom-right-radius: 20px;
733 -moz-border-radius-bottomright: 20px; 733 -moz-border-radius-bottomright: 20px;
734 border-bottom-right-radius: 20px; 734 border-bottom-right-radius: 20px;
735} 735}
736body.ext-gecko div#loginBox form.loginForm div.translations ul li { 736body.ext-gecko div#loginBox form.loginForm div.translations ul li {
737 display: -moz-inline-box; 737 display: -moz-inline-box;
738} 738}
739div#featurePoints { 739div#featurePoints {
740 min-width: 400px; 740 min-width: 400px;
741 padding-top: 15px; 741 padding-top: 15px;
742 padding-bottom: 20px; 742 padding-bottom: 20px;
743 padding-left: 20px; 743 padding-left: 20px;
744 padding-right: 330px; 744 padding-right: 330px;
745} 745}
746div#featurePoints table tbody tr td { 746div#featurePoints table tbody tr td {
747 width: 50%; 747 width: 50%;
748 vertical-align: top; 748 vertical-align: top;
749} 749}
750div#featurePoints div.block { 750div#featurePoints div.block {
751 padding: 10px; 751 padding: 10px;
752 color: #86858e; 752 color: #86858e;
753} 753}
754div#featurePoints div.block h3 { 754div#featurePoints div.block h3 {
755 font-weight: normal; 755 font-weight: normal;
756 font-size: 12pt; 756 font-size: 12pt;
757 margin: 0px; 757 margin: 0px;
758 padding: 5px 0px; 758 padding: 5px 0px;
759} 759}
760div#featurePoints div.block ul { 760div#featurePoints div.block ul {
761 margin: 0px; 761 margin: 0px;
762 margin-left: 20px; 762 margin-left: 20px;
763 padding: 0px; 763 padding: 0px;
764 list-style-position: outside; 764 list-style-position: outside;
765} 765}
766div#featurePoints div.block ul li { 766div#featurePoints div.block ul li {
767 font-size: 10pt; 767 font-size: 10pt;
768 padding: 3px 0px; 768 padding: 3px 0px;
769} 769}
770div.activeFeatures { 770div.activeFeatures {
771 float: left; 771 float: left;
772 margin-left: 20px; 772 margin-left: 20px;
773 height: 100px; 773 height: 100px;
774} 774}
775div.activeFeatures a { 775div.activeFeatures a {
776 display: inline-block; 776 display: inline-block;
777 padding-left: 46px; 777 padding-left: 46px;
778 color: #ff5906; 778 color: #ff5906;
779 text-decoration: none; 779 text-decoration: none;
780 font-size: 10pt; 780 font-size: 10pt;
781} 781}
782div.activeFeatures a span.payoff { 782div.activeFeatures a span.payoff {
783 display: block; 783 display: block;
784 font-size: 13pt; 784 font-size: 13pt;
785 font-weight: lighter; 785 font-weight: lighter;
786 color: #9b9689; 786 color: #9b9689;
787 margin: 0px; 787 margin: 0px;
788 padding: 0px; 788 padding: 0px;
789} 789}
790div.activeFeatures a:hover span.payoff { 790div.activeFeatures a:hover span.payoff {
791 color: #666666; 791 color: #666666;
792} 792}
793div.activeFeatures div.keepTogether a { 793div.activeFeatures div.keepTogether a {
794 padding-left: 0px; 794 padding-left: 0px;
795} 795}
796div.activeFeatures div.keepTogether div { 796div.activeFeatures div.keepTogether div {
797 display: inline-block; 797 display: inline-block;
798 padding-right: 15px; 798 padding-right: 15px;
799} 799}
800div.activeFeatures div.keepTogether canvas { 800div.activeFeatures div.keepTogether canvas {
801 width: 46px; 801 width: 46px;
802 height: 46px; 802 height: 46px;
803 vertical-align: bottom; 803 vertical-align: bottom;
804} 804}
805div.activeFeatures div.createAccountLink { 805div.activeFeatures div.createAccountLink {
806 display: inline-block; 806 display: inline-block;
807 width: 282; 807 width: 282;
808 height: 65px; 808 height: 65px;
809 background-image: url(./images/old/home/register.png); 809 background-image: url(./images/old/home/register.png);
810 margin-right: 20px; 810 margin-right: 20px;
811} 811}
812div.activeFeatures div.createAccountLink a.createAccountLink { 812div.activeFeatures div.createAccountLink a.createAccountLink {
813 position: relative; 813 position: relative;
814 top: -92px; 814 top: -92px;
815 left: 5px; 815 left: 5px;
816} 816}
817div.activeFeatures div.createAccountLink a.createAccountLink span.payoff { 817div.activeFeatures div.createAccountLink a.createAccountLink span.payoff {
818 margin-top: 23px; 818 margin-top: 23px;
819 margin-left: 40px; 819 margin-left: 40px;
820 font-size: 17pt; 820 font-size: 17pt;
821 color: #64626c; 821 color: #64626c;
822} 822}
823div.activeFeatures div.createAccountLink a.createAccountLink span.link { 823div.activeFeatures div.createAccountLink a.createAccountLink span.link {
824 padding-left: 40px; 824 padding-left: 40px;
825 padding-right: 50px; 825 padding-right: 50px;
826 padding-bottom: 10px; 826 padding-bottom: 10px;
827 font-size: 12pt; 827 font-size: 12pt;
828} 828}
829div.activeFeatures div.createAccountLink:hover { 829div.activeFeatures div.createAccountLink:hover {
830 background-image: url(./images/old/home/register_selected.png); 830 background-image: url(./images/old/home/register_selected.png);
831} 831}
832div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff { 832div.activeFeatures div.createAccountLink:hover a.createAccountLink span.payoff {
833 color: #54535a; 833 color: #54535a;
834} 834}
835div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link { 835div.activeFeatures div.createAccountLink:hover a.createAccountLink span.link {
836 color: white; 836 color: white;
837} 837}
838div.activeFeatures div.createAccountLink canvas { 838div.activeFeatures div.createAccountLink canvas {
839 width: 282px; 839 width: 282px;
840 height: 93px; 840 height: 93px;
841} 841}
842/* 842/*
843 843
844Color list: 844Color list:
845- login box: 845- login box:
846 light#ff9955 846 light#ff9955
847 dark#ff6622 847 dark#ff6622
848- login button: 848- login button:
849 regular#dd5500 849 regular#dd5500
850 hover#773311 850 hover#773311
851- login translations: 851- login translations:
852 box: #cc6622; 852 box: #cc6622;
853 not-selected: 853 not-selected:
854 color: #ddaa99 854 color: #ddaa99
855 background:#994422 855 background:#994422
856 selected: #772211; 856 selected: #772211;
857*/ 857*/
858html { 858html {
859 height: 100%; 859 height: 100%;
860} 860}
861body { 861body {
862 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif; 862 font-family: Helvetica-Neue, Helvetica, Arial, Geneva, sans-serif;
863 margin: 0px; 863 margin: 0px;
864} 864}
865div.modalDialogMask.userInfoBoxMask { 865div.modalDialogMask.userInfoBoxMask {
866 -moz-opacity: 0.0; 866 -moz-opacity: 0.0;
867 opacity: .0; 867 opacity: .0;
868 filter: alpha(opacity=0); 868 filter: alpha(opacity=0);
869 z-index: 19000; 869 z-index: 19000;
870} 870}
871.reset-margin { 871.reset-margin {
872 margin: 0px; 872 margin: 0px;
873 padding: 0px; 873 padding: 0px;
874 border: 0px; 874 border: 0px;
875} 875}
876.clear { 876.clear {
877 clear: both; 877 clear: both;
878} 878}
879.hidden_none { 879.hidden_none {
880 display: none; 880 display: none;
881 visibility: hidden; 881 visibility: hidden;
882} 882}
883.keepTogether { 883.keepTogether {
884 display: inline-block; 884 display: inline-block;
885 white-space: nowrap; 885 white-space: nowrap;
886} 886}
887#mainDiv { 887#mainDiv {
888 margin: 0 auto; 888 margin: 0 auto;
889} 889}
890div.userInfoBox { 890div.userInfoBox {
891 position: absolute; 891 position: absolute;
892 width: 160px; 892 width: 160px;
893 height: 120px; 893 height: 200px;
894 top: 100px; 894 top: 100px;
895 left: 15px; 895 left: 15px;
896 color: white; 896 color: white;
897 background-color: #ff9955; 897 background-color: #ff9955;
898 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723)); 898 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9a56), to(#ff6723));
899 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56); 899 background: -moz-linear-gradient(0% 100% 90deg, #ff6723, #ff9a56);
900 background: linear-gradient(0deg, #ff6723, #ff9a56); 900 background: linear-gradient(0deg, #ff6723, #ff9a56);
901 border-radius: 10px; 901 border-radius: 10px;
902 -moz-border-radius: 10px; 902 -moz-border-radius: 10px;
903 -webkit-border-radius: 10px; 903 -webkit-border-radius: 10px;
904 -webkit-box-shadow: 2px 2px 9px #333333; 904 -webkit-box-shadow: 2px 2px 9px #333333;
905 -moz-box-shadow: 2px 2px 9px #333333; 905 -moz-box-shadow: 2px 2px 9px #333333;
906 box-shadow: 2px 2px 9px #333333; 906 box-shadow: 2px 2px 9px #333333;
907} 907}
908div.userInfoBox.locked { 908div.userInfoBox.locked {
909 z-index: 19001; 909 z-index: 19001;
910} 910}
911div.userInfoBox.locked div.header a.lockButton { 911div.userInfoBox.locked div.header a.lockButton {
912 background: url(./images/old/lock/locked.png) no-repeat -5px -2px; 912 background: url(./images/old/lock/locked.png) no-repeat -5px -2px;
913} 913}
914div.userInfoBox.locked div.header a.lockButton:hover { 914div.userInfoBox.locked div.header a.lockButton:hover {
915 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px; 915 background: url(./images/old/lock/locked_hover.png) no-repeat -5px -2px;
916} 916}
917div.userInfoBox.locked div.body a { 917div.userInfoBox.locked div.body a {
918 display: none; 918 display: none;
919} 919}
920div.userInfoBox div.header { 920div.userInfoBox div.header {
921 height: 30px; 921 height: 30px;
922} 922}
923div.userInfoBox div.header h1 { 923div.userInfoBox div.header h1 {
924 font-size: 8pt; 924 font-size: 8pt;
925 font-weight: normal; 925 font-weight: normal;
926 margin: 0px; 926 margin: 0px;
927 padding-top: 12px; 927 padding-top: 12px;
928 padding-left: 12px; 928 padding-left: 12px;
929} 929}
930div.userInfoBox div.header a.lockButton { 930div.userInfoBox div.header a.lockButton {
931 position: absolute; 931 position: absolute;
932 top: 8px; 932 top: 8px;
933 right: 12px; 933 right: 12px;
934 display: block; 934 display: block;
935 width: 15px; 935 width: 15px;
936 height: 20px; 936 height: 20px;
937 text-decoration: none; 937 text-decoration: none;
938 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px; 938 background: url(./images/old/lock/unlocked.png) no-repeat -5px -2px;
939} 939}
940div.userInfoBox div.header a.lockButton:hover { 940div.userInfoBox div.header a.lockButton:hover {
941 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px; 941 background: url(./images/old/lock/unlocked_hover.png) no-repeat -5px -2px;
942} 942}
943div.userInfoBox div.body { 943div.userInfoBox div.body {
944 padding: 0px 12px; 944 padding: 0px 12px;
945} 945}
946div.userInfoBox div.body h3 { 946div.userInfoBox div.body h3 {
947 font-size: 11pt; 947 font-size: 11pt;
948 font-weight: bold; 948 font-weight: bold;
949 margin: 0px; 949 margin: 0px;
950} 950}
951div.userInfoBox div.body ul { 951div.userInfoBox div.body ul {
952 font-size: 8pt; 952 font-size: 8pt;
953 padding: 0px; 953 padding: 0px;
954 margin: 4px 0px; 954 margin: 4px 0px;
955 list-style-position: inside; 955 list-style-position: inside;
956} 956}
957div.userInfoBox div.body ul li span.number { 957div.userInfoBox div.body ul li span.number {
958 font-weight: bold; 958 font-weight: bold;
959 padding-right: 3px; 959 padding-right: 3px;
960} 960}
961div.userInfoBox div.body div.accountInfo {
962 margin-top: 6px;
963 border-top: 1px solid white;
964 border-color: #f4aa84;
965}
966div.userInfoBox div.body div.accountInfo h5 {
967 margin: 0px;
968 padding-top: 8px;
969 padding-bottom: 8px;
970 font-size: 8pt;
971 font-weight: normal;
972}
973div.userInfoBox div.body div.accountInfo span.label {
974 font-size: 9pt;
975 font-weight: normal;
976 padding-right: 4px;
977 display: inline-block;
978 width: 45px;
979}
980div.userInfoBox div.body div.accountInfo span.label:after {
981 content: ":";
982}
983div.userInfoBox div.body div.accountInfo span.status {
984 font-size: 10pt;
985}
986div.userInfoBox div.body div.accountInfo span.expriation {
987 font-size: 9pt;
988}
989div.userInfoBox div.body div.accountInfo div.payButton {
990 float: right;
991 padding-top: 6px;
992 text-align: right;
993}
994div.userInfoBox div.body div.accountInfo div.payButton a {
995 border: 0px;
996 margin-top: 0px;
997 padding: 0px;
998 color: white;
999 display: inline-block;
1000 padding: 2px 5px 2px 5px;
1001 border-radius: 4px;
1002 -moz-border-radius: 4px;
1003 -webkit-border-radius: 4px;
1004 font-size: 9pt;
1005 font-weight: normal;
1006 background-color: #d15a22;
1007}
1008div.userInfoBox div.body div.accountInfo div.payButton a:hover {
1009 background-color: #8c3b15;
1010}
961div.userInfoBox div.body a { 1011div.userInfoBox div.body a {
962 display: block; 1012 display: block;
963 margin-top: 8px; 1013 margin-top: 4px;
964 border-top: 1px solid white; 1014 border-top: 1px solid white;
965 padding-top: 6px; 1015 padding-top: 6px;
966 font-size: 10pt; 1016 font-size: 10pt;
967 font-weight: bold; 1017 font-weight: bold;
968 color: #d15a22; 1018 color: #d15a22;
969 border-color: #fe9a5f; 1019 border-color: #fe9a5f;
970 text-decoration: none; 1020 text-decoration: none;
971} 1021}
972div.userInfoBox div.body a:hover { 1022div.userInfoBox div.body a:hover {
973 color: #8c3b15; 1023 color: #8c3b15;
974} 1024}
975div.sidePanels { 1025div.sidePanels {
976 float: left; 1026 float: left;
977 margin-top: 106px; 1027 margin-top: 186px;
978 margin-left: 20px; 1028 margin-left: 20px;
979 width: 160px; 1029 width: 160px;
980} 1030}
981div.sidePanels div.tabSidePanel { 1031div.sidePanels div.tabSidePanel {
982 margin-right: -10px; 1032 margin-right: -10px;
983} 1033}
984div.sidePanels div.tabSidePanel ul { 1034div.sidePanels div.tabSidePanel ul {
985 margin: 0px; 1035 margin: 0px;
986 padding-left: 0px; 1036 padding-left: 0px;
987 list-style-type: none; 1037 list-style-type: none;
988 color: #f78b46; 1038 color: #f78b46;
989} 1039}
990div.sidePanels div.tabSidePanel ul.mainTabs { 1040div.sidePanels div.tabSidePanel ul.mainTabs {
991 margin: 0px; 1041 margin: 0px;
992} 1042}
993div.sidePanels div.tabSidePanel ul.mainTabs li a { 1043div.sidePanels div.tabSidePanel ul.mainTabs li a {
994 display: block; 1044 display: block;
995 line-height: 30px; 1045 line-height: 30px;
996 height: 43px; 1046 height: 43px;
997 padding-left: 40px; 1047 padding-left: 40px;
998 color: #ff6621; 1048 color: #ff6621;
999 margin: 0px; 1049 margin: 0px;
1000 font-weight: normal; 1050 font-weight: normal;
1001 font-size: 13pt; 1051 font-size: 13pt;
1002 text-decoration: none; 1052 text-decoration: none;
1003} 1053}
1004div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter { 1054div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter {
1005 display: none; 1055 display: none;
1006} 1056}
1007div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add { 1057div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add {
1008 font-size: 14pt; 1058 font-size: 14pt;
1009 font-weight: bold; 1059 font-weight: bold;
1010 position: relative; 1060 position: relative;
1011 top: -34px; 1061 top: -34px;
1012 right: 16px; 1062 right: 16px;
1013 background: none; 1063 background: none;
1014 color: #c0531b; 1064 color: #c0531b;
1015 padding-left: 15px; 1065 padding-left: 15px;
1016} 1066}
1017div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover { 1067div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add:hover {
1018 color: white; 1068 color: white;
1019} 1069}
1020div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span { 1070div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add span {
1021 font-size: 8pt; 1071 font-size: 8pt;
1022 vertical-align: middle; 1072 vertical-align: middle;
1023} 1073}
1024div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 { 1074div.sidePanels div.tabSidePanel ul.mainTabs li div.selectionHighlighter a.add h3 {
1025 display: inline; 1075 display: inline;
1026 padding-left: 5px; 1076 padding-left: 5px;
1027} 1077}
1028div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter { 1078div.sidePanels div.tabSidePanel ul.mainTabs li.selected div.selectionHighlighter {
1029 display: block; 1079 display: block;
1030 position: absolute; 1080 position: absolute;
1031 left: 154px; 1081 left: 154px;
1032 margin-top: -43px; 1082 margin-top: -43px;
1033} 1083}
1034div.sidePanels div.tabSidePanel ul.mainTabs li.cards a { 1084div.sidePanels div.tabSidePanel ul.mainTabs li.cards a {
1035 background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px; 1085 background: url(./images/old/main/tabs/cardsBackground.png) -19px -63px;
1036} 1086}
1037div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover { 1087div.sidePanels div.tabSidePanel ul.mainTabs li.cards a:hover {
1038 background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px; 1088 background: url(./images/old/main/tabs/cardsBackground.png) -19px -110px;
1039} 1089}
1040div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a { 1090div.sidePanels div.tabSidePanel ul.mainTabs li.cards.selected a {
1041 margin-left: -10px; 1091 margin-left: -10px;
1042 padding-left: 50px; 1092 padding-left: 50px;
1043 color: white; 1093 color: white;
1044 background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px; 1094 background: url(./images/old/main/tabs/cardsBackground.png) -9px -14px;
1045} 1095}
1046div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a { 1096div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a {
1047 margin-left: -10px; 1097 margin-left: -10px;
1048 padding-left: 50px; 1098 padding-left: 50px;
1049 color: white; 1099 color: white;
1050} 1100}
1051div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover { 1101div.sidePanels div.tabSidePanel ul.mainTabs li.directLogins.selected a:hover {
1052 color: white; 1102 color: white;
1053} 1103}
1054div.sidePanels div.tabSidePanel ul.otherTabs { 1104div.sidePanels div.tabSidePanel ul.otherTabs {
1055 margin: 10px 0px; 1105 margin: 10px 0px;
1056} 1106}
1057div.sidePanels div.tabSidePanel ul.otherTabs li { 1107div.sidePanels div.tabSidePanel ul.otherTabs li {
1058 margin-top: -4px; 1108 margin-top: -4px;
1059} 1109}
1060div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter { 1110div.sidePanels div.tabSidePanel ul.otherTabs li div.selectionHighlighter {
1061 display: none; 1111 display: none;
1062} 1112}
1063div.sidePanels div.tabSidePanel ul.otherTabs li a { 1113div.sidePanels div.tabSidePanel ul.otherTabs li a {
1064 display: block; 1114 display: block;
1065 line-height: 36px; 1115 line-height: 36px;
1066 height: 43px; 1116 height: 43px;
1067 padding-left: 40px; 1117 padding-left: 40px;
1068 color: #ff6621; 1118 color: #ff6621;
1069 text-decoration: none; 1119 text-decoration: none;
1070} 1120}
1071div.sidePanels div.tabSidePanel ul.otherTabs li a:hover { 1121div.sidePanels div.tabSidePanel ul.otherTabs li a:hover {
1072 background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px; 1122 background: url(./images/old/main/tabs/itemsBackground.png) -10px -49px;
1073} 1123}
1074div.sidePanels div.tabSidePanel ul.otherTabs li.selected a { 1124div.sidePanels div.tabSidePanel ul.otherTabs li.selected a {
1075 margin-left: -10px; 1125 margin-left: -10px;
1076 padding-left: 50px; 1126 padding-left: 50px;
1077 background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px; 1127 background: url(./images/old/main/tabs/itemsBackground.png) 1px -96px;
1078 color: white; 1128 color: white;
1079} 1129}
1080div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter { 1130div.sidePanels div.tabSidePanel ul.otherTabs li.selected div.selectionHighlighter {
1081 display: block; 1131 display: block;
1082 position: absolute; 1132 position: absolute;
1083 left: 154px; 1133 left: 154px;
1084 margin-top: -42px; 1134 margin-top: -42px;
1085} 1135}
1086div.tagSidePanel { 1136div.tagSidePanel {
1087 /* 1137 /*
1088 margin-right: -8px; 1138 margin-right: -8px;
1089 1139
1090 div.tagSidePanel div.header { 1140 div.tagSidePanel div.header {
1091 height: 50px; 1141 height: 50px;
1092 background-image: url(./images/old/main/tabs/tagsBackground.png); 1142 background-image: url(./images/old/main/tabs/tagsBackground.png);
1093 } 1143 }
1094 div.tagSidePanel div.header h1 { 1144 div.tagSidePanel div.header h1 {
1095 padding-left: 52px; 1145 padding-left: 52px;
1096 padding-top: 14px; 1146 padding-top: 14px;
1097 font-size: 14pt; 1147 font-size: 14pt;
1098 font-weight: normal; 1148 font-weight: normal;
1099 color: #888888; 1149 color: #888888;
1100 } 1150 }
1101 div.tagSidePanel div.body { 1151 div.tagSidePanel div.body {
1102 background: url(./images/old/main/tabs/tagsBackground.png) -255px; 1152 background: url(./images/old/main/tabs/tagsBackground.png) -255px;
1103 } 1153 }
1104 div.tagSidePanel div.footer { 1154 div.tagSidePanel div.footer {
1105 height: 10px; 1155 height: 10px;
1106 background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px; 1156 background: url(./images/old/main/tabs/tagsBackground.png) -510px -40px;
1107 } 1157 }
1108 div.tagSidePanel ul.tags { 1158 div.tagSidePanel ul.tags {
1109 margin: 0px; 1159 margin: 0px;
1110 list-style-type: none; 1160 list-style-type: none;
1111 padding: 0px; 1161 padding: 0px;
1112 } 1162 }
1113 div.tagSidePanel ul.tags li a { 1163 div.tagSidePanel ul.tags li a {
1114 display: block; 1164 display: block;
1115 font-size: 9pt; 1165 font-size: 9pt;
1116 text-decoration: none; 1166 text-decoration: none;
1117 color: #ff6621; 1167 color: #ff6621;
1118 padding: 0px 4px 0px 15px; 1168 padding: 0px 4px 0px 15px;
1119 line-height: 20px; 1169 line-height: 20px;
1120 } 1170 }
1121 div.tagSidePanel ul.tags li a:hover { 1171 div.tagSidePanel ul.tags li a:hover {
1122 background-color: #dddddd; 1172 background-color: #dddddd;
1123 } 1173 }
1124 div.tagSidePanel ul.tags li span.tagCardinality { 1174 div.tagSidePanel ul.tags li span.tagCardinality {
1125 float: right; 1175 float: right;
1126 font-size: 8pt; 1176 font-size: 8pt;
1127 color: #999999; 1177 color: #999999;
1128 margin-right: 15px; 1178 margin-right: 15px;
1129 margin-top: -17px; 1179 margin-top: -17px;
1130 } 1180 }
1131 div.tagSidePanel ul.tags li.selected a { 1181 div.tagSidePanel ul.tags li.selected a {
1132 background-color: #d4d5cf; 1182 background-color: #d4d5cf;
1133 } 1183 }
1134 div.tagSidePanel ul.tags li.selected a:hover { 1184 div.tagSidePanel ul.tags li.selected a:hover {
1135 background-color: #d4d5cf; 1185 background-color: #d4d5cf;
1136 } 1186 }
1137 div.tagSidePanel ul.tags li.selected a { 1187 div.tagSidePanel ul.tags li.selected a {
1138 font-weight: bold; 1188 font-weight: bold;
1139 } 1189 }
1140*/ 1190*/
1141} 1191}
1142div.groupSidePanel { 1192div.groupSidePanel {
1143 /* 1193 /*
1144 margin-right: -10px; 1194 margin-right: -10px;
1145 1195
1146 div.groupSidePanel div.header { 1196 div.groupSidePanel div.header {
1147 height: 50px; 1197 height: 50px;
1148 background-image: url(./images/old/main/tabs/groupsBackground.png); 1198 background-image: url(./images/old/main/tabs/groupsBackground.png);
1149 } 1199 }
1150 div.groupSidePanel div.header h1 { 1200 div.groupSidePanel div.header h1 {
1151 padding-left: 52px; 1201 padding-left: 52px;
1152 padding-top: 14px; 1202 padding-top: 14px;
1153 font-size: 14pt; 1203 font-size: 14pt;
1154 font-weight: normal; 1204 font-weight: normal;
1155 color: white; 1205 color: white;
1156 } 1206 }
1157 div.groupSidePanel div.header a { 1207 div.groupSidePanel div.header a {
1158 float: right; 1208 float: right;
1159 margin-top: -30px; 1209 margin-top: -30px;
1160 margin-right: 20px; 1210 margin-right: 20px;
1161 text-decoration: none; 1211 text-decoration: none;
1162 color: #666666; 1212 color: #666666;
1163 font-size: 9pt; 1213 font-size: 9pt;
1164 line-height: 18px; 1214 line-height: 18px;
1165 } 1215 }
1166 div.groupSidePanel div.header a:hover { 1216 div.groupSidePanel div.header a:hover {
1167 color: #444444; 1217 color: #444444;
1168 } 1218 }
1169 div.groupSidePanel div.body { 1219 div.groupSidePanel div.body {
1170 background: url(./images/old/main/tabs/groupsBackground.png) -255px; 1220 background: url(./images/old/main/tabs/groupsBackground.png) -255px;
1171 } 1221 }
1172 div.groupSidePanel div.footer { 1222 div.groupSidePanel div.footer {
1173 height: 10px; 1223 height: 10px;
1174 background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px; 1224 background: url(./images/old/main/tabs/groupsBackground.png) -510px -39px;
1175 } 1225 }
1176 div.groupSidePanel ul.groups { 1226 div.groupSidePanel ul.groups {
1177 margin: 0px; 1227 margin: 0px;
1178 list-style-type: none; 1228 list-style-type: none;
1179 padding: 0px; 1229 padding: 0px;
1180 } 1230 }
1181 div.groupSidePanel ul.groups li a { 1231 div.groupSidePanel ul.groups li a {
1182 display: block; 1232 display: block;
1183 font-size: 9pt; 1233 font-size: 9pt;
1184 text-decoration: none; 1234 text-decoration: none;
1185 color: white; 1235 color: white;
1186 padding: 0px 4px 0px 15px; 1236 padding: 0px 4px 0px 15px;
1187 line-height: 20px; 1237 line-height: 20px;
1188 } 1238 }
1189 div.groupSidePanel ul.groups li a:hover { 1239 div.groupSidePanel ul.groups li a:hover {
1190 background-color: #aaaaaa; 1240 background-color: #aaaaaa;
1191 } 1241 }
1192 div.groupSidePanel ul.groups li span.groupCardinality { 1242 div.groupSidePanel ul.groups li span.groupCardinality {
1193 float: right; 1243 float: right;
1194 font-size: 8pt; 1244 font-size: 8pt;
1195 color: #dddddd; 1245 color: #dddddd;
1196 margin-right: 15px; 1246 margin-right: 15px;
1197 margin-top: -17px; 1247 margin-top: -17px;
1198 } 1248 }
1199 div.groupSidePanel ul.groups li.selected a { 1249 div.groupSidePanel ul.groups li.selected a {
1200 background-color: #bbbbbb; 1250 background-color: #bbbbbb;
1201 } 1251 }
1202 div.groupSidePanel ul.groups li.selected a:hover { 1252 div.groupSidePanel ul.groups li.selected a:hover {
1203 background-color: #bbbbbb; 1253 background-color: #bbbbbb;
1204 } 1254 }
1205 div.groupSidePanel ul.groups li.selected a { 1255 div.groupSidePanel ul.groups li.selected a {
1206 font-weight: bold; 1256 font-weight: bold;
1207 } 1257 }
1208*/ 1258*/
1209} 1259}
1210div.subPanelTabs ul { 1260div.subPanelTabs ul {
1211 margin: 0px; 1261 margin: 0px;
1212 margin-right: 7px; 1262 margin-right: 7px;
1213 padding: 0px; 1263 padding: 0px;
1214} 1264}
1215div.subPanelTabs ul li { 1265div.subPanelTabs ul li {
1216 display: inline-block; 1266 display: inline-block;
1217 vertical-align: middle; 1267 vertical-align: middle;
1218 height: 50px; 1268 height: 50px;
1219 border-right: 1px solid #eef0e3; 1269 border-right: 1px solid #eef0e3;
1220 border-bottom: 1px solid #d5d5bc; 1270 border-bottom: 1px solid #d5d5bc;
1221} 1271}
1222div.subPanelTabs ul li.first { 1272div.subPanelTabs ul li.first {
1223 -webkit-border-top-left-radius: 20px; 1273 -webkit-border-top-left-radius: 20px;
1224 -moz-border-radius-topleft: 20px; 1274 -moz-border-radius-topleft: 20px;
1225 border-top-left-radius: 20px; 1275 border-top-left-radius: 20px;
1226} 1276}
1227div.subPanelTabs ul li.selected { 1277div.subPanelTabs ul li.selected {
1228 background-color: #eef0e3; 1278 background-color: #eef0e3;
1229 border-bottom: 1px solid #eef0e3; 1279 border-bottom: 1px solid #eef0e3;
1230 border-right: 1px solid #d5d5bc; 1280 border-right: 1px solid #d5d5bc;
1231} 1281}
1232div.subPanelTabs ul li.selected:hover { 1282div.subPanelTabs ul li.selected:hover {
1233 border-right: 1px solid #d5d5bc; 1283 border-right: 1px solid #d5d5bc;
1234} 1284}
1235div.subPanelTabs ul li.selected a { 1285div.subPanelTabs ul li.selected a {
1236 color: #444440; 1286 color: #444440;
1237} 1287}
1238div.subPanelTabs ul li:hover { 1288div.subPanelTabs ul li:hover {
1239 border-right: 1px solid #d5d5bc; 1289 border-right: 1px solid #d5d5bc;
1240 background-color: #eef0e3; 1290 background-color: #eef0e3;
1241} 1291}
1242div.subPanelTabs ul li a { 1292div.subPanelTabs ul li a {
1243 color: #787872; 1293 color: #787872;
1244 text-decoration: none; 1294 text-decoration: none;
1245 display: block; 1295 display: block;
1246 text-align: center; 1296 text-align: center;
1247 padding-top: 15px; 1297 padding-top: 15px;
1248 padding-left: 20px; 1298 padding-left: 20px;
1249 padding-right: 20px; 1299 padding-right: 20px;
1250 font-size: 13pt; 1300 font-size: 13pt;
1251} 1301}
1252div.subPanelContent { 1302div.subPanelContent {
1253 padding-top: 20px; 1303 padding-top: 20px;
1254 padding-left: 30px; 1304 padding-left: 30px;
1255 padding-right: 30px; 1305 padding-right: 30px;
1256 min-height: 280px; 1306 min-height: 280px;
1257 color: #787872; 1307 color: #787872;
1258 margin: 0px 6px 0 9px; 1308 margin: 0px 6px 0 9px;
1259} 1309}
1260div.subPanelContent h3 { 1310div.subPanelContent h3 {
1261 margin: 0px; 1311 margin: 0px;
1262 border: 0px; 1312 border: 0px;
1263 padding: 0px; 1313 padding: 0px;
1264} 1314}
1265div.subPanelContent ul { 1315div.subPanelContent ul {
1266 margin: 0px; 1316 margin: 0px;
1267 padding: 0px; 1317 padding: 0px;
1268 list-style-type: none; 1318 list-style-type: none;
1269} 1319}
1270div.subPanelContent ul li { 1320div.subPanelContent ul li {
1271 display: none; 1321 display: none;
1272} 1322}
1273div.subPanelContent ul li.selected { 1323div.subPanelContent ul li.selected {
1274 display: block; 1324 display: block;
1275} 1325}
1276.downloadOfflineCopy { 1326.downloadOfflineCopy {
1277 display: inline-block; 1327 display: inline-block;
1278 height: 20px; 1328 height: 20px;
1279 cursor: pointer; 1329 cursor: pointer;
1280 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833)); 1330 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#59bc4c), to(#448833));
1281 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c); 1331 background: -moz-linear-gradient(0% 100% 90deg, #448833, #59bc4c);
1282 background: linear-gradient(0deg, #448833, #59bc4c); 1332 background: linear-gradient(0deg, #448833, #59bc4c);
1283 border-radius: 5; 1333 border-radius: 5;
1284 -moz-border-radius: 5; 1334 -moz-border-radius: 5;
1285 -webkit-border-radius: 5; 1335 -webkit-border-radius: 5;
1286 border: 1px solid #51a23d; 1336 border: 1px solid #51a23d;
1287 padding-top: 4px; 1337 padding-top: 4px;
1288 padding-left: 15px; 1338 padding-left: 15px;
1289 padding-right: 15px; 1339 padding-right: 15px;
1290 padding-bottom: 2px; 1340 padding-bottom: 2px;
1291 color: white; 1341 color: white;
1292 font-weight: lighter; 1342 font-weight: lighter;
1293 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c; 1343 text-shadow: -1px -1px 1px #448833, 1px 1px 1px #59bc4c;
1294 text-decoration: none; 1344 text-decoration: none;
1295} 1345}
1296.downloadOfflineCopy:hover { 1346.downloadOfflineCopy:hover {
1297 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833)); 1347 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#49a23d), to(#448833));
1298 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d); 1348 background: -moz-linear-gradient(0% 100% 90deg, #448833, #49a23d);
1299 background: linear-gradient(0deg, #448833, #49a23d); 1349 background: linear-gradient(0deg, #448833, #49a23d);
1300} 1350}
1301div.SimpleMessagePanel { 1351div.SimpleMessagePanel {
1302 position: relative; 1352 position: relative;
1303 left: -225px; 1353 left: -225px;
1304 top: -70px; 1354 top: -70px;
1305 width: 450px; 1355 width: 450px;
1306 height: 140px; 1356 height: 140px;
1307} 1357}
1308div.SimpleMessagePanel div.body { 1358div.SimpleMessagePanel div.body {
1309 padding: 20px; 1359 padding: 20px;
1310 padding-bottom: 15px; 1360 padding-bottom: 15px;
1311 background-color: #f1f1ef; 1361 background-color: #f1f1ef;
1312 -webkit-box-shadow: 2px 2px 9px #333333; 1362 -webkit-box-shadow: 2px 2px 9px #333333;
1313 -moz-box-shadow: 2px 2px 9px #333333; 1363 -moz-box-shadow: 2px 2px 9px #333333;
1314 box-shadow: 2px 2px 9px #333333; 1364 box-shadow: 2px 2px 9px #333333;
1315 border-radius: 10; 1365 border-radius: 10;
1316 -moz-border-radius: 10; 1366 -moz-border-radius: 10;
1317 -webkit-border-radius: 10; 1367 -webkit-border-radius: 10;
1318} 1368}
1319div.SimpleMessagePanel div.body h3 { 1369div.SimpleMessagePanel div.body h3 {
1320 font-size: 14pt; 1370 font-size: 14pt;
1321 font-weight: normal; 1371 font-weight: normal;
1322 margin: 0px; 1372 margin: 0px;
1323 padding-top: 4px; 1373 padding-top: 4px;
1324 color: #787872; 1374 color: #787872;
1325} 1375}
1326div.SimpleMessagePanel div.body div.img { 1376div.SimpleMessagePanel div.body div.img {
1327 width: 50px; 1377 width: 50px;
1328 height: 50px; 1378 height: 50px;
1329 float: left; 1379 float: left;
1330 margin-right: 15px; 1380 margin-right: 15px;
1331 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622)); 1381 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9b5a), to(#ff6622));
1332 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a); 1382 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9b5a);
1333 background: linear-gradient(0deg, #ff6622, #ff9b5a); 1383 background: linear-gradient(0deg, #ff6622, #ff9b5a);
1334 border-radius: 25px; 1384 border-radius: 25px;
1335 -moz-border-radius: 25px; 1385 -moz-border-radius: 25px;
1336 -webkit-border-radius: 25px; 1386 -webkit-border-radius: 25px;
1337} 1387}
1338div.SimpleMessagePanel div.body div.img canvas { 1388div.SimpleMessagePanel div.body div.img canvas {
1339 width: 50px; 1389 width: 50px;
1340 height: 50px; 1390 height: 50px;
1341} 1391}
1342div.SimpleMessagePanel div.body p { 1392div.SimpleMessagePanel div.body p {
1343 margin: 0; 1393 margin: 0;
1344 font-size: 10pt; 1394 font-size: 10pt;
1345 font-weight: normal; 1395 font-weight: normal;
1346 color: #787872; 1396 color: #787872;
1347 padding-top: 10px; 1397 padding-top: 10px;
1348 padding-bottom: 5px; 1398 padding-bottom: 5px;
1349 line-height: 1.3; 1399 line-height: 1.3;
1350} 1400}
1351div.SimpleMessagePanel div.body div.buttonArea { 1401div.SimpleMessagePanel div.body div.buttonArea {
1352 height: 40px; 1402 height: 40px;
1353 clear: both; 1403 clear: both;
1354} 1404}
1355div.SimpleMessagePanel div.body div.buttonArea > div { 1405div.SimpleMessagePanel div.body div.buttonArea > div {
1356 float: right; 1406 float: right;
1357 margin-left: 15px; 1407 margin-left: 15px;
1358 margin-top: 10px; 1408 margin-top: 10px;
1359} 1409}
1360div.SimpleMessagePanel div.passphrase { 1410div.SimpleMessagePanel div.passphrase {
1361 padding-left: 65px; 1411 padding-left: 65px;
1362} 1412}
1363div.SimpleMessagePanel div.passphrase input { 1413div.SimpleMessagePanel div.passphrase input {
1364 width: 250px; 1414 width: 250px;
1365 font-size: 14pt; 1415 font-size: 14pt;
1366 border: 1px solid #bb4924; 1416 border: 1px solid #bb4924;
1367 color: #333366; 1417 color: #333366;
1368 background-color: white; 1418 background-color: white;
1369 padding: 2px 5px; 1419 padding: 2px 5px;
1370 height: 28px; 1420 height: 28px;
1371} 1421}
1372div.SimpleMessagePanel div.progressBarWrapper { 1422div.SimpleMessagePanel div.progressBarWrapper {
1373 margin-left: 80px; 1423 margin-left: 80px;
1374} 1424}
1375/* @end */ 1425/* @end */
1376/* @group Javascript Alert */ 1426/* @group Javascript Alert */
1377div#javaScriptAlert div.mask { 1427div#javaScriptAlert div.mask {
1378 position: fixed; 1428 position: fixed;
1379 top: 0px; 1429 top: 0px;
1380 left: 0px; 1430 left: 0px;
1381 right: 0px; 1431 right: 0px;
1382 bottom: 0px; 1432 bottom: 0px;
1383 background-color: black; 1433 background-color: black;
1384 z-index: 1001; 1434 z-index: 1001;
1385 -moz-opacity: 0.7; 1435 -moz-opacity: 0.7;
1386 opacity: .70; 1436 opacity: .70;
1387 filter: alpha(opacity=70); 1437 filter: alpha(opacity=70);
1388} 1438}
1389div#javaScriptAlert div.header { 1439div#javaScriptAlert div.header {
1390 height: 34px; 1440 height: 34px;
1391 width: 468; 1441 width: 468;
1392 background-image: url(./images/old/alert/header.png); 1442 background-image: url(./images/old/alert/header.png);
1393} 1443}
1394div#javaScriptAlert div.body { 1444div#javaScriptAlert div.body {
1395 background-image: url(./images/old/alert/body.png); 1445 background-image: url(./images/old/alert/body.png);
1396 padding: 0px 20px 10px 20px; 1446 padding: 0px 20px 10px 20px;
1397} 1447}
1398/* 1448/*
1399div#javaScriptAlert div.body div.alert { 1449div#javaScriptAlert div.body div.alert {
1400 padding-left: 100px; 1450 padding-left: 100px;
1401 background: url(./images/old/alert/alert.png) no-repeat; 1451 background: url(./images/old/alert/alert.png) no-repeat;
1402} 1452}
1403*/ 1453*/
1404/*div#javaScriptAlert div.body img.alert {*/ 1454/*div#javaScriptAlert div.body img.alert {*/
1405div#javaScriptAlert div.body div.alertLogo { 1455div#javaScriptAlert div.body div.alertLogo {
1406 float: left; 1456 float: left;
1407 background-image: url(./images/old/alert/alert.png); 1457 background-image: url(./images/old/alert/alert.png);
1408 width: 88px; 1458 width: 88px;
1409 height: 88px; 1459 height: 88px;
1410} 1460}
1411div#javaScriptAlert div.body div.alert { 1461div#javaScriptAlert div.body div.alert {
1412 padding-left: 100px; 1462 padding-left: 100px;
1413} 1463}
1414div#javaScriptAlert div.footer { 1464div#javaScriptAlert div.footer {
1415 height: 34px; 1465 height: 34px;
1416 width: 468; 1466 width: 468;
1417 background-image: url(./images/old/alert/footer.png); 1467 background-image: url(./images/old/alert/footer.png);
1418} 1468}
1419div#javaScriptAlert div.message { 1469div#javaScriptAlert div.message {
1420 position: relative; 1470 position: relative;
1421 top: -150px; 1471 top: -150px;
1422 z-index: 1002; 1472 z-index: 1002;
1423 /* 1473 /*
1424 left: 100px; 1474 left: 100px;
1425 right: 100px; 1475 right: 100px;
1426*/ 1476*/
1427 1477
1428 margin-left: auto; 1478 margin-left: auto;
1429 margin-right: auto; 1479 margin-right: auto;
1430 max-width: 468px; 1480 max-width: 468px;
1431} 1481}
1432div#javaScriptAlert div.message h1 { 1482div#javaScriptAlert div.message h1 {
1433 font-size: 16pt; 1483 font-size: 16pt;
1434 margin: 0px; 1484 margin: 0px;
1435 color: #ff5930; 1485 color: #ff5930;
1436} 1486}
1437div#javaScriptAlert div.message p { 1487div#javaScriptAlert div.message p {
1438 margin-top: 0px; 1488 margin-top: 0px;
1439 color: #999999; 1489 color: #999999;
1440} 1490}
1441div#javaScriptAlert div.message h3 { 1491div#javaScriptAlert div.message h3 {
1442 font-size: 12pt; 1492 font-size: 12pt;
1443 margin-bottom: 0px; 1493 margin-bottom: 0px;
1444 color: #ff5930; 1494 color: #ff5930;
1445} 1495}
1446div#javaScriptAlert div.message h5 { 1496div#javaScriptAlert div.message h5 {
1447 margin: 0px; 1497 margin: 0px;
1448 color: #999999; 1498 color: #999999;
1449} 1499}
1450/* @end */ 1500/* @end */
1451/* @group Components 1501/* @group Components
1452 */ 1502 */
1453/* @group LoginProgress */ 1503/* @group LoginProgress */
1454div.LoginProgress { 1504div.LoginProgress {
1455 position: relative; 1505 position: relative;
1456 left: -190px; 1506 left: -190px;
1457 top: -100px; 1507 top: -100px;
1458 width: 380px; 1508 width: 380px;
1459 height: 200px; 1509 height: 200px;
1460 /* background: url(./images/old/loginProgress/background.png);*/ 1510 /* background: url(./images/old/loginProgress/background.png);*/
1461 1511
1462 background-color: #d7d7c0; 1512 background-color: #d7d7c0;
1463 -webkit-border-radius: 20px; 1513 -webkit-border-radius: 20px;
1464 -moz-border-radius: 20px; 1514 -moz-border-radius: 20px;
1465 border-radius: 20px; 1515 border-radius: 20px;
1466 -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); 1516 -webkit-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
1467 -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); 1517 -moz-box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
1468 box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6); 1518 box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.6);
1469} 1519}
1470div.LoginProgress div.header { 1520div.LoginProgress div.header {
1471 height: 40px; 1521 height: 40px;
1472} 1522}
1473div.LoginProgress div.header h3 { 1523div.LoginProgress div.header h3 {
1474 font-size: 12pt; 1524 font-size: 12pt;
1475 font-weight: normal; 1525 font-weight: normal;
1476 margin: 0px; 1526 margin: 0px;
1477 color: #777777; 1527 color: #777777;
1478 padding-top: 13px; 1528 padding-top: 13px;
1479 padding-left: 18px; 1529 padding-left: 18px;
1480} 1530}
1481div.LoginProgress div.body { 1531div.LoginProgress div.body {
1482 height: 120px; 1532 height: 120px;
1483 overflow: auto; 1533 overflow: auto;
1484 padding-left: 20px; 1534 padding-left: 20px;
1485 padding-right: 20px; 1535 padding-right: 20px;
1486 background-color: #f1f1e9; 1536 background-color: #f1f1e9;
1487 /* 1537 /*
1488 margin-left: 19px; 1538 margin-left: 19px;
1489 margin-right: 18px; 1539 margin-right: 18px;
1490*/ 1540*/
1491 1541
1492} 1542}
1493div.LoginProgress div.body div.img { 1543div.LoginProgress div.body div.img {
1494 margin: 10px; 1544 margin: 10px;
1495 width: 50px; 1545 width: 50px;
1496 height: 50px; 1546 height: 50px;
1497 float: left; 1547 float: left;
1498} 1548}
1499div.LoginProgress div.body div.img.ALERT { 1549div.LoginProgress div.body div.img.ALERT {
1500 /* background-image: url(./images/old/simpleMessageBox/Alert.png);*/ 1550 /* background-image: url(./images/old/simpleMessageBox/Alert.png);*/
1501 1551
1502 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9955), to(#ff6622), color-stop(1, #333333)); 1552 background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ff9955), to(#ff6622), color-stop(1, #333333));
1503 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9955); 1553 background: -moz-linear-gradient(0% 100% 90deg, #ff6622, #ff9955);
1504 -webkit-border-radius: 25px; 1554 -webkit-border-radius: 25px;
1505 -moz-border-radius: 25px; 1555 -moz-border-radius: 25px;
1506 border-radius: 25px; 1556 border-radius: 25px;
1507} 1557}
1508div.LoginProgress div.body div.img.ALERT canvas { 1558div.LoginProgress div.body div.img.ALERT canvas {
1509 width: 50px; 1559 width: 50px;
1510 height: 50px; 1560 height: 50px;
1511 /*background-image: url(./images/old/simpleMessageBox/excalmationPoint.png); */ 1561 /*background-image: url(./images/old/simpleMessageBox/excalmationPoint.png); */
1512 1562
1513} 1563}
1514div.LoginProgress div.body div.loadingBar { 1564div.LoginProgress div.body div.loadingBar {
1515 position: relative; 1565 position: relative;
1516 top: 51px; 1566 top: 51px;
1517 left: 60px; 1567 left: 60px;
1518} 1568}
1519div.LoginProgress div.body div.errorBox p { 1569div.LoginProgress div.body div.errorBox p {
1520 color: #787872; 1570 color: #787872;
1521 padding-top: 20px; 1571 padding-top: 20px;
1522 padding-left: 80px; 1572 padding-left: 80px;
1523} 1573}
1524div.LoginProgress div.footer { 1574div.LoginProgress div.footer {
1525 margin-left: 19px; 1575 margin-left: 19px;
1526 margin-right: 18px; 1576 margin-right: 18px;
1527} 1577}
1528/* 1578/*
1529div.LoginProgress div.footer a { 1579div.LoginProgress div.footer a {
1530 text-decoration: none; 1580 text-decoration: none;
1531 text-align: center; 1581 text-align: center;
1532 color: #787872; 1582 color: #787872;
1533 display: block; 1583 display: block;
1534 font-weight: bold; 1584 font-weight: bold;
1535 font-size: 11pt; 1585 font-size: 11pt;
1536 width: 100px; 1586 width: 100px;
1537 margin-top: 11px; 1587 margin-top: 11px;
1538 margin-left: auto; 1588 margin-left: auto;
1539 margin-right: auto; 1589 margin-right: auto;
1540} 1590}
1541*/ 1591*/
1542div.LoginProgress div.buttonArea { 1592div.LoginProgress div.buttonArea {
1543 padding-top: 6px; 1593 padding-top: 6px;
1544 text-align: center; 1594 text-align: center;
1545} 1595}
1546div.LoginProgress div.button { 1596div.LoginProgress div.button {
1547 display: inline-block; 1597 display: inline-block;
1548} 1598}
1549div.LoginProgress div.footer a:hover { 1599div.LoginProgress div.footer a:hover {
1550 color: #515247; 1600 color: #515247;
1551} 1601}
1552/* @end */ 1602/* @end */
1553/* @group SimpleMessagePanel */ 1603/* @group SimpleMessagePanel */
1554/* -> SimpleMessagePanel.less 1604/* -> SimpleMessagePanel.less
1555div.SimpleMessagePanel { 1605div.SimpleMessagePanel {
1556 position: relative; 1606 position: relative;
1557 left: -225px; 1607 left: -225px;
1558 top: -70px; 1608 top: -70px;
1559 width: 450px; 1609 width: 450px;
1560 height: 140px; 1610 height: 140px;
1561//background: url(./images/old/loginProgress/background.png); 1611//background: url(./images/old/loginProgress/background.png);
1562 background-color: #f1f1ef; 1612 background-color: #f1f1ef;
1563 .border-radius(10); 1613 .border-radius(10);
1564} 1614}
1565//div.SimpleMessagePanel div.header { 1615//div.SimpleMessagePanel div.header {
1566// height: 17px; 1616// height: 17px;
1567// background: url(./images/old/simpleMessageBox/background_header.png) no-repeat; 1617// background: url(./images/old/simpleMessageBox/background_header.png) no-repeat;
1568} 1618}
1569div.SimpleMessagePanel div.body { 1619div.SimpleMessagePanel div.body {
1570/ * 1620/ *
1571 height: 120px; 1621 height: 120px;
1572 overflow: auto; 1622 overflow: auto;
1573 margin-left: 19px; 1623 margin-left: 19px;
1574 margin-right: 18px; 1624 margin-right: 18px;
1575* / 1625* /
1576 1626
1577// background: url(./images/old/simpleMessageBox/background_body.png) repeat-y; 1627// background: url(./images/old/simpleMessageBox/background_body.png) repeat-y;
1578// padding-left: 25px; 1628// padding-left: 25px;
1579// padding-right: 25px; 1629// padding-right: 25px;
1580// padding-top: 10px; 1630// padding-top: 10px;
1581 padding: 20px; 1631 padding: 20px;
1582 .box-shadow (2px, 2px, 9px, @Global_shadow-color); 1632 .box-shadow (2px, 2px, 9px, @Global_shadow-color);
1583} 1633}
1584div.SimpleMessagePanel div.body h3 { 1634div.SimpleMessagePanel div.body h3 {
1585 font-size: 14pt; 1635 font-size: 14pt;
1586 font-weight: normal; 1636 font-weight: normal;
1587 margin: 0px; 1637 margin: 0px;
1588 padding-top: 4px; 1638 padding-top: 4px;
1589 color: #787872; 1639 color: #787872;
1590} 1640}
1591div.SimpleMessagePanel div.body div.img { 1641div.SimpleMessagePanel div.body div.img {
1592 width: 60px; 1642 width: 60px;
1593 height: 60px; 1643 height: 60px;
1594 float: left; 1644 float: left;
1595 margin-right: 10px; 1645 margin-right: 10px;
1596 1646
1597 .graduated-background (#ff6622, #ffad79); 1647 .graduated-background (#ff6622, #ffad79);
1598 .border-radius(30); 1648 .border-radius(30);
1599} 1649}
1600div.SimpleMessagePanel div.body div.img canvas { 1650div.SimpleMessagePanel div.body div.img canvas {
1601 width: 60px; 1651 width: 60px;
1602 height: 60px; 1652 height: 60px;
1603} 1653}
1604div.SimpleMessagePanel div.body p { 1654div.SimpleMessagePanel div.body p {
1605 margin: 0; 1655 margin: 0;
1606 font-size: 10pt; 1656 font-size: 10pt;
1607 font-weight: normal; 1657 font-weight: normal;
1608 color: #787872; 1658 color: #787872;
1609 padding-top: 10px; 1659 padding-top: 10px;
1610 padding-bottom: 5px; 1660 padding-bottom: 5px;
1611 line-height: 1.3; 1661 line-height: 1.3;
1612} 1662}
1613div.SimpleMessagePanel div.body div.img.ALERT { 1663div.SimpleMessagePanel div.body div.img.ALERT {
1614// background: url(./images/old/simpleMessageBox/Alert.png) no-repeat; 1664// background: url(./images/old/simpleMessageBox/Alert.png) no-repeat;
1615} 1665}
1616div.SimpleMessagePanel div.body div.img.INFO { 1666div.SimpleMessagePanel div.body div.img.INFO {
1617// background: url(./images/old/simpleMessageBox/Info.png) no-repeat; 1667// background: url(./images/old/simpleMessageBox/Info.png) no-repeat;
1618} 1668}
1619div.SimpleMessagePanel div.body div.buttonArea { 1669div.SimpleMessagePanel div.body div.buttonArea {
1620 height: 40px; 1670 height: 40px;
1621 clear: both; 1671 clear: both;
1622} 1672}
1623div.SimpleMessagePanel div.body div.buttonArea > div { 1673div.SimpleMessagePanel div.body div.buttonArea > div {
1624 float: right; 1674 float: right;
1625 margin-left: 15px; 1675 margin-left: 15px;
1626 margin-top: 10px; 1676 margin-top: 10px;
1627} 1677}
1628div.SimpleMessagePanel div.footer { 1678div.SimpleMessagePanel div.footer {
1629 height: 25px; 1679 height: 25px;
1630// background: url(./images/old/simpleMessageBox/background_footer.png) no-repeat; 1680// background: url(./images/old/simpleMessageBox/background_footer.png) no-repeat;
1631} 1681}
1632div.SimpleMessagePanel div.passphrase { 1682div.SimpleMessagePanel div.passphrase {
1633 padding-left: 65px; 1683 padding-left: 65px;
1634} 1684}
1635div.SimpleMessagePanel div.passphrase input { 1685div.SimpleMessagePanel div.passphrase input {
1636 width: 250px; 1686 width: 250px;
1637 font-size: 14pt; 1687 font-size: 14pt;
1638 border: 1px solid #bb4924; 1688 border: 1px solid #bb4924;
1639 color: #333366; 1689 color: #333366;
1640 background-color: white; 1690 background-color: white;
1641 padding: 2px 5px; 1691 padding: 2px 5px;
1642 height: 28px; 1692 height: 28px;
1643} 1693}
1644div.SimpleMessagePanel div.progressBarWrapper { 1694div.SimpleMessagePanel div.progressBarWrapper {
1645 margin-left: 80px; 1695 margin-left: 80px;
1646} 1696}
1647*/ 1697*/
1648/* @end */ 1698/* @end */
1649/* @group Button */ 1699/* @group Button */
1650/* -> Button.less 1700/* -> Button.less
1651div.button_wrapper { 1701div.button_wrapper {
1652 height: 32px; 1702 height: 32px;
1653 background: url(./images/old/button/default_left.png) no-repeat; 1703 background: url(./images/old/button/default_left.png) no-repeat;
1654 cursor: pointer; 1704 cursor: pointer;
1655} 1705}
1656div.button_wrapper.hover { 1706div.button_wrapper.hover {
1657 background: url(./images/old/button/hover_left.png) no-repeat; 1707 background: url(./images/old/button/hover_left.png) no-repeat;
1658} 1708}
1659div.button_wrapper.clicked { 1709div.button_wrapper.clicked {
1660 background: url(./images/old/button/clicked_left.png) no-repeat; 1710 background: url(./images/old/button/clicked_left.png) no-repeat;
1661} 1711}
1662div.button_bodyWrapper { 1712div.button_bodyWrapper {
1663 height: 32px; 1713 height: 32px;
1664 margin-left: 6px; 1714 margin-left: 6px;
1665 padding-right: 6px; 1715 padding-right: 6px;
1666 background: url(./images/old/button/default_main.png) repeat-x right 0; 1716 background: url(./images/old/button/default_main.png) repeat-x right 0;
1667} 1717}
1668div.button_wrapper.hover div.button_bodyWrapper { 1718div.button_wrapper.hover div.button_bodyWrapper {
1669 background: url(./images/old/button/hover_main.png) repeat-x right 0; 1719 background: url(./images/old/button/hover_main.png) repeat-x right 0;
1670} 1720}
1671div.button_wrapper.clicked div.button_bodyWrapper { 1721div.button_wrapper.clicked div.button_bodyWrapper {
1672 background: url(./images/old/button/clicked_main.png) repeat-x right 0; 1722 background: url(./images/old/button/clicked_main.png) repeat-x right 0;
1673} 1723}
1674div.button_body { 1724div.button_body {
1675 text-align: center; 1725 text-align: center;
1676 min-width: 60px; 1726 min-width: 60px;
1677 padding: 0px 7px; 1727 padding: 0px 7px;
1678 padding-top: 8px; 1728 padding-top: 8px;
1679} 1729}
1680div.button_body span { 1730div.button_body span {
1681 font-size: 11pt; 1731 font-size: 11pt;
1682 color: white; 1732 color: white;
1683} 1733}
1684div.button_wrapper.default div.button_body span { 1734div.button_wrapper.default div.button_body span {
1685 font-weight: bold; 1735 font-weight: bold;
1686} 1736}
1687/ * 1737/ *
1688div.button_footer { 1738div.button_footer {
1689 margin: 0px; 1739 margin: 0px;
1690 height: 31px; 1740 height: 31px;
1691 width: 6px; 1741 width: 6px;
1692 background: green url(./images/old/button/default_right.png) no-repeat; 1742 background: green url(./images/old/button/default_right.png) no-repeat;
1693} 1743}
1694* / 1744* /
1695*/ 1745*/
1696/* @end */ 1746/* @end */
1697/* @group Password enthropy */ 1747/* @group Password enthropy */
1698input.entropyLevelIndicator { 1748input.entropyLevelIndicator {
1699 background: url(./images/old/passwordField/background.png) no-repeat 0 26px; 1749 background: url(./images/old/passwordField/background.png) no-repeat 0 26px;
1700} 1750}
1701div.passwordEntropyWrapper { 1751div.passwordEntropyWrapper {
1702 padding: 0px; 1752 padding: 0px;
1703 border: 1px solid #bb4924; 1753 border: 1px solid #bb4924;
1704 border-top: 0px; 1754 border-top: 0px;
1705 margin-bottom: 4px; 1755 margin-bottom: 4px;
1706 background-color: white; 1756 background-color: white;
1707 margin-right: 3px; 1757 margin-right: 3px;
1708 margin-top: -2; 1758 margin-top: -2;
1709} 1759}
1710div.passwordEntropy { 1760div.passwordEntropy {
1711 height: 4px; 1761 height: 4px;
1712 font-size: 1pt; 1762 font-size: 1pt;
1713 background: url(./images/old/entropyBackground.gif) repeat-x 0 0; 1763 background: url(./images/old/entropyBackground.gif) repeat-x 0 0;
1714 line-height: 3px; 1764 line-height: 3px;
1715} 1765}
1716div.messageBox { 1766div.messageBox {
1717 position: absolute; 1767 position: absolute;
1718 width: 409px; 1768 width: 409px;
1719 height: 29px; 1769 height: 29px;
1720 top: 23px; 1770 top: 23px;
1721 left: 204px; 1771 left: 204px;
1722 background: url(./images/old/main/messageBoxBackground.png); 1772 background: url(./images/old/main/messageBoxBackground.png);
1723} 1773}
1724div.messageBox h3 { 1774div.messageBox h3 {
1725 display: inline-block; 1775 display: inline-block;
1726 color: #342f6b; 1776 color: #342f6b;
1727 font-weight: bold; 1777 font-weight: bold;
1728 margin: 7px 2px 0px 12px; 1778 margin: 7px 2px 0px 12px;
1729 font-size: 10pt; 1779 font-size: 10pt;
1730} 1780}
1731body.ext-gecko div.messageBox h3 { 1781body.ext-gecko div.messageBox h3 {
1732 display: -moz-inline-box; 1782 display: -moz-inline-box;
1733} 1783}
1734div.messageBox h1 { 1784div.messageBox h1 {
1735 color: #342f6b; 1785 color: #342f6b;
1736 display: inline; 1786 display: inline;
1737 font-weight: normal; 1787 font-weight: normal;
1738 margin: 0px 1px; 1788 margin: 0px 1px;
1739 font-size: 9pt; 1789 font-size: 9pt;
1740} 1790}
1741div.messageBox a { 1791div.messageBox a {
1742 display: block; 1792 display: block;
1743 width: 20px; 1793 width: 20px;
1744 height: 20px; 1794 height: 20px;
1745 float: right; 1795 float: right;
1746 position: absolute; 1796 position: absolute;
1747 right: 5px; 1797 right: 5px;
1748 top: 4px; 1798 top: 4px;
1749 background-image: url(./images/old/main/messageBoxCloseButton.png); 1799 background-image: url(./images/old/main/messageBoxCloseButton.png);
1750} 1800}
1751div.messageBox a:hover { 1801div.messageBox a:hover {
1752 background-image: url(./images/old/main/messageBoxCloseButtonActive.png); 1802 background-image: url(./images/old/main/messageBoxCloseButtonActive.png);
1753} 1803}
1754/* @end */ 1804/* @end */
1755/* @group Side panels */ 1805/* @group Side panels */
1756/* @end */ 1806/* @end */
1757/* @end */ 1807/* @end */
1758/* @group MainPanels */ 1808/* @group MainPanels */
1759div.mainPanels { 1809div.mainPanels {
1760 float: left; 1810 float: left;
1761 width: 833px; 1811 width: 833px;
1762 margin-top: -38px; 1812 margin-top: -38px;
1763 /* 1813 /*
1764 position: relative; 1814 position: relative;
1765 width: 100%; 1815 width: 100%;
1766 min-height: 600px; 1816 min-height: 600px;
1767 top: -40px; 1817 top: -40px;
1768 left: 250px; 1818 left: 250px;
1769*/ 1819*/
1770 1820
1771} 1821}
1772div.mainFooter { 1822div.mainFooter {
1773 clear: both; 1823 clear: both;
1774} 1824}
1775/* @end */ 1825/* @end */
1776/* @group Grids */ 1826/* @group Grids */
1777/* @group grid Component */ 1827/* @group grid Component */
1778/* @group delete */ 1828/* @group delete */
1779/*div.body div.rows table.rows tbody tr td.delete */ 1829/*div.body div.rows table.rows tbody tr td.delete */
1780div.delete, 1830div.delete,
1781div.new { 1831div.new {
1782 padding-left: 5px; 1832 padding-left: 5px;
1783 height: 19px; 1833 height: 19px;
1784} 1834}
1785div.new span, 1835div.new span,
1786div.delete span { 1836div.delete span {
1787 margin: 0px; 1837 margin: 0px;
1788 padding: 0px; 1838 padding: 0px;
1789 border: 0px; 1839 border: 0px;
1790 display: inline-block; 1840 display: inline-block;
1791 height: 19px; 1841 height: 19px;
1792 padding-right: 6px; 1842 padding-right: 6px;
1793} 1843}
1794div.new span a, 1844div.new span a,
1795div.delete span a { 1845div.delete span a {
1796 white-space: nowrap; 1846 white-space: nowrap;
1797} 1847}
1798div.delete:hover { 1848div.delete:hover {
1799 background: url(./images/old/delete_background_left.png) no-repeat 0; 1849 background: url(./images/old/delete_background_left.png) no-repeat 0;
1800} 1850}
1801div.delete:hover span { 1851div.delete:hover span {
1802 background: url(./images/old/delete_background.png) no-repeat right 0; 1852 background: url(./images/old/delete_background.png) no-repeat right 0;
1803} 1853}
1804div.new:hover { 1854div.new:hover {
1805 background: url(./images/old/new_background_left.png) no-repeat 0; 1855 background: url(./images/old/new_background_left.png) no-repeat 0;
1806} 1856}
1807div.new:hover span { 1857div.new:hover span {
1808 background: url(./images/old/new_background.png) no-repeat right 0; 1858 background: url(./images/old/new_background.png) no-repeat right 0;
1809} 1859}
1810/* 1860/*
1811tr.selected div.delete { 1861tr.selected div.delete {
1812 background: url(./images/old/delete_background_left.png) no-repeat 0; 1862 background: url(./images/old/delete_background_left.png) no-repeat 0;
1813} 1863}
1814tr.selected div.delete span { 1864tr.selected div.delete span {
1815 background: url(./images/old/delete_background.png) no-repeat right 0; 1865 background: url(./images/old/delete_background.png) no-repeat right 0;
1816} 1866}
1817*/ 1867*/
1818div.body div.rows table.rows tbody tr td.delete div.delete span a { 1868div.body div.rows table.rows tbody tr td.delete div.delete span a {
1819 visibility: hidden; 1869 visibility: hidden;
1820 font-size: 8pt; 1870 font-size: 8pt;
1821 vertical-align: -13px; 1871 vertical-align: -13px;
1822 color: black; 1872 color: black;
1823} 1873}
1824div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { 1874div.body div.rows table.rows tbody tr.selected td.delete div.delete span a {
1825 visibility: visible; 1875 visibility: visible;
1826} 1876}
1827div.body div.rows table.rows tbody tr:hover td.delete div.delete span a { 1877div.body div.rows table.rows tbody tr:hover td.delete div.delete span a {
1828 visibility: visible; 1878 visibility: visible;
1829} 1879}
1830div.body div.rows table.rows tbody tr:hover td.delete div.delete:hover span a { 1880div.body div.rows table.rows tbody tr:hover td.delete div.delete:hover span a {
1831 color: white; 1881 color: white;
1832} 1882}
1833/* 1883/*
1834div.body div.rows table.rows tbody tr.selected td.delete div.delete span a { 1884div.body div.rows table.rows tbody tr.selected td.delete div.delete span a {
1835 color: white; 1885 color: white;
1836} 1886}
1837*/ 1887*/
1838/* @end */ 1888/* @end */
1839/* @group header */ 1889/* @group header */
1840div.gridComponent table.rows thead tr th { 1890div.gridComponent table.rows thead tr th {
1841 text-align: left; 1891 text-align: left;
1842 height: 30px; 1892 height: 30px;
1843 vertical-align: bottom; 1893 vertical-align: bottom;
1844} 1894}
1845div.gridComponent table.rows thead tr th.sortable span { 1895div.gridComponent table.rows thead tr th.sortable span {
1846 cursor: pointer; 1896 cursor: pointer;
1847} 1897}
1848div.gridComponent table.rows thead tr th.sortable span a { 1898div.gridComponent table.rows thead tr th.sortable span a {
1849 margin-left: 5px; 1899 margin-left: 5px;
1850 padding-left: 10px; 1900 padding-left: 10px;
1851} 1901}
1852div.gridComponent table.rows thead tr th.directLoginTH { 1902div.gridComponent table.rows thead tr th.directLoginTH {
1853 width: 420px; 1903 width: 420px;
1854} 1904}
1855div.gridComponent table.rows thead tr th.latestUpdateTH { 1905div.gridComponent table.rows thead tr th.latestUpdateTH {
1856 width: 100px; 1906 width: 100px;
1857} 1907}
1858div.gridComponent table.rows thead tr th.commandsTH { 1908div.gridComponent table.rows thead tr th.commandsTH {
1859 width: 150px; 1909 width: 150px;
1860} 1910}
1861div.gridComponent table.rows thead a { 1911div.gridComponent table.rows thead a {
1862 text-decoration: none; 1912 text-decoration: none;
1863} 1913}
1864div.gridComponent table.rows thead span { 1914div.gridComponent table.rows thead span {
1865 font-weight: normal; 1915 font-weight: normal;
1866 font-size: 9pt; 1916 font-size: 9pt;
1867 line-height: 20px; 1917 line-height: 20px;
1868} 1918}
1869div.gridComponent div.header div.headerSlot { 1919div.gridComponent div.header div.headerSlot {
1870 float: right; 1920 float: right;
1871} 1921}
1872/* @end */ 1922/* @end */
1873div.mainPanels div.gridComponent div.body table.rows td.favicon { 1923div.mainPanels div.gridComponent div.body table.rows td.favicon {
1874 padding-left: 25px; 1924 padding-left: 25px;
1875} 1925}
1876div.mainPanels div.gridComponent div.body table.rows td.favicon img { 1926div.mainPanels div.gridComponent div.body table.rows td.favicon img {
1877 width: 16px; 1927 width: 16px;
1878 height: 16px; 1928 height: 16px;
1879 border: 0px; 1929 border: 0px;
1880} 1930}
1881/* @end */ 1931/* @end */
1882/* @group Card Grid */ 1932/* @group Card Grid */
1883/* @group DirectLogin links */ 1933/* @group DirectLogin links */
1884div.gridComponent th.directLoginTH span { 1934div.gridComponent th.directLoginTH span {
1885 margin-left: 7px; 1935 margin-left: 7px;
1886} 1936}
1887td.card_directLogins div { 1937td.card_directLogins div {
1888 display: inline-table; 1938 display: inline-table;
1889} 1939}
1890td.card_directLogins span { 1940td.card_directLogins span {
1891 display: inline-block; 1941 display: inline-block;
1892} 1942}
1893/* 1943/*
1894td.card_directLogins a { 1944td.card_directLogins a {
1895 display: inline-table; 1945 display: inline-table;
1896 height: 19px; 1946 height: 19px;
1897 1947
1898 padding-right: 7px; 1948 padding-right: 7px;
1899} 1949}
1900 1950
1901td.card_directLogins a:hover { 1951td.card_directLogins a:hover {
1902 background: url(./images/old/directLink_background.png) right 0; 1952 background: url(./images/old/directLink_background.png) right 0;
1903} 1953}
1904*/ 1954*/
1905div.card_directLogin { 1955div.card_directLogin {
1906 display: inline-block; 1956 display: inline-block;
1907 height: 19px; 1957 height: 19px;
1908 padding-left: 7px; 1958 padding-left: 7px;
1909} 1959}
1910div.card_directLogin_ellipses span { 1960div.card_directLogin_ellipses span {
1911 padding-bottom: 2px; 1961 padding-bottom: 2px;
1912} 1962}
1913div.card_directLogin div.card_directLogin_body { 1963div.card_directLogin div.card_directLogin_body {
1914 display: inline-block; 1964 display: inline-block;
1915 height: 19px; 1965 height: 19px;
1916 padding-right: 8px; 1966 padding-right: 8px;
1917 background-position: left; 1967 background-position: left;
1918} 1968}
1919div.card_directLogin div.card_directLogin_body a { 1969div.card_directLogin div.card_directLogin_body a {
1920 vertical-align: -14px; 1970 vertical-align: -14px;
1921} 1971}
1922/*div.card_directLogin:hover {*/ 1972/*div.card_directLogin:hover {*/
1923div.card_directLogin:hover { 1973div.card_directLogin:hover {
1924 background: url(./images/old/directLink_background_left.png) no-repeat 0 0; 1974 background: url(./images/old/directLink_background_left.png) no-repeat 0 0;
1925} 1975}
1926/*div.card_directLogin:hover div {*/ 1976/*div.card_directLogin:hover div {*/
1927div.card_directLogin:hover div.card_directLogin_body { 1977div.card_directLogin:hover div.card_directLogin_body {
1928 background: url(./images/old/directLink_background.png) right 0; 1978 background: url(./images/old/directLink_background.png) right 0;
1929} 1979}
1930/* @group DirectLogin Popup */ 1980/* @group DirectLogin Popup */
1931div.DirectLoginListPopup { 1981div.DirectLoginListPopup {
1932 position: absolute; 1982 position: absolute;
1933 width: 184px; 1983 width: 184px;
1934} 1984}
1935div.DirectLoginListPopup div.DirectLoginListPopup_body { 1985div.DirectLoginListPopup div.DirectLoginListPopup_body {
1936 background-image: url(./images/old/directLogins_background.png); 1986 background-image: url(./images/old/directLogins_background.png);
1937 padding-top: 8px; 1987 padding-top: 8px;
1938} 1988}
1939div.DirectLoginListPopup div.DirectLoginListPopup_footer { 1989div.DirectLoginListPopup div.DirectLoginListPopup_footer {
1940 height: 8px; 1990 height: 8px;
1941 background-image: url(./images/old/directLogins_background_bottom.png); 1991 background-image: url(./images/old/directLogins_background_bottom.png);
1942} 1992}
1943div.DirectLoginListPopup div.DirectLoginListPopup_body ul { 1993div.DirectLoginListPopup div.DirectLoginListPopup_body ul {
1944 margin: 0px; 1994 margin: 0px;
1945 padding-left: 13px; 1995 padding-left: 13px;
1946 list-style: none; 1996 list-style: none;
1947} 1997}
1948div.DirectLoginListPopup div.DirectLoginListPopup_body ul li { 1998div.DirectLoginListPopup div.DirectLoginListPopup_body ul li {
1949 padding-top: 4px; 1999 padding-top: 4px;
1950 height: 20px; 2000 height: 20px;
1951 padding-right: 10px; 2001 padding-right: 10px;
1952 white-space: nowrap; 2002 white-space: nowrap;
1953} 2003}
1954div.DirectLoginListPopup div.DirectLoginListPopup_body ul li div { 2004div.DirectLoginListPopup div.DirectLoginListPopup_body ul li div {
1955 padding-right: 10px; 2005 padding-right: 10px;
1956 overflow: hidden; 2006 overflow: hidden;
1957} 2007}
1958div.DirectLoginListPopup div.DirectLoginListPopup_body ul li img.favicon { 2008div.DirectLoginListPopup div.DirectLoginListPopup_body ul li img.favicon {
1959 padding-left: 9px; 2009 padding-left: 9px;
1960 padding-right: 5px; 2010 padding-right: 5px;
1961} 2011}
1962div.DirectLoginListPopup div.DirectLoginListPopup_body ul li a { 2012div.DirectLoginListPopup div.DirectLoginListPopup_body ul li a {
1963 text-decoration: none; 2013 text-decoration: none;
1964 color: white; 2014 color: white;
1965 font-weight: normal; 2015 font-weight: normal;
1966 font-size: 10pt; 2016 font-size: 10pt;
1967 vertical-align: 3px; 2017 vertical-align: 3px;
1968 white-space: nowrap; 2018 white-space: nowrap;
1969 padding-right: 8px; 2019 padding-right: 8px;
1970} 2020}
1971div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover { 2021div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover {
1972 /* background-color: #a5a696;*/ 2022 /* background-color: #a5a696;*/
1973 2023
1974 /* background-color: #7b7d70;*/ 2024 /* background-color: #7b7d70;*/
1975 2025
1976 background-color: rgba(123, 125, 112, 0.5); 2026 background-color: rgba(123, 125, 112, 0.5);
1977} 2027}
1978div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover a { 2028div.DirectLoginListPopup div.DirectLoginListPopup_body ul li:hover a {
1979 background: url(./images/old/directLink_no_background.png) right; 2029 background: url(./images/old/directLink_no_background.png) right;
1980} 2030}
1981/* @end */ 2031/* @end */
1982/* @end */ 2032/* @end */
1983div.mainPanels div.gridComponent div.header { 2033div.mainPanels div.gridComponent div.header {
1984 /* 2034 /*
1985 height: 90px; 2035 height: 90px;
1986 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; 2036 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat;
1987*/ 2037*/
1988 2038
1989 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; 2039 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat;
1990 padding-left: 40px; 2040 padding-left: 40px;
1991 padding-right: 40px; 2041 padding-right: 40px;
1992 padding-top: 20px; 2042 padding-top: 20px;
1993 padding-bottom: 10px; 2043 padding-bottom: 10px;
1994} 2044}
1995div.mainPanels div.gridComponent div.header form.search { 2045div.mainPanels div.gridComponent div.header form.search {
1996 height: 32px; 2046 height: 32px;
1997 margin: 0px; 2047 margin: 0px;
1998} 2048}
1999div.mainPanels div.gridComponent div.header form.search div.clearSearchButton { 2049div.mainPanels div.gridComponent div.header form.search div.clearSearchButton {
2000 position: absolute; 2050 position: absolute;
2001 margin-left: 192px; 2051 margin-left: 192px;
2002 width: 22px; 2052 width: 22px;
2003 height: 22px; 2053 height: 22px;
2004 margin-top: 6px; 2054 margin-top: 6px;
2005 background: url(./images/old/filter/clearFilter_notSelected.png) no-repeat; 2055 background: url(./images/old/filter/clearFilter_notSelected.png) no-repeat;
2006} 2056}
2007div.mainPanels div.gridComponent div.header form.search div.clearSearchButton:hover { 2057div.mainPanels div.gridComponent div.header form.search div.clearSearchButton:hover {
2008 background: url(./images/old/filter/clearFilter_selected.png) no-repeat; 2058 background: url(./images/old/filter/clearFilter_selected.png) no-repeat;
2009 cursor: pointer; 2059 cursor: pointer;
2010} 2060}
2011div.mainPanels div.gridComponent div.header form.search div.search { 2061div.mainPanels div.gridComponent div.header form.search div.search {
2012 display: block; 2062 display: block;
2013 float: left; 2063 float: left;
2014 width: 217px; 2064 width: 217px;
2015} 2065}
2016div.mainPanels div.gridComponent div.header form.search input.search { 2066div.mainPanels div.gridComponent div.header form.search input.search {
2017 border: 1px solid #76786a; 2067 border: 1px solid #76786a;
2018 color: #666666; 2068 color: #666666;
2019 font-size: 12pt; 2069 font-size: 12pt;
2020 width: 100%; 2070 width: 100%;
2021 padding: 4px; 2071 padding: 4px;
2022 padding-left: 24px; 2072 padding-left: 24px;
2023 padding-right: 26px; 2073 padding-right: 26px;
2024 background: #e8ecde url(./images/old/main/grid/search.png) no-repeat 2px 4px; 2074 background: #e8ecde url(./images/old/main/grid/search.png) no-repeat 2px 4px;
2025} 2075}
2026div.mainPanels div.gridComponent div.header form.search input.search.disabled { 2076div.mainPanels div.gridComponent div.header form.search input.search.disabled {
2027 disabled: disabled; 2077 disabled: disabled;
2028} 2078}
2029div.mainPanels div.gridComponent div.header form.search input.search.running { 2079div.mainPanels div.gridComponent div.header form.search input.search.running {
2030 background: #e8ecde url(./images/old/main/grid/running_search.gif) no-repeat 4px 5px; 2080 background: #e8ecde url(./images/old/main/grid/running_search.gif) no-repeat 4px 5px;
2031} 2081}
2032div.mainPanels div.gridComponent div.body { 2082div.mainPanels div.gridComponent div.body {
2033 clear: both; 2083 clear: both;
2034 background: url(./images/old/main/blocks/cardGridBackground.png) repeat-y -836px; 2084 background: url(./images/old/main/blocks/cardGridBackground.png) repeat-y -836px;
2035} 2085}
2036div.mainPanels div.gridComponent div.footer { 2086div.mainPanels div.gridComponent div.footer {
2037 background: url(./images/old/main/blocks/cardGridBackground.png) 834px -28px; 2087 background: url(./images/old/main/blocks/cardGridBackground.png) 834px -28px;
2038 height: 35px; 2088 height: 35px;
2039} 2089}
2040div.mainPanels div.gridComponent div.body h1 { 2090div.mainPanels div.gridComponent div.body h1 {
2041 margin: 0px; 2091 margin: 0px;
2042} 2092}
2043div.mainPanels div.gridComponent div.body div.rows { 2093div.mainPanels div.gridComponent div.body div.rows {
2044 margin-left: 9px; 2094 margin-left: 9px;
2045 margin-right: 6px; 2095 margin-right: 6px;
2046 min-height: 582px; 2096 min-height: 582px;
2047 background: url(./images/old/main/blocks/cardGridStripes.png) 0 7px; 2097 background: url(./images/old/main/blocks/cardGridStripes.png) 0 7px;
2048} 2098}
2049div.mainPanels div.gridComponent.noRows div.body table.rows thead, 2099div.mainPanels div.gridComponent.noRows div.body table.rows thead,
2050div.mainPanels div.gridComponent.empty div.body table.rows thead { 2100div.mainPanels div.gridComponent.empty div.body table.rows thead {
2051 visibility: hidden; 2101 visibility: hidden;
2052} 2102}
2053div.mainPanels div.gridComponent.empty div.body div.rows { 2103div.mainPanels div.gridComponent.empty div.body div.rows {
2054 background: #eaebe6 url(./images/old/lock/background_star.png) no-repeat center center; 2104 background: #eaebe6 url(./images/old/lock/background_star.png) no-repeat center center;
2055} 2105}
2056div.mainPanels div.gridComponent.noRows div.body div.rows { 2106div.mainPanels div.gridComponent.noRows div.body div.rows {
2057 background: #eaebe6; 2107 background: #eaebe6;
2058} 2108}
2059div.mainPanels div.gridComponent div.body table.rows { 2109div.mainPanels div.gridComponent div.body table.rows {
2060 display: block; 2110 display: block;
2061 width: 100%; 2111 width: 100%;
2062} 2112}
2063div.mainPanels div.gridComponent div.body table.rows tbody tr.odd.selected { 2113div.mainPanels div.gridComponent div.body table.rows tbody tr.odd.selected {
2064 background-color: #a5a696; 2114 background-color: #a5a696;
2065} 2115}
2066div.mainPanels div.gridComponent div.body table.rows tbody tr.even.selected { 2116div.mainPanels div.gridComponent div.body table.rows tbody tr.even.selected {
2067 background-color: #a5a696; 2117 background-color: #a5a696;
2068} 2118}
2069div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td a { 2119div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td a {
2070 color: #f3f4eb; 2120 color: #f3f4eb;
2071} 2121}
2072div.mainPanels div.gridComponent div.body table.rows tbody tr.odd { 2122div.mainPanels div.gridComponent div.body table.rows tbody tr.odd {
2073 background-color: #d4d5cf; 2123 background-color: #d4d5cf;
2074} 2124}
2075div.mainPanels div.gridComponent div.body table.rows tbody tr.even { 2125div.mainPanels div.gridComponent div.body table.rows tbody tr.even {
2076 background-color: #eaebe6; 2126 background-color: #eaebe6;
2077} 2127}
2078div.mainPanels div.gridComponent div.body table.rows tbody tr.odd:hover { 2128div.mainPanels div.gridComponent div.body table.rows tbody tr.odd:hover {
2079 background-color: #a5a696; 2129 background-color: #a5a696;
2080} 2130}
2081div.mainPanels div.gridComponent div.body table.rows tbody tr.even:hover { 2131div.mainPanels div.gridComponent div.body table.rows tbody tr.even:hover {
2082 background-color: #a5a696; 2132 background-color: #a5a696;
2083} 2133}
2084div.mainPanels div.gridComponent div.body table.rows tbody tr td { 2134div.mainPanels div.gridComponent div.body table.rows tbody tr td {
2085 height: 23px; 2135 height: 23px;
2086 max-height: 23px; 2136 max-height: 23px;
2087 /* 2137 /*
2088 white-space: nowrap; 2138 white-space: nowrap;
2089 overflow: hidden; 2139 overflow: hidden;
2090*/ 2140*/
2091 2141
2092} 2142}
2093div.mainPanels div.gridComponent div.body table.rows tbody tr td span { 2143div.mainPanels div.gridComponent div.body table.rows tbody tr td span {
2094 color: #828479; 2144 color: #828479;
2095 font-size: 10pt; 2145 font-size: 10pt;
2096} 2146}
2097div.mainPanels div.gridComponent div.body table.rows tbody tr td a { 2147div.mainPanels div.gridComponent div.body table.rows tbody tr td a {
2098 color: #828479; 2148 color: #828479;
2099 font-size: 10pt; 2149 font-size: 10pt;
2100 text-decoration: none; 2150 text-decoration: none;
2101} 2151}
2102div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td span { 2152div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td span {
2103 color: #f3f4eb; 2153 color: #f3f4eb;
2104} 2154}
2105div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td span { 2155div.mainPanels div.gridComponent div.body table.rows tbody tr.selected td span {
2106 color: #f3f4eb; 2156 color: #f3f4eb;
2107} 2157}
2108div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td a { 2158div.mainPanels div.gridComponent div.body table.rows tbody tr:hover td a {
2109 color: #f3f4eb; 2159 color: #f3f4eb;
2110} 2160}
2111div.mainPanels div.gridComponent div.body table.rows tbody tr td.title a { 2161div.mainPanels div.gridComponent div.body table.rows tbody tr td.title a {
2112 font-weight: bold; 2162 font-weight: bold;
2113} 2163}
2114div.mainPanels div.gridComponent div.body table.rows tbody tr td img.favicon { 2164div.mainPanels div.gridComponent div.body table.rows tbody tr td img.favicon {
2115 float: right; 2165 float: right;
2116 padding-right: 6px; 2166 padding-right: 6px;
2117} 2167}
2118/* @group header */ 2168/* @group header */
2119div.gridComponent table.rows thead img { 2169div.gridComponent table.rows thead img {
2120 padding-left: 10px; 2170 padding-left: 10px;
2121 vertical-align: middle; 2171 vertical-align: middle;
2122} 2172}
2123div.gridComponent table.rows thead tr th { 2173div.gridComponent table.rows thead tr th {
2124 background-color: #eaebe6; 2174 background-color: #eaebe6;
2125 border-bottom: 1px solid #b3b4af; 2175 border-bottom: 1px solid #b3b4af;
2126} 2176}
2127div.gridComponent table.rows thead span { 2177div.gridComponent table.rows thead span {
2128 color: #8c8f7e; 2178 color: #8c8f7e;
2129} 2179}
2130div.gridComponent table.rows thead tr th.unsorted span.sortable a { 2180div.gridComponent table.rows thead tr th.unsorted span.sortable a {
2131 background-image: url(./images/old/main/grid/unsorted.png); 2181 background-image: url(./images/old/main/grid/unsorted.png);
2132} 2182}
2133div.gridComponent table.rows thead tr th.descending span.sortable a { 2183div.gridComponent table.rows thead tr th.descending span.sortable a {
2134 background-image: url(./images/old/main/grid/descending.png); 2184 background-image: url(./images/old/main/grid/descending.png);
2135} 2185}
2136div.gridComponent table.rows thead tr th.ascending span.sortable a { 2186div.gridComponent table.rows thead tr th.ascending span.sortable a {
2137 background-image: url(./images/old/main/grid/ascending.png); 2187 background-image: url(./images/old/main/grid/ascending.png);
2138} 2188}
2139div.gridComponent table.rows thead tr th.faviconTH { 2189div.gridComponent table.rows thead tr th.faviconTH {
2140 width: 53px; 2190 width: 53px;
2141} 2191}
2142div.gridComponent table.rows thead tr th.titleTH { 2192div.gridComponent table.rows thead tr th.titleTH {
2143 width: 200px; 2193 width: 200px;
2144 max-width: 200px; 2194 max-width: 200px;
2145} 2195}
2146div.gridComponent table.rows thead tr th.deleteTH { 2196div.gridComponent table.rows thead tr th.deleteTH {
2147 width: 50px; 2197 width: 50px;
2148} 2198}
2149/* @end */ 2199/* @end */
2150/* @end */ 2200/* @end */
2151/* @group Direct login Grid */ 2201/* @group Direct login Grid */
2152/* 2202/*
2153div.mainPanels div.directLoginGrid div.header { 2203div.mainPanels div.directLoginGrid div.header {
2154/* 2204/*
2155 height: 90px; 2205 height: 90px;
2156 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat; 2206 background: url(./images/old/main/blocks/cardGridBackground.png) no-repeat;
2157* / 2207* /
2158} 2208}
2159 2209
2160div.mainPanels div.directLoginGrid div.header form.search { 2210div.mainPanels div.directLoginGrid div.header form.search {
2161 background: url(./images/old/main/blocks/directLoginGridBackground.png) no-repeat; 2211 background: url(./images/old/main/blocks/directLoginGridBackground.png) no-repeat;
2162 padding-left: 40px; 2212 padding-left: 40px;
2163 padding-top: 20px; 2213 padding-top: 20px;
2164 padding-bottom: 10px; 2214 padding-bottom: 10px;
2165 margin: 0px; 2215 margin: 0px;
2166} 2216}
2167 2217
2168div.mainPanels div.directLoginGrid div.header form.search input.search { 2218div.mainPanels div.directLoginGrid div.header form.search input.search {
2169 border: 1px solid #76786a; 2219 border: 1px solid #76786a;
2170 color: #666666; 2220 color: #666666;
2171 font-size: 12pt; 2221 font-size: 12pt;
2172 padding: 4px; 2222 padding: 4px;
2173 background-color: #e8ecde; 2223 background-color: #e8ecde;
2174} 2224}
2175 2225
2176div.mainPanels div.directLoginGrid div.header form.search input.searchButton { 2226div.mainPanels div.directLoginGrid div.header form.search input.searchButton {
2177 background-color: #858877; 2227 background-color: #858877;
2178 border: 0px; 2228 border: 0px;
2179 color: white; 2229 color: white;
2180 font-size: 10pt; 2230 font-size: 10pt;
2181} 2231}
2182 2232
2183div.mainPanels div.directLoginGrid div.body { 2233div.mainPanels div.directLoginGrid div.body {
2184 background: url(./images/old/main/blocks/directLoginGridBackground.png) repeat-y -836px; 2234 background: url(./images/old/main/blocks/directLoginGridBackground.png) repeat-y -836px;
2185} 2235}
2186 2236
2187div.mainPanels div.directLoginGrid div.footer { 2237div.mainPanels div.directLoginGrid div.footer {
2188 background: url(./images/old/main/blocks/directLoginGridBackground.png) 834px -28px; 2238 background: url(./images/old/main/blocks/directLoginGridBackground.png) 834px -28px;
2189 height: 35px; 2239 height: 35px;
2190} 2240}
2191 2241
2192div.mainPanels div.directLoginGrid div.body h1 { 2242div.mainPanels div.directLoginGrid div.body h1 {
2193 margin: 0px; 2243 margin: 0px;
2194} 2244}
2195 2245
2196div.mainPanels div.directLoginGrid div.body div.rows { 2246div.mainPanels div.directLoginGrid div.body div.rows {
2197 margin-left: 9px; 2247 margin-left: 9px;
2198 margin-right: 6px; 2248 margin-right: 6px;
2199 min-height: 582px; 2249 min-height: 582px;
2200 background: url(./images/old/main/blocks/directLoginGridStripes.png) 0 7px; 2250 background: url(./images/old/main/blocks/directLoginGridStripes.png) 0 7px;
2201} 2251}
2202 2252
2203div.mainPanels div.directLoginGrid div.body table.rows { 2253div.mainPanels div.directLoginGrid div.body table.rows {
2204 display: block; 2254 display: block;
2205 width: 100%; 2255 width: 100%;
2206} 2256}
2207 2257
2208div.mainPanels div.directLoginGrid div.body table.rows img { 2258div.mainPanels div.directLoginGrid div.body table.rows img {
2209 border: 0px; 2259 border: 0px;
2210} 2260}
2211 2261
2212div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even { 2262div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even {
2213 background-color: #787666; 2263 background-color: #787666;
2214} 2264}
2215 2265
2216div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd { 2266div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd {
2217 background-color: #646351; 2267 background-color: #646351;
2218} 2268}
2219 2269
2220div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd:hover { 2270div.mainPanels div.directLoginGrid div.body table.rows tbody tr.odd:hover {
2221 background-color: #d1d4c6; 2271 background-color: #d1d4c6;
2222} 2272}
2223 2273
2224div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even:hover { 2274div.mainPanels div.directLoginGrid div.body table.rows tbody tr.even:hover {
2225 background-color: #d1d4c6; 2275 background-color: #d1d4c6;
2226} 2276}
2227 2277
2228div.mainPanels div.directLoginGrid div.body table.rows tbody tr td { 2278div.mainPanels div.directLoginGrid div.body table.rows tbody tr td {
2229 height: 23px; 2279 height: 23px;
2230 color: #e1e0d6; 2280 color: #e1e0d6;
2231 font-size: 10pt; 2281 font-size: 10pt;
2232} 2282}
2233 2283
2234div.mainPanels div.directLoginGrid div.body table.rows tbody tr:hover td { 2284div.mainPanels div.directLoginGrid div.body table.rows tbody tr:hover td {
2235 color: #777867; 2285 color: #777867;
2236} 2286}
2237 2287
2238div.mainPanels div.directLoginGrid div.body table.rows tbody tr td.title { 2288div.mainPanels div.directLoginGrid div.body table.rows tbody tr td.title {
2239 font-weight: bold; 2289 font-weight: bold;
2240} 2290}
2241 2291
2242div.directLoginGrid div.body table.rows tbody tr a { 2292div.directLoginGrid div.body table.rows tbody tr a {
2243 color: #e1e0d6; 2293 color: #e1e0d6;
2244 text-decoration: none; 2294 text-decoration: none;
2245} 2295}
2246 2296
2247div.directLoginGrid div.body table.rows tbody tr:hover a { 2297div.directLoginGrid div.body table.rows tbody tr:hover a {
2248 color: #777867; 2298 color: #777867;
2249} 2299}
2250*/ 2300*/
2251/* @group DirectLogin links */ 2301/* @group DirectLogin links */
2252/* 2302/*
2253td.card_directLogins div { 2303td.card_directLogins div {
2254 display: inline-table; 2304 display: inline-table;
2255} 2305}
2256 2306
2257td.card_directLogins span { 2307td.card_directLogins span {
2258 display: inline-table; 2308 display: inline-table;
2259} 2309}
2260*/ 2310*/
2261div.directLogin_directLogin { 2311div.directLogin_directLogin {
2262 display: inline-block; 2312 display: inline-block;
2263 height: 19px; 2313 height: 19px;
2264 padding-left: 7px; 2314 padding-left: 7px;
2265} 2315}
2266div.directLogin_directLogin div.directLogin_directLogin_body { 2316div.directLogin_directLogin div.directLogin_directLogin_body {
2267 display: inline-block; 2317 display: inline-block;
2268 height: 19px; 2318 height: 19px;
2269 padding-right: 8px; 2319 padding-right: 8px;
2270 background-position: left; 2320 background-position: left;
2271} 2321}
2272div.directLogin_directLogin div.directLogin_directLogin_body a { 2322div.directLogin_directLogin div.directLogin_directLogin_body a {
2273 vertical-align: -14px; 2323 vertical-align: -14px;
2274} 2324}
2275div.directLogin_directLogin:hover { 2325div.directLogin_directLogin:hover {
2276 background: url(./images/old/directLink_background_left.png) no-repeat 0 0; 2326 background: url(./images/old/directLink_background_left.png) no-repeat 0 0;
2277} 2327}
2278div.directLogin_directLogin:hover div.directLogin_directLogin_body { 2328div.directLogin_directLogin:hover div.directLogin_directLogin_body {
2279 background: url(./images/old/directLink_background.png) right 0; 2329 background: url(./images/old/directLink_background.png) right 0;
2280} 2330}
2281table.rows tbody tr td div.directLogin_directLogin:hover div.directLogin_directLogin_body a { 2331table.rows tbody tr td div.directLogin_directLogin:hover div.directLogin_directLogin_body a {
2282 color: #f3f4eb; 2332 color: #f3f4eb;
2283} 2333}
2284/* @end */ 2334/* @end */
2285/* @group header */ 2335/* @group header */
2286div.directLoginGrid table.rows thead span { 2336div.directLoginGrid table.rows thead span {
2287 color: #e1e0d6; 2337 color: #e1e0d6;
2288} 2338}
2289div.directLoginGrid table.rows thead tr th { 2339div.directLoginGrid table.rows thead tr th {
2290 background-color: #787762; 2340 background-color: #787762;
2291 border-bottom: 1px solid #999883; 2341 border-bottom: 1px solid #999883;
2292} 2342}
2293div.directLoginGrid table.rows thead tr th.faviconTH { 2343div.directLoginGrid table.rows thead tr th.faviconTH {
2294 min-width: 53px; 2344 min-width: 53px;
2295 width: 53px; 2345 width: 53px;
2296} 2346}
2297div.directLoginGrid table.rows thead tr th.titleTH { 2347div.directLoginGrid table.rows thead tr th.titleTH {
2298 min-width: 250px; 2348 min-width: 250px;
2299 width: 250px; 2349 width: 250px;
2300} 2350}
2301div.directLoginGrid table.rows thead tr th.titleTH span { 2351div.directLoginGrid table.rows thead tr th.titleTH span {
2302 margin-left: 7px; 2352 margin-left: 7px;
2303} 2353}
2304div.directLoginGrid table.rows thead tr th.strengthTH { 2354div.directLoginGrid table.rows thead tr th.strengthTH {
2305 width: 100px; 2355 width: 100px;
2306} 2356}
2307div.directLoginGrid table.rows thead tr th.cardTitleTH { 2357div.directLoginGrid table.rows thead tr th.cardTitleTH {
2308 width: 400px; 2358 width: 400px;
2309} 2359}
2310div.directLoginGrid table.rows thead tr th.bookmarkableLinkTH { 2360div.directLoginGrid table.rows thead tr th.bookmarkableLinkTH {
2311 width: 64px; 2361 width: 64px;
2312} 2362}
2313div.directLoginGrid table.rows thead tr th.deleteTH { 2363div.directLoginGrid table.rows thead tr th.deleteTH {
2314 width: 50px; 2364 width: 50px;
2315} 2365}
2316div.directLoginGrid table.rows thead tr th.latestAccessTH { 2366div.directLoginGrid table.rows thead tr th.latestAccessTH {
2317 width: 100px; 2367 width: 100px;
2318} 2368}
2319div.directLoginGrid table.rows thead tr th.commandsTH { 2369div.directLoginGrid table.rows thead tr th.commandsTH {
2320 width: 100px; 2370 width: 100px;
2321} 2371}
2322/* 2372/*
2323div.directLoginGrid table.rows thead a { 2373div.directLoginGrid table.rows thead a {
2324 font-weight: normal; 2374 font-weight: normal;
2325 text-decoration: none; 2375 text-decoration: none;
2326 color: #e9e9df; 2376 color: #e9e9df;
2327 font-size: 9pt; 2377 font-size: 9pt;
2328 line-height: 20px; 2378 line-height: 20px;
2329} 2379}
2330*/ 2380*/
2331div.directLoginGrid table.rows thead img { 2381div.directLoginGrid table.rows thead img {
2332 padding-left: 10px; 2382 padding-left: 10px;
2333 vertical-align: middle; 2383 vertical-align: middle;
2334} 2384}
2335div.directLoginGrid table.rows thead tr th.unsorted span.sortable a { 2385div.directLoginGrid table.rows thead tr th.unsorted span.sortable a {
2336 background: url(./images/old/main/grid/directLogins/unsorted.png) no-repeat; 2386 background: url(./images/old/main/grid/directLogins/unsorted.png) no-repeat;
2337} 2387}
2338div.directLoginGrid table.rows thead tr th.descending span.sortable a { 2388div.directLoginGrid table.rows thead tr th.descending span.sortable a {
2339 background: url(./images/old/main/grid/directLogins/descending.png) no-repeat; 2389 background: url(./images/old/main/grid/directLogins/descending.png) no-repeat;
2340} 2390}
2341div.directLoginGrid table.rows thead tr th.ascending span.sortable a { 2391div.directLoginGrid table.rows thead tr th.ascending span.sortable a {
2342 background: url(./images/old/main/grid/directLogins/ascending.png) no-repeat; 2392 background: url(./images/old/main/grid/directLogins/ascending.png) no-repeat;
2343} 2393}
2344/* @end */ 2394/* @end */
2345/* @end */ 2395/* @end */
2346/* @end */ 2396/* @end */
2347/* @end */ 2397/* @end */
2348/* @group other Panels */ 2398/* @group other Panels */
2349/* @group common styles */ 2399/* @group common styles */
2350/* 2400/*
2351div.subPanelTabs ul { 2401div.subPanelTabs ul {
2352 margin: 0px; 2402 margin: 0px;
2353 margin-right: 7px; 2403 margin-right: 7px;
2354 padding: 0px; 2404 padding: 0px;
2355} 2405}
2356div.subPanelTabs ul li { 2406div.subPanelTabs ul li {
2357 display: inline-block; 2407 display: inline-block;
2358 vertical-align: middle; 2408 vertical-align: middle;
2359 /*width: 130px; * / 2409 /*width: 130px; * /
2360 2410
2361 height: 50px; 2411 height: 50px;
2362 /*border-right: 1px solid #a5a79c; 2412 /*border-right: 1px solid #a5a79c;
2363 border-bottom: 1px solid #a5a79c;* / 2413 border-bottom: 1px solid #a5a79c;* /
2364 2414
2365 border-right: 1px solid #eef0e3; 2415 border-right: 1px solid #eef0e3;
2366 border-bottom: 1px solid #d5d5bc; 2416 border-bottom: 1px solid #d5d5bc;
2367} 2417}
2368div.subPanelTabs ul li.first:hover { 2418div.subPanelTabs ul li.first:hover {
2369 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / 2419 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * /
2370 2420
2371} 2421}
2372div.subPanelTabs ul li:hover { 2422div.subPanelTabs ul li:hover {
2373 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / 2423 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * /
2374 2424
2375 border-right: 1px solid #d5d5bc; 2425 border-right: 1px solid #d5d5bc;
2376 background-color: #eef0e3; 2426 background-color: #eef0e3;
2377} 2427}
2378div.subPanelTabs ul li a { 2428div.subPanelTabs ul li a {
2379 color: #787872; 2429 color: #787872;
2380 text-decoration: none; 2430 text-decoration: none;
2381 display: block; 2431 display: block;
2382 text-align: center; 2432 text-align: center;
2383 padding-top: 15px; 2433 padding-top: 15px;
2384 padding-left: 20px; 2434 padding-left: 20px;
2385 padding-right: 20px; 2435 padding-right: 20px;
2386 font-size: 13pt; 2436 font-size: 13pt;
2387} 2437}
2388div.subPanelTabs ul li.first { 2438div.subPanelTabs ul li.first {
2389 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * / 2439 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -9px -5px; * /
2390 2440
2391 -webkit-border-top-left-radius: 20px; 2441 -webkit-border-top-left-radius: 20px;
2392 -moz-border-radius-topleft: 20px; 2442 -moz-border-radius-topleft: 20px;
2393 border-top-left-radius: 20px; 2443 border-top-left-radius: 20px;
2394} 2444}
2395div.subPanelTabs ul li.selected { 2445div.subPanelTabs ul li.selected {
2396 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * / 2446 /*background: url(./images/old/main/blocks/otherPanelBackground_selected.png) no-repeat -45px -5px; * /
2397 2447
2398 background-color: #eef0e3; 2448 background-color: #eef0e3;
2399 border-bottom: 1px solid #eef0e3; 2449 border-bottom: 1px solid #eef0e3;
2400 border-right: 1px solid #d5d5bc; 2450 border-right: 1px solid #d5d5bc;
2401} 2451}
2402div.subPanelTabs ul li.selected:hover { 2452div.subPanelTabs ul li.selected:hover {
2403 border-right: 1px solid #d5d5bc; 2453 border-right: 1px solid #d5d5bc;
2404} 2454}
2405div.subPanelTabs ul li.selected a { 2455div.subPanelTabs ul li.selected a {
2406 color: #444440; 2456 color: #444440;
2407} 2457}
2408div.subPanelContent { 2458div.subPanelContent {
2409 padding-top: 20px; 2459 padding-top: 20px;
2410 padding-left: 30px; 2460 padding-left: 30px;
2411 padding-right: 30px; 2461 padding-right: 30px;
2412 min-height: 280px; 2462 min-height: 280px;
2413 color: #787872; 2463 color: #787872;
2414 margin: 0px 6px 0 9px; 2464 margin: 0px 6px 0 9px;
2415} 2465}
2416div.subPanelContent ul { 2466div.subPanelContent ul {
2417 margin: 0px; 2467 margin: 0px;
2418 padding: 0px; 2468 padding: 0px;
2419 list-style-type: none; 2469 list-style-type: none;
2420} 2470}
2421div.subPanelContent ul li.selected { 2471div.subPanelContent ul li.selected {
2422 display: block; 2472 display: block;
2423} 2473}
2424div.subPanelContent ul li { 2474div.subPanelContent ul li {
2425 display: none; 2475 display: none;
2426} 2476}
2427div.subPanelContent h3 { 2477div.subPanelContent h3 {
2428 margin: 0px; 2478 margin: 0px;
2429 border: 0px; 2479 border: 0px;
2430 padding: 0px; 2480 padding: 0px;
2431} 2481}
2432*/ 2482*/
2433/* @end */ 2483/* @end */
2434/* @group mainPanels otherPanel */ 2484/* @group mainPanels otherPanel */
2435div.mainPanels div.otherPanel { 2485div.mainPanels div.otherPanel {
2436 margin: 5px 10px; 2486 margin: 5px 10px;
2437 background-color: #eef0e3; 2487 background-color: #eef0e3;
2438 -webkit-border-radius: 20px; 2488 -webkit-border-radius: 20px;
2439 -moz-border-radius: 20px; 2489 -moz-border-radius: 20px;
2440 border-radius: 20px; 2490 border-radius: 20px;
2441 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2491 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2442 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2492 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2443 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2493 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2444} 2494}
2445div.mainPanels div.otherPanel div.header { 2495div.mainPanels div.otherPanel div.header {
2446 /*background: url(./images/old/main/blocks/otherPanelBackground.png) no-repeat; */ 2496 /*background: url(./images/old/main/blocks/otherPanelBackground.png) no-repeat; */
2447 2497
2448 /* 2498 /*
2449 height: 90px; 2499 height: 90px;
2450*/ 2500*/
2451 2501
2452 background-color: #d5d5bc; 2502 background-color: #d5d5bc;
2453 /*padding-left: 9px; 2503 /*padding-left: 9px;
2454 padding-top: 5px; */ 2504 padding-top: 5px; */
2455 2505
2456 margin: 0px; 2506 margin: 0px;
2457 margin-bottom: 0px; 2507 margin-bottom: 0px;
2458 -webkit-border-top-left-radius: 20px; 2508 -webkit-border-top-left-radius: 20px;
2459 -webkit-border-top-right-radius: 20px; 2509 -webkit-border-top-right-radius: 20px;
2460 -moz-border-radius-topleft: 20px; 2510 -moz-border-radius-topleft: 20px;
2461 -moz-border-radius-topright: 20px; 2511 -moz-border-radius-topright: 20px;
2462 border-top-left-radius: 20px; 2512 border-top-left-radius: 20px;
2463 border-top-right-radius: 20px; 2513 border-top-right-radius: 20px;
2464} 2514}
2465div.mainPanels div.otherPanel div.body { 2515div.mainPanels div.otherPanel div.body {
2466 /*background: url(./images/old/main/blocks/otherPanelBackground.png) repeat-y -836px; */ 2516 /*background: url(./images/old/main/blocks/otherPanelBackground.png) repeat-y -836px; */
2467 2517
2468 margin: 0px; 2518 margin: 0px;
2469 border: 0px; 2519 border: 0px;
2470 padding: 0px; 2520 padding: 0px;
2471} 2521}
2472div.mainPanels div.otherPanel div.footer { 2522div.mainPanels div.otherPanel div.footer {
2473 /*background: url(./images/old/main/blocks/otherPanelBackground.png) 834px -18px; */ 2523 /*background: url(./images/old/main/blocks/otherPanelBackground.png) 834px -18px; */
2474 2524
2475 height: 45px; 2525 height: 45px;
2476} 2526}
2477div.mainPanels div.otherPanel div.body h1 { 2527div.mainPanels div.otherPanel div.body h1 {
2478 margin: 0px; 2528 margin: 0px;
2479} 2529}
2480/* @end */ 2530/* @end */
2481/* @group Account */ 2531/* @group Account */
2482form.changePassphrase div.currentCredentials, 2532form.changePassphrase div.currentCredentials,
2483form.changePassphrase div.newPassphrase { 2533form.changePassphrase div.newPassphrase {
2484 float: left; 2534 float: left;
2485 padding: 10px 20px; 2535 padding: 10px 20px;
2486} 2536}
2487form.changePassphrase label { 2537form.changePassphrase label {
2488 display: inline-block; 2538 display: inline-block;
2489 width: 150px; 2539 width: 150px;
2490} 2540}
2491form.changePassphrase div.confirm { 2541form.changePassphrase div.confirm {
2492 clear: both; 2542 clear: both;
2493 padding: 10px 20px; 2543 padding: 10px 20px;
2494} 2544}
2495form.changePassphrase div.confirm label { 2545form.changePassphrase div.confirm label {
2496 width: 500px; 2546 width: 500px;
2497} 2547}
2498div.accountPanel h3.manageOTP { 2548div.accountPanel h3.manageOTP {
2499 margin-top: 20px; 2549 margin-top: 20px;
2500 margin-left: -20px; 2550 margin-left: -20px;
2501 padding-top: 10px; 2551 padding-top: 10px;
2502 padding-left: 20px; 2552 padding-left: 20px;
2503 border-top: 1px solid #aaaaaa; 2553 border-top: 1px solid #aaaaaa;
2504} 2554}
2505/* @end */ 2555/* @end */
2506/* @end */ 2556/* @end */
2507/* @group Message Panel (?) */ 2557/* @group Message Panel (?) */
2508/* 2558/*
2509div.messagePanelWrapper div.mask { 2559div.messagePanelWrapper div.mask {
2510 position: fixed; 2560 position: fixed;
2511 top: 0px; 2561 top: 0px;
2512 left: 0px; 2562 left: 0px;
2513 right: 0px; 2563 right: 0px;
2514 bottom: 0px; 2564 bottom: 0px;
2515 2565
2516 background-color: black; 2566 background-color: black;
2517 z-index:50001; 2567 z-index:50001;
2518 2568
2519 -moz-opacity: 0.0; 2569 -moz-opacity: 0.0;
2520 opacity:.0; 2570 opacity:.0;
2521 filter: alpha(opacity=0); 2571 filter: alpha(opacity=0);
2522/ * 2572/ *
2523 -moz-opacity: 0.7; 2573 -moz-opacity: 0.7;
2524 opacity:.70; 2574 opacity:.70;
2525 filter: alpha(opacity=70); 2575 filter: alpha(opacity=70);
2526* / 2576* /
2527} 2577}
2528 2578
2529div.messagePanelFrame { 2579div.messagePanelFrame {
2530 border: 1px solid white; 2580 border: 1px solid white;
2531 z-index:50002; 2581 z-index:50002;
2532/ * 2582/ *
2533 width: 443px; 2583 width: 443px;
2534 height: 155px; 2584 height: 155px;
2535 position: fixed; 2585 position: fixed;
2536 top: 205px; 2586 top: 205px;
2537 left: 260px; 2587 left: 260px;
2538 margin-left: auto; 2588 margin-left: auto;
2539 margin-right: auto; 2589 margin-right: auto;
2540 max-width: 468px; 2590 max-width: 468px;
2541* / 2591* /
2542} 2592}
2543 2593
2544 2594
2545div.messagePanel { 2595div.messagePanel {
2546 position: fixed; 2596 position: fixed;
2547 z-index:50003; 2597 z-index:50003;
2548 top: 0px; 2598 top: 0px;
2549 left: 0px; 2599 left: 0px;
2550/ * 2600/ *
2551 margin-left: auto; 2601 margin-left: auto;
2552 margin-right: auto; 2602 margin-right: auto;
2553 max-width: 468px; 2603 max-width: 468px;
2554 top: 200px; 2604 top: 200px;
2555 left: 250px; 2605 left: 250px;
2556 left: 100px; 2606 left: 100px;
2557 right: 100px; 2607 right: 100px;
2558* / 2608* /
2559} 2609}
2560 2610
2561 div.messagePanel div.header { 2611 div.messagePanel div.header {
2562 height: 34px; 2612 height: 34px;
2563 width: 468; 2613 width: 468;
2564 background-image: url(./images/old/alert/header.png); 2614 background-image: url(./images/old/alert/header.png);
2565} 2615}
2566 2616
2567 div.messagePanel div.body { 2617 div.messagePanel div.body {
2568 background-image: url(./images/old/alert/body.png); 2618 background-image: url(./images/old/alert/body.png);
2569 padding: 0px 20px 10px 20px; 2619 padding: 0px 20px 10px 20px;
2570 min-height: 100px; 2620 min-height: 100px;
2571} 2621}
2572/ * 2622/ *
2573div#javaScriptAlert div.body div.alert { 2623div#javaScriptAlert div.body div.alert {
2574 padding-left: 100px; 2624 padding-left: 100px;
2575 background: url(./images/old/alert/alert.png) no-repeat; 2625 background: url(./images/old/alert/alert.png) no-repeat;
2576} 2626}
2577* / 2627* /
2578 2628
2579div.messagePanel div.body img.alert { 2629div.messagePanel div.body img.alert {
2580 float: left; 2630 float: left;
2581} 2631}
2582 2632
2583div.messagePanel div.body div.alert { 2633div.messagePanel div.body div.alert {
2584 padding-left: 100px; 2634 padding-left: 100px;
2585} 2635}
2586 2636
2587 div.messagePanel div.footer { 2637 div.messagePanel div.footer {
2588 height: 34px; 2638 height: 34px;
2589 width: 468; 2639 width: 468;
2590 background-image: url(./images/old/alert/footer.png); 2640 background-image: url(./images/old/alert/footer.png);
2591} 2641}
2592 2642
2593div.messagePanel div.message h1 { 2643div.messagePanel div.message h1 {
2594 font-size: 16pt; 2644 font-size: 16pt;
2595 margin: 0px; 2645 margin: 0px;
2596 color: #ff5930; 2646 color: #ff5930;
2597} 2647}
2598 2648
2599div.messagePanel div.message p { 2649div.messagePanel div.message p {
2600 margin-top: 0px; 2650 margin-top: 0px;
2601 color: #999999; 2651 color: #999999;
2602} 2652}
2603 2653
2604div.messagePanel div.message h3 { 2654div.messagePanel div.message h3 {
2605 font-size: 12pt; 2655 font-size: 12pt;
2606 margin-bottom: 0px; 2656 margin-bottom: 0px;
2607 color: #ff5930; 2657 color: #ff5930;
2608} 2658}
2609 2659
2610div.messagePanel div.message h5 { 2660div.messagePanel div.message h5 {
2611 margin: 0px; 2661 margin: 0px;
2612 color: #999999; 2662 color: #999999;
2613} 2663}
2614 2664
2615 2665
2616*/ 2666*/
2617/* @end */ 2667/* @end */
2618/* @group LoginProgress (?) */ 2668/* @group LoginProgress (?) */
2619/* 2669/*
2620div#loginProgress { 2670div#loginProgress {
2621 position: relative; 2671 position: relative;
2622 left: -198px; 2672 left: -198px;
2623 top: -118px; 2673 top: -118px;
2624 width: 397px; 2674 width: 397px;
2625 height: 236px; 2675 height: 236px;
2626 background: url(./images/old/loginProgress/background.png); 2676 background: url(./images/old/loginProgress/background.png);
2627} 2677}
2628 2678
2629div#loginProgress div.header { 2679div#loginProgress div.header {
2630 height: 52px; 2680 height: 52px;
2631} 2681}
2632 2682
2633div#loginProgress div.header h3 { 2683div#loginProgress div.header h3 {
2634 font-size: 12pt; 2684 font-size: 12pt;
2635 font-weight: normal; 2685 font-weight: normal;
2636 margin: 0px; 2686 margin: 0px;
2637 color: #787872; 2687 color: #787872;
2638 padding-top: 25px; 2688 padding-top: 25px;
2639 padding-left: 35px; 2689 padding-left: 35px;
2640} 2690}
2641 2691
2642div#loginProgress div.body { 2692div#loginProgress div.body {
2643 height: 120px; 2693 height: 120px;
2644 overflow: auto; 2694 overflow: auto;
2645 margin-left: 19px; 2695 margin-left: 19px;
2646 margin-right: 18px; 2696 margin-right: 18px;
2647} 2697}
2648 2698
2649div#loginProgress div.footer { 2699div#loginProgress div.footer {
2650 margin-left: 19px; 2700 margin-left: 19px;
2651 margin-right: 18px; 2701 margin-right: 18px;
2652} 2702}
2653 2703
2654div#loginProgress div.footer a { 2704div#loginProgress div.footer a {
2655 font-weight: bold; 2705 font-weight: bold;
2656 text-decoration: none; 2706 text-decoration: none;
2657 text-align: center; 2707 text-align: center;
2658 color: #787872; 2708 color: #787872;
2659 display: block; 2709 display: block;
2660 font-size: 11pt; 2710 font-size: 11pt;
2661 width: 100px; 2711 width: 100px;
2662 margin-top: 13px; 2712 margin-top: 13px;
2663 margin-left: auto; 2713 margin-left: auto;
2664 margin-right: auto; 2714 margin-right: auto;
2665} 2715}
2666 2716
2667div#loginProgress div.footer a:hover { 2717div#loginProgress div.footer a:hover {
2668 color: #515247; 2718 color: #515247;
2669} 2719}
2670 2720
2671*/ 2721*/
2672/* @end */ 2722/* @end */
2673div#modalDialogMask, 2723div#modalDialogMask,
2674div.modalDialogMask { 2724div.modalDialogMask {
2675 z-index: 20000; 2725 z-index: 20000;
2676 /* position: absolute;*/ 2726 /* position: absolute;*/
2677 2727
2678 position: fixed; 2728 position: fixed;
2679 top: 0; 2729 top: 0;
2680 left: 0; 2730 left: 0;
2681 -moz-opacity: 0.5; 2731 -moz-opacity: 0.5;
2682 opacity: .50; 2732 opacity: .50;
2683 filter: alpha(opacity=50); 2733 filter: alpha(opacity=50);
2684 /* background-color: #cccccc;*/ 2734 /* background-color: #cccccc;*/
2685 2735
2686 background-color: #000000; 2736 background-color: #000000;
2687 width: 100%; 2737 width: 100%;
2688 height: 100%; 2738 height: 100%;
2689 zoom: 1; 2739 zoom: 1;
2690} 2740}
2691div#modalDialogFrame, 2741div#modalDialogFrame,
2692div.modalDialogFrame { 2742div.modalDialogFrame {
2693 position: absolute; 2743 position: absolute;
2694 /* border: 1px solid white;*/ 2744 /* border: 1px solid white;*/
2695 2745
2696 -moz-opacity: 0.5; 2746 -moz-opacity: 0.5;
2697 opacity: .50; 2747 opacity: .50;
2698 filter: alpha(opacity=50); 2748 filter: alpha(opacity=50);
2699 background-color: #333333; 2749 background-color: #333333;
2700 z-index: 20001; 2750 z-index: 20001;
2701 -webkit-border-radius: 20px; 2751 -webkit-border-radius: 20px;
2702 -moz-border-radius: 20px; 2752 -moz-border-radius: 20px;
2703 border-radius: 20px; 2753 border-radius: 20px;
2704} 2754}
2705div#modalDialog, 2755div#modalDialog,
2706div.modalDialog { 2756div.modalDialog {
2707 z-index: 20001; 2757 z-index: 20001;
2708} 2758}
2709/*div#modalDialog.scrollable,*/ 2759/*div#modalDialog.scrollable,*/
2710div.modalDialog.scrollable { 2760div.modalDialog.scrollable {
2711 position: absolute; 2761 position: absolute;
2712 top: 0; 2762 top: 0;
2713 left: 50%; 2763 left: 50%;
2714} 2764}
2715/*div#modalDialog.fixed,*/ 2765/*div#modalDialog.fixed,*/
2716div.modalDialog.fixed { 2766div.modalDialog.fixed {
2717 position: fixed; 2767 position: fixed;
2718 top: 40%; 2768 top: 40%;
2719 left: 50%; 2769 left: 50%;
2720} 2770}
2721div#modalDialog div, 2771div#modalDialog div,
2722div.modalDialog div { 2772div.modalDialog div {
2723 z-index: 20002; 2773 z-index: 20002;
2724 list-style-type: circle; 2774 list-style-type: circle;
2725} 2775}
2726div.modalDialogMask.simpleMessagePanelMask { 2776div.modalDialogMask.simpleMessagePanelMask {
2727 z-index: 20010; 2777 z-index: 20010;
2728} 2778}
2729div.modalDialogFrame.simpleMessagePanelMask { 2779div.modalDialogFrame.simpleMessagePanelMask {
2730 z-index: 20011; 2780 z-index: 20011;
2731} 2781}
2732div.modalDialog.simpleMessagePanelMask { 2782div.modalDialog.simpleMessagePanelMask {
2733 z-index: 20011; 2783 z-index: 20011;
2734} 2784}
2735div.modalDialog.simpleMessagePanelMask div { 2785div.modalDialog.simpleMessagePanelMask div {
2736 z-index: 20012; 2786 z-index: 20012;
2737} 2787}
2738/* @group Bookmarklet */ 2788/* @group Bookmarklet */
2739div.bookmarklet div.bookmarklet_link { 2789div.bookmarklet div.bookmarklet_link {
2740 /* 2790 /*
2741 padding-top: 5px; 2791 padding-top: 5px;
2742 padding-left: 4px; 2792 padding-left: 4px;
2743 padding-right: 3px; 2793 padding-right: 3px;
2744 2794
2745 float: right; 2795 float: right;
2746 margin-top: 12px; 2796 margin-top: 12px;
2747 margin-right: 13px; 2797 margin-right: 13px;
2748*/ 2798*/
2749 2799
2750 height: 34px; 2800 height: 34px;
2751} 2801}
2752div.bookmarklet div.bookmarklet_link a { 2802div.bookmarklet div.bookmarklet_link a {
2753 color: #838975; 2803 color: #838975;
2754 text-decoration: none; 2804 text-decoration: none;
2755 font-weight: bold; 2805 font-weight: bold;
2756 font-size: 10pt; 2806 font-size: 10pt;
2757 /* 2807 /*
2758 display: block; 2808 display: block;
2759 text-align: right; 2809 text-align: right;
2760 padding-top: 7px; 2810 padding-top: 7px;
2761 padding-right: 11px; 2811 padding-right: 11px;
2762 padding-bottom: 6px; 2812 padding-bottom: 6px;
2763*/ 2813*/
2764 2814
2765} 2815}
2766div.bookmarklet div.bookmarklet_link a div.icon { 2816div.bookmarklet div.bookmarklet_link a div.icon {
2767 background: url(./images/old/bookmarklet/placeholder_icon.png) no-repeat 0 0; 2817 background: url(./images/old/bookmarklet/placeholder_icon.png) no-repeat 0 0;
2768 float: left; 2818 float: left;
2769 width: 34px; 2819 width: 34px;
2770 height: 34px; 2820 height: 34px;
2771} 2821}
2772div.bookmarklet div.bookmarklet_link a:hover div.icon { 2822div.bookmarklet div.bookmarklet_link a:hover div.icon {
2773 background: url(./images/old/bookmarklet/placeholder_selected_icon.png) no-repeat 0 0; 2823 background: url(./images/old/bookmarklet/placeholder_selected_icon.png) no-repeat 0 0;
2774} 2824}
2775div.bookmarklet div.bookmarklet_link a div.text { 2825div.bookmarklet div.bookmarklet_link a div.text {
2776 display: block; 2826 display: block;
2777 float: right; 2827 float: right;
2778 background: url(./images/old/bookmarklet/placeholder.png) no-repeat right 0; 2828 background: url(./images/old/bookmarklet/placeholder.png) no-repeat right 0;
2779 white-space: nowrap; 2829 white-space: nowrap;
2780 height: 34px; 2830 height: 34px;
2781} 2831}
2782div.bookmarklet div.bookmarklet_link a:hover div.text { 2832div.bookmarklet div.bookmarklet_link a:hover div.text {
2783 background: url(./images/old/bookmarklet/placeholder_selected.png) no-repeat right 0; 2833 background: url(./images/old/bookmarklet/placeholder_selected.png) no-repeat right 0;
2784} 2834}
2785div.bookmarklet div.bookmarklet_link a div.text span { 2835div.bookmarklet div.bookmarklet_link a div.text span {
2786 display: block; 2836 display: block;
2787 padding-top: 10px; 2837 padding-top: 10px;
2788 padding-right: 10px; 2838 padding-right: 10px;
2789 padding-left: 6px; 2839 padding-left: 6px;
2790 clear: both; 2840 clear: both;
2791} 2841}
2792/* @end */ 2842/* @end */
2793/* @group Tooltip */ 2843/* @group Tooltip */
2794/* 2844/*
2795div#Clipperz_PM_UI_Common_Components_Tooltip_wrapperNode { 2845div#Clipperz_PM_UI_Common_Components_Tooltip_wrapperNode {
2796 position: absolute; 2846 position: absolute;
2797 top: 0px; 2847 top: 0px;
2798 left: 0px; 2848 left: 0px;
2799} 2849}
2800*/ 2850*/
2801/* @end */ 2851/* @end */
2802/* @group News */ 2852/* @group News */
2803/* 2853/*
2804div#news { 2854div#news {
2805 top: 11px; 2855 top: 11px;
2806 left: 240px; 2856 left: 240px;
2807 width: 353px; 2857 width: 353px;
2808 height: 85px; 2858 height: 85px;
2809 padding-top: 4px; 2859 padding-top: 4px;
2810 position: absolute; 2860 position: absolute;
2811 overflow: hidden; 2861 overflow: hidden;
2812 background: url(./images/old/note.png) 1px 3px; 2862 background: url(./images/old/note.png) 1px 3px;
2813} 2863}
2814 2864
2815div#news.hidden { 2865div#news.hidden {
2816 display: none; 2866 display: none;
2817} 2867}
2818 2868
2819div#news div.close { 2869div#news div.close {
2820 display: inline; 2870 display: inline;
2821 margin-top: 6px; 2871 margin-top: 6px;
2822 margin-left: 17px; 2872 margin-left: 17px;
2823 float: left; 2873 float: left;
2824 width: 15px; 2874 width: 15px;
2825} 2875}
2826 2876
2827div#news div.close a { 2877div#news div.close a {
2828 text-decoration: none; 2878 text-decoration: none;
2829 color: #929c1b; 2879 color: #929c1b;
2830} 2880}
2831 2881
2832div#news div.close a:hover { 2882div#news div.close a:hover {
2833 text-decoration: none; 2883 text-decoration: none;
2834 color: #3d420b; 2884 color: #3d420b;
2835} 2885}
2836 2886
2837div#news div#newsframe { 2887div#news div#newsframe {
2838 display: block; 2888 display: block;
2839 overflow: hidden; 2889 overflow: hidden;
2840 width: 305px; 2890 width: 305px;
2841 height: 70px; 2891 height: 70px;
2842} 2892}
2843 2893
2844div#news div#newsframe iframe { 2894div#news div#newsframe iframe {
2845 border: 0px; 2895 border: 0px;
2846} 2896}
2847*/ 2897*/
2848/* --------------------------------------- */ 2898/* --------------------------------------- */
2849div#news { 2899div#news {
2850 top: -82px; 2900 top: -82px;
2851 left: 240px; 2901 left: 240px;
2852 width: 310px; 2902 width: 310px;
2853 height: 90px; 2903 height: 90px;
2854 position: absolute; 2904 position: absolute;
2855 /*background: url(./images/old/tips/Tips_background.png) 0 -5px; */ 2905 /*background: url(./images/old/tips/Tips_background.png) 0 -5px; */
2856 2906
2857 background-color: #616474; 2907 background-color: #616474;
2858 -webkit-border-bottom-right-radius: 8px; 2908 -webkit-border-bottom-right-radius: 8px;
2859 -webkit-border-bottom-left-radius: 8px; 2909 -webkit-border-bottom-left-radius: 8px;
2860 -moz-border-radius-bottomright: 8px; 2910 -moz-border-radius-bottomright: 8px;
2861 -moz-border-radius-bottomleft: 8px; 2911 -moz-border-radius-bottomleft: 8px;
2862 border-bottom-right-radius: 8px; 2912 border-bottom-right-radius: 8px;
2863 border-bottom-left-radius: 8px; 2913 border-bottom-left-radius: 8px;
2864 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2914 -webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2865 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2915 -moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2866 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6); 2916 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.6);
2867} 2917}
2868/* 2918/*
2869div#news.open { 2919div#news.open {
2870 background: url(./images/old/tips/Tips_open.png) 0 -5px; 2920 background: url(./images/old/tips/Tips_open.png) 0 -5px;
2871} 2921}
2872 2922
2873div#news.hidden { 2923div#news.hidden {
2874 background: url(./images/old/tips/Tips_close.png) 0 -5px; 2924 background: url(./images/old/tips/Tips_close.png) 0 -5px;
2875} 2925}
2876*/ 2926*/
2877/* 2927/*
2878div#news div#newsframe { 2928div#news div#newsframe {
2879 margin-left: 10px; 2929 margin-left: 10px;
2880 margin-right: 10px; 2930 margin-right: 10px;
2881 height: 75px; 2931 height: 75px;
2882 overflow: hidden; 2932 overflow: hidden;
2883} 2933}
2884div#news div#newsframe.loading { 2934div#news div#newsframe.loading {
2885 background: url(./images/old/loading/news.gif) no-repeat center center; 2935 background: url(./images/old/loading/news.gif) no-repeat center center;
2886} 2936}
2887div#news div#newsframe iframe { 2937div#news div#newsframe iframe {
2888 width: 290px; 2938 width: 290px;
2889 border: 0px; 2939 border: 0px;
2890 color: #616474; 2940 color: #616474;
2891 background-color: #616474; 2941 background-color: #616474;
2892} 2942}
2893div#news div.grip { 2943div#news div.grip {
2894 width: 310px; 2944 width: 310px;
2895 height: 12px; 2945 height: 12px;
2896 margin-top: 2px; 2946 margin-top: 2px;
2897 cursor: pointer; 2947 cursor: pointer;
2898} 2948}
2899div#news.open div.grip { 2949div#news.open div.grip {
2900 background: url(./images/old/tips/close.png) no-repeat center 6px; 2950 background: url(./images/old/tips/close.png) no-repeat center 6px;
2901} 2951}
2902div#news.hidden div.grip { 2952div#news.hidden div.grip {
2903 background: url(./images/old/tips/open.png) no-repeat center 6px; 2953 background: url(./images/old/tips/open.png) no-repeat center 6px;
2904} 2954}
2905*/ 2955*/
2906/* @end */ 2956/* @end */
2907/* @group mainDialog */ 2957/* @group mainDialog */
2908div.mainDialog { 2958div.mainDialog {
2909 position: relative; 2959 position: relative;
2910 left: -263px; 2960 left: -263px;
2911 width: 525px; 2961 width: 525px;
2912 height: 325px; 2962 height: 325px;
2913} 2963}
2914div.scrollable div.mainDialog { 2964div.scrollable div.mainDialog {
2915 top: 0px; 2965 top: 0px;
2916} 2966}
2917div.fixed div.mainDialog { 2967div.fixed div.mainDialog {
2918 top: -118px; 2968 top: -118px;
2919} 2969}
2920div.mainDialog div.header { 2970div.mainDialog div.header {
2921 height: 55px; 2971 height: 55px;
2922 background: url(./images/old/cardDialog/background_header.png) no-repeat; 2972 background: url(./images/old/cardDialog/background_header.png) no-repeat;
2923} 2973}
2924div.mainDialog div.header div.title { 2974div.mainDialog div.header div.title {
2925 padding-top: 16px; 2975 padding-top: 16px;
2926 padding-left: 20px; 2976 padding-left: 20px;
2927 padding-right: 20px; 2977 padding-right: 20px;
2928} 2978}
2929div.mainDialog div.header div.title input { 2979div.mainDialog div.header div.title input {
2930 width: 100%; 2980 width: 100%;
2931 display: block; 2981 display: block;
2932 font-size: 16pt; 2982 font-size: 16pt;
2933 margin: 0px; 2983 margin: 0px;
2934 border: 0px; 2984 border: 0px;
2935 padding: 3px 10px; 2985 padding: 3px 10px;
2936 color: #787872; 2986 color: #787872;
2937 border: 1px solid #cccec0; 2987 border: 1px solid #cccec0;
2938 background-color: #cccec0; 2988 background-color: #cccec0;
2939} 2989}
2940div.mainDialog div.header div.title h3 { 2990div.mainDialog div.header div.title h3 {
2941 display: block; 2991 display: block;
2942 font-size: 16pt; 2992 font-size: 16pt;
2943 color: #787872; 2993 color: #787872;
2944 margin: 0px; 2994 margin: 0px;
2945 border: 0px; 2995 border: 0px;
2946 padding: 3px 10px; 2996 padding: 3px 10px;
2947} 2997}
2948div.mainDialog div.header div.title.selectedField input, 2998div.mainDialog div.header div.title.selectedField input,
2949div.mainDialog div.header div.title:hover input { 2999div.mainDialog div.header div.title:hover input {
2950 border: 1px solid #515247; 3000 border: 1px solid #515247;
2951 background-color: #b5b7ab; 3001 background-color: #b5b7ab;
2952} 3002}
2953div.mainDialog div.header div.title.disabled:hover input { 3003div.mainDialog div.header div.title.disabled:hover input {
2954 border: 1px solid #cccec0; 3004 border: 1px solid #cccec0;
2955 background-color: #cccec0; 3005 background-color: #cccec0;
2956} 3006}
2957div.mainDialog div.body { 3007div.mainDialog div.body {
2958 padding-top: 0px; 3008 padding-top: 0px;
2959 padding-left: 10px; 3009 padding-left: 10px;
2960 padding-right: 9px; 3010 padding-right: 9px;
2961 min-height: 200px; 3011 min-height: 200px;
2962 background: url(./images/old/cardDialog/background_body.png) repeat-y; 3012 background: url(./images/old/cardDialog/background_body.png) repeat-y;
2963} 3013}
2964div.mainDialog div.body div.mask { 3014div.mainDialog div.body div.mask {
2965 display: none; 3015 display: none;
2966} 3016}
2967div.mainDialog.loading div.body div.mask { 3017div.mainDialog.loading div.body div.mask {
2968 display: block; 3018 display: block;
2969 position: absolute; 3019 position: absolute;
2970 top: 55px; 3020 top: 55px;
2971 left: 10px; 3021 left: 10px;
2972 right: 9px; 3022 right: 9px;
2973 bottom: 70px; 3023 bottom: 70px;
2974 z-index: 1001; 3024 z-index: 1001;
2975 background-color: white; 3025 background-color: white;
2976 padding-left: 146px; 3026 padding-left: 146px;
2977 padding-right: 146px; 3027 padding-right: 146px;
2978 padding-top: 70px; 3028 padding-top: 70px;
2979} 3029}
2980div.mainDialog.loading div.body .tabPanels { 3030div.mainDialog.loading div.body .tabPanels {
2981 display: none; 3031 display: none;
2982} 3032}
2983div.mainDialog.loading div.body div.mask h3.progressDescription { 3033div.mainDialog.loading div.body div.mask h3.progressDescription {
2984 margin: 0px; 3034 margin: 0px;
2985 text-align: center; 3035 text-align: center;
2986 padding-bottom: 10px; 3036 padding-bottom: 10px;
2987 color: #cccec0; 3037 color: #cccec0;
2988 font-size: 14pt; 3038 font-size: 14pt;
2989 font-weight: normal; 3039 font-weight: normal;
2990} 3040}
2991div.loadingBar { 3041div.loadingBar {
2992 height: 22px; 3042 height: 22px;
2993 width: 214px; 3043 width: 214px;
2994 background: url(./images/old/loading/loadingBar.gif) no-repeat center top; 3044 background: url(./images/old/loading/loadingBar.gif) no-repeat center top;
2995} 3045}
2996div.loadingBar div.loadingBarProgressBox { 3046div.loadingBar div.loadingBarProgressBox {
2997 padding: 2px; 3047 padding: 2px;
2998} 3048}
2999div.loadingBar div.loadingBarProgress { 3049div.loadingBar div.loadingBarProgress {
3000 height: 18px; 3050 height: 18px;
3001 width: 0%; 3051 width: 0%;
3002 /* background-repeat: no-repeat;*/ 3052 /* background-repeat: no-repeat;*/
3003 3053
3004 background-color: rgba(248, 79, 0, 0.6); 3054 background-color: rgba(248, 79, 0, 0.6);
3005 -webkit-border-radius: 9px; 3055 -webkit-border-radius: 9px;
3006 -moz-border-radius: 9px; 3056 -moz-border-radius: 9px;
3007 border-radius: 9px; 3057 border-radius: 9px;
3008} 3058}
3009/* 3059/*
3010div.loadingBar div.loadingBarProgress div.loadingBarProgress_left { 3060div.loadingBar div.loadingBarProgress div.loadingBarProgress_left {
3011 height: 100%; 3061 height: 100%;
3012 max-width: 8px; 3062 max-width: 8px;
3013 background: url(./images/old/loading/loadingBarProgress.png) no-repeat 0; 3063 background: url(./images/old/loading/loadingBarProgress.png) no-repeat 0;
3014} 3064}
3015 3065
3016div.loadingBar div.loadingBarProgress div.loadingBarProgress_right { 3066div.loadingBar div.loadingBarProgress div.loadingBarProgress_right {
3017 position: relative; 3067 position: relative;
3018 height: 100%; 3068 height: 100%;
3019 margin-left: 8px; 3069 margin-left: 8px;
3020 background: url(./images/old/loading/loadingBarProgress.png) no-repeat right; 3070 background: url(./images/old/loading/loadingBarProgress.png) no-repeat right;
3021 top: -22px; 3071 top: -22px;
3022} 3072}
3023*/ 3073*/
3024div.mainDialog div.body div ul { 3074div.mainDialog div.body div ul {
3025 padding: 0px; 3075 padding: 0px;
3026 clear: both; 3076 clear: both;
3027 margin: 0px; 3077 margin: 0px;
3028 list-style-type: none; 3078 list-style-type: none;
3029} 3079}
3030div.mainDialog div.body div.tabs { 3080div.mainDialog div.body div.tabs {
3031 height: 20px; 3081 height: 20px;
3032} 3082}
3033div.mainDialog div.body div.tabs ul.tabs { 3083div.mainDialog div.body div.tabs ul.tabs {
3034 height: 33px; 3084 height: 33px;
3035 /*border-bottom: 1px solid #515247;*/ 3085 /*border-bottom: 1px solid #515247;*/
3036 3086
3037 /*background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;*/ 3087 /*background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;*/
3038 3088
3039 background: url(./images/old/cardDialog/tabs_background.png) repeat-x; 3089 background: url(./images/old/cardDialog/tabs_background.png) repeat-x;
3040} 3090}
3041div.mainDialog div.body div.tabs ul.tabs li { 3091div.mainDialog div.body div.tabs ul.tabs li {
3042 /* width: 150px;*/ 3092 /* width: 150px;*/
3043 3093
3044 height: 32px; 3094 height: 32px;
3045 font-size: 11pt; 3095 font-size: 11pt;
3046 text-align: center; 3096 text-align: center;
3047 border-right: 1px solid #515247; 3097 border-right: 1px solid #515247;
3048 float: left; 3098 float: left;
3049 color: #787872; 3099 color: #787872;
3050 border-bottom: 1px solid #515247; 3100 border-bottom: 1px solid #515247;
3051 background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px; 3101 background: #cccec0 url(./images/old/cardDialog/tabs_shadow.png) repeat-x 0 -5px;
3052 cursor: pointer; 3102 cursor: pointer;
3053} 3103}
3054div.mainDialog div.body div.tabs ul.tabs li div { 3104div.mainDialog div.body div.tabs ul.tabs li div {
3055 display: none; 3105 display: none;
3056} 3106}
3057div.mainDialog div.body div.tabs ul.tabs li span { 3107div.mainDialog div.body div.tabs ul.tabs li span {
3058 display: block; 3108 display: block;
3059 padding-top: 9px; 3109 padding-top: 9px;
3060 padding-bottom: 6px; 3110 padding-bottom: 6px;
3061 padding-left: 40px; 3111 padding-left: 40px;
3062 padding-right: 40px; 3112 padding-right: 40px;
3063} 3113}
3064div.mainDialog div.body div.tabs ul.tabs li:hover { 3114div.mainDialog div.body div.tabs ul.tabs li:hover {
3065 color: #515247; 3115 color: #515247;
3066} 3116}
3067div.mainDialog div.body div.tabs ul.tabs li.disabled:hover { 3117div.mainDialog div.body div.tabs ul.tabs li.disabled:hover {
3068 color: #787872; 3118 color: #787872;
3069 cursor: default; 3119 cursor: default;
3070} 3120}
3071div.mainDialog div.body div.tabs ul.tabs li.selected { 3121div.mainDialog div.body div.tabs ul.tabs li.selected {
3072 color: #515247; 3122 color: #515247;
3073 background-color: #f1f2e9; 3123 background-color: #f1f2e9;
3074 border-bottom: 1px solid #f1f2e9; 3124 border-bottom: 1px solid #f1f2e9;
3075 cursor: default; 3125 cursor: default;
3076} 3126}
3077div.mainDialog div.body div.tabs ul.tabs li.selected.disabled:hover { 3127div.mainDialog div.body div.tabs ul.tabs li.selected.disabled:hover {
3078 color: #515247; 3128 color: #515247;
3079} 3129}
3080div.mainDialog div.body div.tabs ul.tabs li.selected div.backToDirectLoginList { 3130div.mainDialog div.body div.tabs ul.tabs li.selected div.backToDirectLoginList {
3081 position: absolute; 3131 position: absolute;
3082 display: block; 3132 display: block;
3083 top: 63px; 3133 top: 63px;
3084 left: 140; 3134 left: 140;
3085 width: 20px; 3135 width: 20px;
3086} 3136}
3087div.mainDialog div.body div.tabs ul.tabs li.selected div.addDirectLoginButton { 3137div.mainDialog div.body div.tabs ul.tabs li.selected div.addDirectLoginButton {
3088 position: absolute; 3138 position: absolute;
3089 display: block; 3139 display: block;
3090 top: 63px; 3140 top: 63px;
3091 left: 265px; 3141 left: 265px;
3092 width: 20px; 3142 width: 20px;
3093} 3143}
3094div.mainDialog div.body div.tabs ul.tabs li.selected div span { 3144div.mainDialog div.body div.tabs ul.tabs li.selected div span {
3095 padding: 0px; 3145 padding: 0px;
3096 margin: 0px; 3146 margin: 0px;
3097} 3147}
3098div.mainDialog div.body div.tabs ul.tabs li.selected div:hover { 3148div.mainDialog div.body div.tabs ul.tabs li.selected div:hover {
3099 cursor: pointer; 3149 cursor: pointer;
3100} 3150}
3101div.mainDialog div.body .tabPanels { 3151div.mainDialog div.body .tabPanels {
3102 clear: both; 3152 clear: both;
3103} 3153}
3104div.mainDialog div.body ul.tabPanels li.tabPanel { 3154div.mainDialog div.body ul.tabPanels li.tabPanel {
3105 display: none; 3155 display: none;
3106} 3156}
3107div.mainDialog div.body ul.tabPanels li.tabPanel.selected { 3157div.mainDialog div.body ul.tabPanels li.tabPanel.selected {
3108 display: block; 3158 display: block;
3109} 3159}
3110div.mainDialog div.body ul.tabPanels li.tabPanel.selected h2 { 3160div.mainDialog div.body ul.tabPanels li.tabPanel.selected h2 {
3111 margin: 0px; 3161 margin: 0px;
3112 text-align: center; 3162 text-align: center;
3113 padding-top: 50px; 3163 padding-top: 50px;
3114 color: #787872; 3164 color: #787872;
3115} 3165}
3116div.mainDialog div.body ul.tabPanels li.tabPanel.selected div.wizardStepDescription { 3166div.mainDialog div.body ul.tabPanels li.tabPanel.selected div.wizardStepDescription {
3117 margin: 0px 20px 10px; 3167 margin: 0px 20px 10px;
3118 font-size: 10pt; 3168 font-size: 10pt;
3119 color: b0b0b0; 3169 color: b0b0b0;
3120 font-style: italic; 3170 font-style: italic;
3121 text-align: center; 3171 text-align: center;
3122} 3172}
3123div.mainDialog div.footer { 3173div.mainDialog div.footer {
3124 height: 70px; 3174 height: 70px;
3125 background: url(./images/old/cardDialog/background_footer.png) no-repeat 0 -14px; 3175 background: url(./images/old/cardDialog/background_footer.png) no-repeat 0 -14px;
3126} 3176}
3127div.mainDialog div.footer div.buttonArea { 3177div.mainDialog div.footer div.buttonArea {
3128 padding-left: 40px; 3178 padding-left: 40px;
3129 padding-right: 40px; 3179 padding-right: 40px;
3130 padding-top: 15px; 3180 padding-top: 15px;
3131} 3181}
3132div.mainDialog div.footer div.buttonArea div { 3182div.mainDialog div.footer div.buttonArea div {
3133 padding-left: 20px; 3183 padding-left: 20px;
3134 padding-right: 20px; 3184 padding-right: 20px;
3135 float: left; 3185 float: left;
3136 font-weight: bold; 3186 font-weight: bold;
3137 color: #787872; 3187 color: #787872;
3138} 3188}
3139div.mainDialog div.footer div.buttonArea div.disabled { 3189div.mainDialog div.footer div.buttonArea div.disabled {
3140 color: #b1b1a8; 3190 color: #b1b1a8;
3141} 3191}
3142div.mainDialog div.footer div.buttonArea div.disabled:hover { 3192div.mainDialog div.footer div.buttonArea div.disabled:hover {
3143 color: #b1b1a8; 3193 color: #b1b1a8;
3144 cursor: default; 3194 cursor: default;
3145} 3195}
3146div.mainDialog div.footer div.buttonArea div:hover { 3196div.mainDialog div.footer div.buttonArea div:hover {
3147 color: #515247; 3197 color: #515247;
3148 cursor: pointer; 3198 cursor: pointer;
3149} 3199}
3150div.mainDialog div.footer div.buttonArea div.save { 3200div.mainDialog div.footer div.buttonArea div.save {
3151 float: right; 3201 float: right;
3152} 3202}
3153/* @end */ 3203/* @end */
3154/* @group Card Dialog */ 3204/* @group Card Dialog */
3155div.addDirectLoginButton { 3205div.addDirectLoginButton {
3156 height: 20px; 3206 height: 20px;
3157 width: 20px; 3207 width: 20px;
3158 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat -9px -9px; 3208 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat -9px -9px;
3159 color: white; 3209 color: white;
3160 font-weight: bold; 3210 font-weight: bold;
3161} 3211}
3162div.addDirectLoginButton span { 3212div.addDirectLoginButton span {
3163 display: block; 3213 display: block;
3164 height: 20px; 3214 height: 20px;
3165 width: 20px; 3215 width: 20px;
3166} 3216}
3167div.addDirectLoginButton:hover { 3217div.addDirectLoginButton:hover {
3168 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat -9px -9px; 3218 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat -9px -9px;
3169} 3219}
3170/* @group Card Dialog - Direct Login */ 3220/* @group Card Dialog - Direct Login */
3171div.directLoginsComponentContainer { 3221div.directLoginsComponentContainer {
3172 overflow: hidden; 3222 overflow: hidden;
3173 /* background-color: green;*/ 3223 /* background-color: green;*/
3174 3224
3175} 3225}
3176div.CardDialog div.directLogins { 3226div.CardDialog div.directLogins {
3177 /* background-color: yellow;*/ 3227 /* background-color: yellow;*/
3178 3228
3179 padding-top: 2px; 3229 padding-top: 2px;
3180} 3230}
3181div.CardDialog div.addNewDirectLoginSplash { 3231div.CardDialog div.addNewDirectLoginSplash {
3182 margin: 0px 80px; 3232 margin: 0px 80px;
3183} 3233}
3184div.CardDialog div.addNewDirectLoginSplash h3 { 3234div.CardDialog div.addNewDirectLoginSplash h3 {
3185 color: #aaaaaa; 3235 color: #aaaaaa;
3186 text-align: center; 3236 text-align: center;
3187 font-weight: normal; 3237 font-weight: normal;
3188 font-size: 11pt; 3238 font-size: 11pt;
3189} 3239}
3190div.CardDialog div.addNewDirectLoginSplash a { 3240div.CardDialog div.addNewDirectLoginSplash a {
3191 display: block; 3241 display: block;
3192 text-decoration: none; 3242 text-decoration: none;
3193 margin-left: auto; 3243 margin-left: auto;
3194 margin-right: auto; 3244 margin-right: auto;
3195 width: 190px; 3245 width: 190px;
3196 /* color: #787878;*/ 3246 /* color: #787878;*/
3197 3247
3198 color: rgba(255, 98, 6, 0.75); 3248 color: rgba(255, 98, 6, 0.75);
3199 text-transform: uppercase; 3249 text-transform: uppercase;
3200 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat right; 3250 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat right;
3201} 3251}
3202div.CardDialog div.addNewDirectLoginSplash a span { 3252div.CardDialog div.addNewDirectLoginSplash a span {
3203 text-align: center; 3253 text-align: center;
3204} 3254}
3205div.CardDialog div.addNewDirectLoginSplash a:hover { 3255div.CardDialog div.addNewDirectLoginSplash a:hover {
3206 color: #ff6206; 3256 color: #ff6206;
3207 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat right; 3257 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat right;
3208} 3258}
3209div.CardDialog div.directLoginItem { 3259div.CardDialog div.directLoginItem {
3210 clear: both; 3260 clear: both;
3211 min-height: 32px; 3261 min-height: 32px;
3212 padding-left: 10px; 3262 padding-left: 10px;
3213 padding-top: 4px; 3263 padding-top: 4px;
3214 padding-bottom: 2px; 3264 padding-bottom: 2px;
3215 /* width: 100px;*/ 3265 /* width: 100px;*/
3216 3266
3217 max-height: 32px; 3267 max-height: 32px;
3218 overflow: hidden; 3268 overflow: hidden;
3219} 3269}
3220div.CardDialog div.directLoginItem:hover { 3270div.CardDialog div.directLoginItem:hover {
3221 background-color: #cccec0; 3271 background-color: #cccec0;
3222} 3272}
3223div.CardDialog div.addDirectLoginListItem { 3273div.CardDialog div.addDirectLoginListItem {
3224 min-height: 32px; 3274 min-height: 32px;
3225 padding-left: 10px; 3275 padding-left: 10px;
3226 padding-top: 4px; 3276 padding-top: 4px;
3227 padding-bottom: 2px; 3277 padding-bottom: 2px;
3228 max-height: 32px; 3278 max-height: 32px;
3229 overflow: hidden; 3279 overflow: hidden;
3230 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat 22px 0; 3280 background: url(./images/old/cardDialog/addDirectLogin_disabled_background.png) no-repeat 22px 0;
3231} 3281}
3232div.CardDialog div.addDirectLoginListItem a { 3282div.CardDialog div.addDirectLoginListItem a {
3233 display: block; 3283 display: block;
3234 font-size: 11pt; 3284 font-size: 11pt;
3235 padding-top: 6px; 3285 padding-top: 6px;
3236 padding-left: 50px; 3286 padding-left: 50px;
3237 color: rgba(255, 98, 6, 0.75); 3287 color: rgba(255, 98, 6, 0.75);
3238 text-decoration: none; 3288 text-decoration: none;
3239 text-transform: uppercase; 3289 text-transform: uppercase;
3240} 3290}
3241div.CardDialog div.addDirectLoginListItem:hover { 3291div.CardDialog div.addDirectLoginListItem:hover {
3242 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat 22px 0; 3292 background: url(./images/old/cardDialog/addDirectLogin_background.png) no-repeat 22px 0;
3243 color: #ff6206; 3293 color: #ff6206;
3244 background-color: #cccec0; 3294 background-color: #cccec0;
3245} 3295}
3246div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_favicon img.favicon { 3296div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_favicon img.favicon {
3247 width: 32px; 3297 width: 32px;
3248 height: 32px; 3298 height: 32px;
3249 float: left; 3299 float: left;
3250} 3300}
3251div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_label input { 3301div.CardDialog div.directLoginItem div.cardDialogRecordDirectLoginComponent_label input {
3252 float: left; 3302 float: left;
3253 font-size: 11pt; 3303 font-size: 11pt;
3254 border: 0px; 3304 border: 0px;
3255 padding: 5px; 3305 padding: 5px;
3256 color: #787872; 3306 color: #787872;
3257 border: 1px solid #ededeb; 3307 border: 1px solid #ededeb;
3258 background-color: #ededeb; 3308 background-color: #ededeb;
3259 height: 30px; 3309 height: 30px;
3260 margin-left: 10px; 3310 margin-left: 10px;
3261 width: 68%; 3311 width: 68%;
3262 margin-right: 5px; 3312 margin-right: 5px;
3263} 3313}
3264div.CardDialog div.directLoginItem:hover div.cardDialogRecordDirectLoginComponent_label input { 3314div.CardDialog div.directLoginItem:hover div.cardDialogRecordDirectLoginComponent_label input {
3265 border: 1px solid #515247; 3315 border: 1px solid #515247;
3266 background-color: #b5b7ab; 3316 background-color: #b5b7ab;
3267} 3317}
3268div.CardDialog div.directLoginItem > div.open { 3318div.CardDialog div.directLoginItem > div.open {
3269 float: left; 3319 float: left;
3270 margin-top: 5px; 3320 margin-top: 5px;
3271 margin-right: 2px; 3321 margin-right: 2px;
3272 padding-left: 5px; 3322 padding-left: 5px;
3273 visibility: hidden; 3323 visibility: hidden;
3274} 3324}
3275div.CardDialog div.directLoginItem > div.edit, 3325div.CardDialog div.directLoginItem > div.edit,
3276div.CardDialog div.directLoginItem > div.delete { 3326div.CardDialog div.directLoginItem > div.delete {
3277 float: left; 3327 float: left;
3278 margin-top: 5px; 3328 margin-top: 5px;
3279 margin-left: 3px; 3329 margin-left: 3px;
3280 padding-left: 5px; 3330 padding-left: 5px;
3281 visibility: hidden; 3331 visibility: hidden;
3282} 3332}
3283div.CardDialog div.directLoginItem > div.open a { 3333div.CardDialog div.directLoginItem > div.open a {
3284 display: block; 3334 display: block;
3285 width: 22px; 3335 width: 22px;
3286 height: 22px; 3336 height: 22px;
3287 background: url(./images/old/cardDialog/openDirectLogin.png) no-repeat 0 -2px; 3337 background: url(./images/old/cardDialog/openDirectLogin.png) no-repeat 0 -2px;
3288} 3338}
3289div.CardDialog div.directLoginItem > div.open a:hover { 3339div.CardDialog div.directLoginItem > div.open a:hover {
3290 background: url(./images/old/cardDialog/openDirectLogin_selected.png) no-repeat 0 -2px; 3340 background: url(./images/old/cardDialog/openDirectLogin_selected.png) no-repeat 0 -2px;
3291} 3341}
3292div.CardDialog div.directLoginItem:hover > div.open, 3342div.CardDialog div.directLoginItem:hover > div.open,
3293div.CardDialog div.directLoginItem:hover > div.edit, 3343div.CardDialog div.directLoginItem:hover > div.edit,
3294div.CardDialog div.directLoginItem:hover > div.delete { 3344div.CardDialog div.directLoginItem:hover > div.delete {
3295 visibility: visible; 3345 visibility: visible;
3296} 3346}
3297div.CardDialog div.directLoginItem div.edit span { 3347div.CardDialog div.directLoginItem div.edit span {
3298 padding-right: 6px; 3348 padding-right: 6px;
3299 display: block; 3349 display: block;
3300} 3350}
3301div.CardDialog div.directLoginItem div.open span a, 3351div.CardDialog div.directLoginItem div.open span a,
3302div.CardDialog div.directLoginItem div.edit span a, 3352div.CardDialog div.directLoginItem div.edit span a,
3303div.CardDialog div.directLoginItem div.delete span a { 3353div.CardDialog div.directLoginItem div.delete span a {
3304 font-size: 8pt; 3354 font-size: 8pt;
3305 color: #666666; 3355 color: #666666;
3306 text-decoration: none; 3356 text-decoration: none;
3307 line-height: 19px; 3357 line-height: 19px;
3308} 3358}
3309div.CardDialog div.directLoginItem div.edit:hover { 3359div.CardDialog div.directLoginItem div.edit:hover {
3310 background: url(./images/old/new_background_left.png) no-repeat; 3360 background: url(./images/old/new_background_left.png) no-repeat;
3311} 3361}
3312div.CardDialog div.directLoginItem div:hover span a { 3362div.CardDialog div.directLoginItem div:hover span a {
3313 color: white; 3363 color: white;
3314} 3364}
3315div.CardDialog div.directLoginItem div.edit:hover span { 3365div.CardDialog div.directLoginItem div.edit:hover span {
3316 background: url(./images/old/new_background.png) no-repeat right center; 3366 background: url(./images/old/new_background.png) no-repeat right center;
3317} 3367}
3318div.CardDialog div.directLoginItem div.delete:hover { 3368div.CardDialog div.directLoginItem div.delete:hover {
3319 background: url(./images/old/delete_background_left.png) no-repeat; 3369 background: url(./images/old/delete_background_left.png) no-repeat;
3320} 3370}
3321div.CardDialog div.directLoginItem div.delete:hover span { 3371div.CardDialog div.directLoginItem div.delete:hover span {
3322 background: url(./images/old/delete_background.png) right; 3372 background: url(./images/old/delete_background.png) right;
3323} 3373}
3324/* @group Direct Login Editing */ 3374/* @group Direct Login Editing */
3325div.CardDialog div.directLoginEditDetail { 3375div.CardDialog div.directLoginEditDetail {
3326 position: relative; 3376 position: relative;
3327 /* background-color: red;*/ 3377 /* background-color: red;*/
3328 3378
3329} 3379}
3330/* 3380/*
3331div.CardDialog div.directLoginEditDetail div.back { 3381div.CardDialog div.directLoginEditDetail div.back {
3332 float: left; 3382 float: left;
3333 width: 30px; 3383 width: 30px;
3334} 3384}
3335 3385
3336div.CardDialog div.directLoginEditDetail div.back a { 3386div.CardDialog div.directLoginEditDetail div.back a {
3337 display: block; 3387 display: block;
3338 padding: 5px; 3388 padding: 5px;
3339 text-decoration: none; 3389 text-decoration: none;
3340 font-weight: bold; 3390 font-weight: bold;
3341 font-size: 14pt; 3391 font-size: 14pt;
3342 color: #cccec0; 3392 color: #cccec0;
3343 3393
3344 background: url(./images/old/cardDialog/back.png) no-repeat 5px 14px; 3394 background: url(./images/old/cardDialog/back.png) no-repeat 5px 14px;
3345 width: 20px; 3395 width: 20px;
3346 height: 200px; 3396 height: 200px;
3347} 3397}
3348 3398
3349div.CardDialog div.directLoginEditDetail div.back a:hover { 3399div.CardDialog div.directLoginEditDetail div.back a:hover {
3350 color: #7f7872; 3400 color: #7f7872;
3351 background: url(./images/old/cardDialog/back_selected.png) no-repeat 5px 14px; 3401 background: url(./images/old/cardDialog/back_selected.png) no-repeat 5px 14px;
3352} 3402}
3353*/ 3403*/
3354form.directLoginEditingForm div.title, 3404form.directLoginEditingForm div.title,
3355form.directLoginEditingForm div.favicon { 3405form.directLoginEditingForm div.favicon {
3356 padding: 5px 10px; 3406 padding: 5px 10px;
3357} 3407}
3358form.directLoginEditingForm div.title.disabled:hover { 3408form.directLoginEditingForm div.title.disabled:hover {
3359 background-color: #f1f2e9; 3409 background-color: #f1f2e9;
3360} 3410}
3361form.directLoginEditingForm div.title:hover, 3411form.directLoginEditingForm div.title:hover,
3362form.directLoginEditingForm div.favicon:hover { 3412form.directLoginEditingForm div.favicon:hover {
3363 background-color: #cccec0; 3413 background-color: #cccec0;
3364} 3414}
3365form.directLoginEditingForm div.title input { 3415form.directLoginEditingForm div.title input {
3366 /* width: 100%; */ 3416 /* width: 100%; */
3367 3417
3368 margin: 0px; 3418 margin: 0px;
3369 margin-left: 10px; 3419 margin-left: 10px;
3370 width: 440px; 3420 width: 440px;
3371} 3421}
3372form.directLoginEditingForm div.favicon { 3422form.directLoginEditingForm div.favicon {
3373 padding-left: 10px; 3423 padding-left: 10px;
3374} 3424}
3375/*form.directLoginEditingForm div.favicon img.favicon {*/ 3425/*form.directLoginEditingForm div.favicon img.favicon {*/
3376form.directLoginEditingForm img.favicon { 3426form.directLoginEditingForm img.favicon {
3377 float: left; 3427 float: left;
3378 width: 32px; 3428 width: 32px;
3379 height: 32px; 3429 height: 32px;
3380} 3430}
3381form.directLoginEditingForm div.favicon input { 3431form.directLoginEditingForm div.favicon input {
3382 margin-top: 1px; 3432 margin-top: 1px;
3383 width: 465px; 3433 width: 465px;
3384} 3434}
3385form.directLoginEditingForm div.disabled:hover input, 3435form.directLoginEditingForm div.disabled:hover input,
3386form.directLoginEditingForm div input { 3436form.directLoginEditingForm div input {
3387 font-size: 11pt; 3437 font-size: 11pt;
3388 border: 0px; 3438 border: 0px;
3389 padding: 5px; 3439 padding: 5px;
3390 color: #787872; 3440 color: #787872;
3391 border: 1px solid #ededeb; 3441 border: 1px solid #ededeb;
3392 background-color: #ededeb; 3442 background-color: #ededeb;
3393 height: 30px; 3443 height: 30px;
3394} 3444}
3395form.directLoginEditingForm div:hover input { 3445form.directLoginEditingForm div:hover input {
3396 border: 1px solid #515247; 3446 border: 1px solid #515247;
3397 background-color: #b5b7ab; 3447 background-color: #b5b7ab;
3398} 3448}
3399/* @group Bindings */ 3449/* @group Bindings */
3400div.bindings div.binding > span.formFieldName { 3450div.bindings div.binding > span.formFieldName {
3401 display: inline-block; 3451 display: inline-block;
3402 width: 140px; 3452 width: 140px;
3403 overflow: hidden; 3453 overflow: hidden;
3404 margin-right: 10px; 3454 margin-right: 10px;
3405 color: #6b5147; 3455 color: #6b5147;
3406 text-overflow: ellipsis; 3456 text-overflow: ellipsis;
3407} 3457}
3408div.bindings div.binding { 3458div.bindings div.binding {
3409 padding-bottom: 3px; 3459 padding-bottom: 3px;
3410} 3460}
3411div.bindings div.binding > input { 3461div.bindings div.binding > input {
3412 margin-right: 10px; 3462 margin-right: 10px;
3413 background: #cccec0; 3463 background: #cccec0;
3414 width: 150px; 3464 width: 150px;
3415 border: 1px solid #cccec0; 3465 border: 1px solid #cccec0;
3416} 3466}
3417div.bindings div.binding:hover > input { 3467div.bindings div.binding:hover > input {
3418 border: 1px solid #cccec0; 3468 border: 1px solid #cccec0;
3419} 3469}
3420div.bindings div.binding > select { 3470div.bindings div.binding > select {
3421 font-size: 13pt; 3471 font-size: 13pt;
3422} 3472}
3423div.bindings div.binding span.fieldLock { 3473div.bindings div.binding span.fieldLock {
3424 display: inline-block; 3474 display: inline-block;
3425 width: 20px; 3475 width: 20px;
3426 height: 20px; 3476 height: 20px;
3427 margin-right: 3px; 3477 margin-right: 3px;
3428} 3478}
3429div.bindings div.binding.showLocked input { 3479div.bindings div.binding.showLocked input {
3430 background: url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; 3480 background: url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px;
3431 /* color: black;*/ 3481 /* color: black;*/
3432 3482
3433 overflow: hidden; 3483 overflow: hidden;
3434 background: #cccec0 url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; 3484 background: #cccec0 url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px;
3435 color: rgba(237, 237, 235, 0.1); 3485 color: rgba(237, 237, 235, 0.1);
3436} 3486}
3437div.bindings div.binding span.fieldLock a { 3487div.bindings div.binding span.fieldLock a {
3438 display: none; 3488 display: none;
3439} 3489}
3440div.bindings div.binding.locked span.fieldLock a { 3490div.bindings div.binding.locked span.fieldLock a {
3441 display: block; 3491 display: block;
3442 width: 20px; 3492 width: 20px;
3443 height: 20px; 3493 height: 20px;
3444 text-decoration: none; 3494 text-decoration: none;
3445 background-image: url(./images/old/cardDialog/lock_open.png); 3495 background-image: url(./images/old/cardDialog/lock_open.png);
3446} 3496}
3447div.bindings div.binding.locked.showLocked span.fieldLock a { 3497div.bindings div.binding.locked.showLocked span.fieldLock a {
3448 background-image: url(./images/old/cardDialog/lock_closed.png); 3498 background-image: url(./images/old/cardDialog/lock_closed.png);
3449 text-decoration: none; 3499 text-decoration: none;
3450} 3500}
3451/* @end */ 3501/* @end */
3452/* @group FormValues */ 3502/* @group FormValues */
3453div.formValues { 3503div.formValues {
3454 padding-top: 15px; 3504 padding-top: 15px;
3455} 3505}
3456div.formValues div.formValue div { 3506div.formValues div.formValue div {
3457 margin: 0px; 3507 margin: 0px;
3458 display: inline-block; 3508 display: inline-block;
3459} 3509}
3460div.formValues div.formValue > span.formFieldName { 3510div.formValues div.formValue > span.formFieldName {
3461 display: inline-table; 3511 display: inline-table;
3462 width: 160px; 3512 width: 160px;
3463 overflow: hidden; 3513 overflow: hidden;
3464 margin-right: 10px; 3514 margin-right: 10px;
3465 color: #6b5147; 3515 color: #6b5147;
3466} 3516}
3467/* @end */ 3517/* @end */
3468/* @group FormValues */ 3518/* @group FormValues */
3469/* 3519/*
3470div.formValues { 3520div.formValues {
3471 padding-top: 15px; 3521 padding-top: 15px;
3472} 3522}
3473 3523
3474div.formValues div.formValue > span.formFieldName { 3524div.formValues div.formValue > span.formFieldName {
3475 display: inline-table; 3525 display: inline-table;
3476 width: 150px; 3526 width: 150px;
3477 overflow: hidden; 3527 overflow: hidden;
3478 margin-right: 35px; 3528 margin-right: 35px;
3479 color: #6b5147; 3529 color: #6b5147;
3480} 3530}
3481 3531
3482div.formValues div.formValue > select { 3532div.formValues div.formValue > select {
3483 padding-left: 20px; 3533 padding-left: 20px;
3484} 3534}
3485*/ 3535*/
3486/* @end */ 3536/* @end */
3487/* @group Panels */ 3537/* @group Panels */
3488div.directLoginEditing { 3538div.directLoginEditing {
3489 padding-top: 2px; 3539 padding-top: 2px;
3490} 3540}
3491div.directLoginEditing div.tabContainer { 3541div.directLoginEditing div.tabContainer {
3492 min-height: 150px; 3542 min-height: 150px;
3493 height: 200px; 3543 height: 200px;
3494} 3544}
3495div.directLoginEditing div.tabContainer > ul.tabs { 3545div.directLoginEditing div.tabContainer > ul.tabs {
3496 display: none; 3546 display: none;
3497} 3547}
3498/* 3548/*
3499div.directLoginEditing li.configuration, 3549div.directLoginEditing li.configuration,
3500div.directLoginEditing li.bindings, 3550div.directLoginEditing li.bindings,
3501div.directLoginEditing li.favicon { 3551div.directLoginEditing li.favicon {
3502 padding: 10px; 3552 padding: 10px;
3503} 3553}
3504*/ 3554*/
3505div.directLoginEditing li { 3555div.directLoginEditing li {
3506 padding: 10px; 3556 padding: 10px;
3507} 3557}
3508div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper > textarea { 3558div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper > textarea {
3509 float: left; 3559 float: left;
3510 width: 320px; 3560 width: 320px;
3511 height: 125px; 3561 height: 125px;
3512 font-family: monospace; 3562 font-family: monospace;
3513 font-weight: normal; 3563 font-weight: normal;
3514 font-size: 8pt; 3564 font-size: 8pt;
3515 border: 1px solid #ccc; 3565 border: 1px solid #ccc;
3516} 3566}
3517div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper .bookmarkletComponent { 3567div.directLoginEditing li.configuration > .bookmarkletConfigurationWrapper .bookmarkletComponent {
3518 float: right; 3568 float: right;
3519} 3569}
3520div.directLoginEditing li.configuration > textarea.error { 3570div.directLoginEditing li.configuration > textarea.error {
3521 border: 1px solid red; 3571 border: 1px solid red;
3522 background-color: rgba(255, 0, 0, 0.1); 3572 background-color: rgba(255, 0, 0, 0.1);
3523} 3573}
3524/* 3574/*
3525div.directLoginEditing > form.directLoginEditingForm > div.tabContainer { 3575div.directLoginEditing > form.directLoginEditingForm > div.tabContainer {
3526 padding-top: 10px; 3576 padding-top: 10px;
3527} 3577}
3528 3578
3529div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li { 3579div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li {
3530 float: left; 3580 float: left;
3531 padding-left: 10px; 3581 padding-left: 10px;
3532 padding-right: 10px; 3582 padding-right: 10px;
3533 display: block; 3583 display: block;
3534 font-size: 10pt; 3584 font-size: 10pt;
3535 color: #787872; 3585 color: #787872;
3536 cursor: pointer; 3586 cursor: pointer;
3537 3587
3538 height: 22px; 3588 height: 22px;
3539 text-align: center; 3589 text-align: center;
3540 border-right: 1px solid #aaa; 3590 border-right: 1px solid #aaa;
3541 border-bottom: 1px solid #aaa; 3591 border-bottom: 1px solid #aaa;
3542 border-top: 1px solid #aaa; 3592 border-top: 1px solid #aaa;
3543 3593
3544 background-color: #cccec0; 3594 background-color: #cccec0;
3545} 3595}
3546 3596
3547div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:first-child { 3597div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:first-child {
3548 border-left: 1px solid #aaa; 3598 border-left: 1px solid #aaa;
3549} 3599}
3550 3600
3551div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs { 3601div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs {
3552 height: 23px; 3602 height: 23px;
3553 padding-left: 10px; 3603 padding-left: 10px;
3554 border-bottom: 1px solid #aaa; 3604 border-bottom: 1px solid #aaa;
3555 margin-left: 10px; 3605 margin-left: 10px;
3556 margin-right: 10px; 3606 margin-right: 10px;
3557} 3607}
3558 3608
3559div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li > span { 3609div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li > span {
3560 line-height: 23px; 3610 line-height: 23px;
3561} 3611}
3562 3612
3563div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li.selected { 3613div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li.selected {
3564 color: #6a5147; 3614 color: #6a5147;
3565 cursor: default; 3615 cursor: default;
3566 border-bottom: 1px solid #f1f2e9; 3616 border-bottom: 1px solid #f1f2e9;
3567 background-color: #f1f2e9; 3617 background-color: #f1f2e9;
3568} 3618}
3569 3619
3570div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:hover { 3620div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabs > li:hover {
3571 color: #6a5147; 3621 color: #6a5147;
3572} 3622}
3573 3623
3574div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels { 3624div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels {
3575 padding-bottom: 5px; 3625 padding-bottom: 5px;
3576 margin-left: 10px; 3626 margin-left: 10px;
3577 margin-right: 10px; 3627 margin-right: 10px;
3578} 3628}
3579 3629
3580div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels > li.selected { 3630div.directLoginEditing > form.directLoginEditingForm > div.tabContainer > ul.tabPanels > li.selected {
3581 border-bottom: 1px solid #aaa; 3631 border-bottom: 1px solid #aaa;
3582 border-left: 1px solid #aaa; 3632 border-left: 1px solid #aaa;
3583 border-right: 1px solid #aaa; 3633 border-right: 1px solid #aaa;
3584} 3634}
3585 3635
3586div.directLoginEditing li.configuration { 3636div.directLoginEditing li.configuration {
3587 padding: 5px; 3637 padding: 5px;
3588} 3638}
3589 3639
3590div.directLoginEditing li.configuration > textarea { 3640div.directLoginEditing li.configuration > textarea {
3591 width: 100%; 3641 width: 100%;
3592 height: 100px; 3642 height: 100px;
3593 font-family: monospace; 3643 font-family: monospace;
3594 font-weight: normal; 3644 font-weight: normal;
3595 font-size: 8pt; 3645 font-size: 8pt;
3596} 3646}
3597*/ 3647*/
3598/* @end */ 3648/* @end */
3599/* @end */ 3649/* @end */
3600/* @end */ 3650/* @end */
3601/* @group Card Dialog FIELDS */ 3651/* @group Card Dialog FIELDS */
3602div.CardDialog div.body { 3652div.CardDialog div.body {
3603 padding-bottom: 1px; 3653 padding-bottom: 1px;
3604} 3654}
3605div.CardDialog div.body table.fields { 3655div.CardDialog div.body table.fields {
3606 width: 100%; 3656 width: 100%;
3607 padding-top: 8px; 3657 padding-top: 8px;
3608 padding-bottom: 1px; 3658 padding-bottom: 1px;
3609} 3659}
3610div.CardDialog div.body table.fields thead { 3660div.CardDialog div.body table.fields thead {
3611 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 15px; 3661 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 15px;
3612} 3662}
3613div.CardDialog div.body table.fields tfoot { 3663div.CardDialog div.body table.fields tfoot {
3614 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 bottom; 3664 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 bottom;
3615} 3665}
3616div.CardDialog div.body table.fields thead th { 3666div.CardDialog div.body table.fields thead th {
3617 text-align: left; 3667 text-align: left;
3618 font-weight: normal; 3668 font-weight: normal;
3619 font-size: 9pt; 3669 font-size: 9pt;
3620 color: #787872; 3670 color: #787872;
3621 padding-left: 10px; 3671 padding-left: 10px;
3622 padding-bottom: 3px; 3672 padding-bottom: 3px;
3623 /* 3673 /*
3624 border-bottom: 1px dotted; 3674 border-bottom: 1px dotted;
3625*/ 3675*/
3626 3676
3627} 3677}
3628div.CardDialog div.body table.fields thead th.fieldStateTH { 3678div.CardDialog div.body table.fields thead th.fieldStateTH {
3629 width: 10px; 3679 width: 10px;
3630} 3680}
3631div.CardDialog div.body table.fields tbody td.fieldLabel input { 3681div.CardDialog div.body table.fields tbody td.fieldLabel input {
3632 width: 130px; 3682 width: 130px;
3633} 3683}
3634div.CardDialog div.body table.fields thead th.fieldLockTH { 3684div.CardDialog div.body table.fields thead th.fieldLockTH {
3635 width: 10px; 3685 width: 10px;
3636} 3686}
3637div.CardDialog div.body table.fields tbody td.fieldValue input { 3687div.CardDialog div.body table.fields tbody td.fieldValue input {
3638 width: 280px; 3688 width: 280px;
3639} 3689}
3640div.CardDialog div.body table.fields thead th.fieldActionTH { 3690div.CardDialog div.body table.fields thead th.fieldActionTH {
3641 width: 30px; 3691 width: 30px;
3642} 3692}
3643div.CardDialog div.body table.fields thead th.fieldDeleteTH { 3693div.CardDialog div.body table.fields thead th.fieldDeleteTH {
3644 width: 40px; 3694 width: 40px;
3645} 3695}
3646div.CardDialog div.body table.fields tbody tr:hover, 3696div.CardDialog div.body table.fields tbody tr:hover,
3647div.CardDialog div.body table.fields tbody tr.selectedField { 3697div.CardDialog div.body table.fields tbody tr.selectedField {
3648 background-color: #cccec0; 3698 background-color: #cccec0;
3649} 3699}
3650div.CardDialog div.body table.fields tbody tr td { 3700div.CardDialog div.body table.fields tbody tr td {
3651 font-size: 11pt; 3701 font-size: 11pt;
3652 color: #787872; 3702 color: #787872;
3653 height: 35px; 3703 height: 35px;
3654} 3704}
3655div.CardDialog div.body table.fields tbody tr td input { 3705div.CardDialog div.body table.fields tbody tr td input {
3656 font-size: 11pt; 3706 font-size: 11pt;
3657 border: 0px; 3707 border: 0px;
3658 padding: 5px; 3708 padding: 5px;
3659 color: #787872; 3709 color: #787872;
3660 border: 1px solid #ededeb; 3710 border: 1px solid #ededeb;
3661 background-color: #ededeb; 3711 background-color: #ededeb;
3662 height: 30px; 3712 height: 30px;
3663} 3713}
3664/* 3714/*
3665div.CardDialog div.body table.fields tbody tr td.fieldValue div { 3715div.CardDialog div.body table.fields tbody tr td.fieldValue div {
3666 margin-right: 10px; 3716 margin-right: 10px;
3667} 3717}
3668 3718
3669div.CardDialog div.body table.fields tbody tr td.fieldValue div input { 3719div.CardDialog div.body table.fields tbody tr td.fieldValue div input {
3670 width: 100%; 3720 width: 100%;
3671} 3721}
3672*/ 3722*/
3673div.CardDialog div.body table.fields tbody tr td.fieldValue div.locked input { 3723div.CardDialog div.body table.fields tbody tr td.fieldValue div.locked input {
3674 background: #ededeb url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; 3724 background: #ededeb url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px;
3675 color: #ededeb; 3725 color: #ededeb;
3676 color: rgba(237, 237, 235, 0.1); 3726 color: rgba(237, 237, 235, 0.1);
3677 /* color: black;*/ 3727 /* color: black;*/
3678 3728
3679 /* line-height: 100px;*/ 3729 /* line-height: 100px;*/
3680 3730
3681 overflow: hidden; 3731 overflow: hidden;
3682} 3732}
3683div.locked input.value::-moz-selection { 3733div.locked input.value::-moz-selection {
3684 background: #ff0000; 3734 background: #ff0000;
3685} 3735}
3686div.locked input.value::selection { 3736div.locked input.value::selection {
3687 background: #ff0000; 3737 background: #ff0000;
3688} 3738}
3689div.CardDialog div.body table.fields tbody tr.new.selectedField td input, 3739div.CardDialog div.body table.fields tbody tr.new.selectedField td input,
3690div.CardDialog div.body table.fields tbody tr.new:hover td input, 3740div.CardDialog div.body table.fields tbody tr.new:hover td input,
3691div.CardDialog div.body table.fields tbody tr:hover td input, 3741div.CardDialog div.body table.fields tbody tr:hover td input,
3692div.CardDialog div.body table.fields tbody tr.selectedField td input { 3742div.CardDialog div.body table.fields tbody tr.selectedField td input {
3693 border: 1px solid #515247; 3743 border: 1px solid #515247;
3694 background-color: #b5b7ab; 3744 background-color: #b5b7ab;
3695} 3745}
3696div.CardDialog div.body table.fields tbody tr:hover td.fieldValue div.locked input, 3746div.CardDialog div.body table.fields tbody tr:hover td.fieldValue div.locked input,
3697div.CardDialog div.body table.fields tbody tr.selectedField td.fieldValue div.locked input { 3747div.CardDialog div.body table.fields tbody tr.selectedField td.fieldValue div.locked input {
3698 background: #b5b7ab url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px; 3748 background: #b5b7ab url(./images/old/cardDialog/password_background.png) no-repeat 2px 3px;
3699 color: #b5b7ab; 3749 color: #b5b7ab;
3700 color: rgba(237, 237, 235, 0.1); 3750 color: rgba(237, 237, 235, 0.1);
3701} 3751}
3702div.CardDialog div.body table.fields tbody td.fieldLock div { 3752div.CardDialog div.body table.fields tbody td.fieldLock div {
3703 width: 20px; 3753 width: 20px;
3704 height: 19px; 3754 height: 19px;
3705 cursor: pointer; 3755 cursor: pointer;
3706} 3756}
3707div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.locked { 3757div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.locked {
3708 background-image: url(./images/old/cardDialog/lock_closed.png); 3758 background-image: url(./images/old/cardDialog/lock_closed.png);
3709} 3759}
3710div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.unlocked { 3760div.CardDialog div.body table.fields tbody tr:hover td.fieldLock div.unlocked {
3711 background-image: url(./images/old/cardDialog/lock_open.png); 3761 background-image: url(./images/old/cardDialog/lock_open.png);
3712} 3762}
3713div.CardDialog div.body table.fields tbody tr td.fieldAddDelete div span a { 3763div.CardDialog div.body table.fields tbody tr td.fieldAddDelete div span a {
3714 text-decoration: none; 3764 text-decoration: none;
3715 visibility: hidden; 3765 visibility: hidden;
3716 font-size: 8pt; 3766 font-size: 8pt;
3717 vertical-align: -13px; 3767 vertical-align: -13px;
3718 color: black; 3768 color: black;
3719} 3769}
3720div.CardDialog div.body table.fields tbody tr.selectedField td.fieldAddDelete div span a { 3770div.CardDialog div.body table.fields tbody tr.selectedField td.fieldAddDelete div span a {
3721 visibility: visible; 3771 visibility: visible;
3722} 3772}
3723div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div span a { 3773div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div span a {
3724 visibility: visible; 3774 visibility: visible;
3725} 3775}
3726div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div:hover span a { 3776div.CardDialog div.body table.fields tbody tr:hover td.fieldAddDelete div:hover span a {
3727 color: white; 3777 color: white;
3728} 3778}
3729div.CardDialog div.body div.notes { 3779div.CardDialog div.body div.notes {
3730 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 0; 3780 background: url(./images/old/cardDialog/dottedLine_background.png) repeat-x 0 0;
3731 padding-top: 2px; 3781 padding-top: 2px;
3732} 3782}
3733div.CardDialog div.body div.notes div { 3783div.CardDialog div.body div.notes div {
3734 padding-left: 20px; 3784 padding-left: 20px;
3735 padding-right: 20px; 3785 padding-right: 20px;
3736 padding-top: 4px; 3786 padding-top: 4px;
3737 padding-bottom: 4px; 3787 padding-bottom: 4px;
3738} 3788}
3739div.CardDialog div.body div.notes div:hover, 3789div.CardDialog div.body div.notes div:hover,
3740div.CardDialog div.body div.notes.selectedField div { 3790div.CardDialog div.body div.notes.selectedField div {
3741 background-color: #cccec0; 3791 background-color: #cccec0;
3742} 3792}
3743div.CardDialog.loading div.body div.notes div textarea { 3793div.CardDialog.loading div.body div.notes div textarea {
3744 display: none; 3794 display: none;
3745} 3795}
3746div.CardDialog div.body div.notes div textarea { 3796div.CardDialog div.body div.notes div textarea {
3747 border: 0; 3797 border: 0;
3748 width: 470px; 3798 width: 470px;
3749 /* 3799 /*
3750 width: 100%; 3800 width: 100%;
3751 height: 100px; 3801 height: 100px;
3752 min-height: 400px; 3802 min-height: 400px;
3753 overflow: hidden; 3803 overflow: hidden;
3754*/ 3804*/
3755 3805
3756 color: #787872; 3806 color: #787872;
3757 border: 1px solid #ededeb; 3807 border: 1px solid #ededeb;
3758 background-color: #ededeb; 3808 background-color: #ededeb;
3759 display: block; 3809 display: block;
3760 line-height: 12pt; 3810 line-height: 12pt;
3761 min-height: 50px; 3811 min-height: 50px;
3762} 3812}
3763div.CardDialog div.body div.notes div:hover textarea, 3813div.CardDialog div.body div.notes div:hover textarea,
3764div.CardDialog div.body div.notes.selectedField div textarea { 3814div.CardDialog div.body div.notes.selectedField div textarea {
3765 border: 1px solid #515247; 3815 border: 1px solid #515247;
3766 background-color: #b5b7ab; 3816 background-color: #b5b7ab;
3767} 3817}
3768div.CardDialog div.body table.fields tbody tr td.fieldAction { 3818div.CardDialog div.body table.fields tbody tr td.fieldAction {
3769 /* background-color: red;*/ 3819 /* background-color: red;*/
3770 3820
3771 padding-left: 4px; 3821 padding-left: 4px;
3772} 3822}
3773div.CardDialog div.body table.fields tbody tr td.fieldAction a { 3823div.CardDialog div.body table.fields tbody tr td.fieldAction a {
3774 display: inline-block; 3824 display: inline-block;
3775 text-decoration: none; 3825 text-decoration: none;
3776 text-align: center; 3826 text-align: center;
3777 width: 16px; 3827 width: 16px;
3778 height: 16px; 3828 height: 16px;
3779} 3829}
3780div.CardDialog div.body table.fields tbody tr td.fieldAction a.email { 3830div.CardDialog div.body table.fields tbody tr td.fieldAction a.email {
3781 background: url(./images/old/cardDialog/fieldTypes/email.png) no-repeat 0 0; 3831 background: url(./images/old/cardDialog/fieldTypes/email.png) no-repeat 0 0;
3782} 3832}
3783div.CardDialog div.body table.fields tbody tr td.fieldAction a.email:hover { 3833div.CardDialog div.body table.fields tbody tr td.fieldAction a.email:hover {
3784 background: url(./images/old/cardDialog/fieldTypes/email_selected.png) no-repeat 0 0; 3834 background: url(./images/old/cardDialog/fieldTypes/email_selected.png) no-repeat 0 0;
3785} 3835}
3786div.CardDialog div.body table.fields tbody tr td.fieldAction a.url { 3836div.CardDialog div.body table.fields tbody tr td.fieldAction a.url {
3787 background: url(./images/old/cardDialog/fieldTypes/url.png) no-repeat 0 0; 3837 background: url(./images/old/cardDialog/fieldTypes/url.png) no-repeat 0 0;
3788} 3838}
3789div.CardDialog div.body table.fields tbody tr td.fieldAction a.url:hover { 3839div.CardDialog div.body table.fields tbody tr td.fieldAction a.url:hover {
3790 background: url(./images/old/cardDialog/fieldTypes/url_selected.png) no-repeat 0 0; 3840 background: url(./images/old/cardDialog/fieldTypes/url_selected.png) no-repeat 0 0;
3791} 3841}
3792div.CardDialog div.body table.fields tbody tr td.fieldAction a.password { 3842div.CardDialog div.body table.fields tbody tr td.fieldAction a.password {
3793 background: url(./images/old/cardDialog/fieldTypes/password.png) no-repeat 0 0; 3843 background: url(./images/old/cardDialog/fieldTypes/password.png) no-repeat 0 0;
3794} 3844}
3795div.CardDialog div.body table.fields tbody tr td.fieldAction a.password:hover { 3845div.CardDialog div.body table.fields tbody tr td.fieldAction a.password:hover {
3796 background: url(./images/old/cardDialog/fieldTypes/password_selected.png) no-repeat 0 0; 3846 background: url(./images/old/cardDialog/fieldTypes/password_selected.png) no-repeat 0 0;
3797} 3847}
3798/* 3848/*
3799/ *div.CardDialog div.body table.fields tbody* / tr.new { 3849/ *div.CardDialog div.body table.fields tbody* / tr.new {
3800 background: yellow; 3850 background: yellow;
3801} 3851}
3802 3852
3803div.CardDialog div.body table.fields tbody tr.new td input { 3853div.CardDialog div.body table.fields tbody tr.new td input {
3804 border: 1px solid red; 3854 border: 1px solid red;
3805 background-color: green; 3855 background-color: green;
3806} 3856}
3807*/ 3857*/
3808/* @end */ 3858/* @end */
3809/* @end */ 3859/* @end */
3810div#disabledZone { 3860div#disabledZone {
3811 display: block; 3861 display: block;
3812 visibility: visible; 3862 visibility: visible;
3813} 3863}
3814div#messageZone { 3864div#messageZone {
3815 display: block; 3865 display: block;
3816 visibility: visible; 3866 visibility: visible;
3817} 3867}
3818div.CardDialog div.error div.img { 3868div.CardDialog div.error div.img {
3819 margin: 10px; 3869 margin: 10px;
3820 width: 50px; 3870 width: 50px;
3821 height: 50px; 3871 height: 50px;
3822 float: left; 3872 float: left;
3823 background-image: url(./images/old/simpleMessageBox/Alert.png); 3873 background-image: url(./images/old/simpleMessageBox/Alert.png);
3824} 3874}
3825/* @group Ruler */ 3875/* @group Ruler */
3826/* 3876/*
3827div.rulerExtraWrapper { 3877div.rulerExtraWrapper {
3828 position: absolute; 3878 position: absolute;
3829 top: 0px; 3879 top: 0px;
3830 left: 0px; 3880 left: 0px;
3831 width: 100%; 3881 width: 100%;
3832 height: 100%; 3882 height: 100%;
3833 overflow: hidden; 3883 overflow: hidden;
3834 background-color: rgba(255, 0, 0, 0.2); 3884 background-color: rgba(255, 0, 0, 0.2);
3835 z-index: 24999; 3885 z-index: 24999;
3836} 3886}
3837*/ 3887*/
3838div.rulerWrapper { 3888div.rulerWrapper {
3839 left: -1000px; 3889 left: -1000px;
3840 margin-top: -30px; 3890 margin-top: -30px;
3841 margin-left: 50%; 3891 margin-left: 50%;
3842 z-index: 25000; 3892 z-index: 25000;
3843} 3893}
3844div.rulerWrapper.fixed { 3894div.rulerWrapper.fixed {
3845 position: fixed; 3895 position: fixed;
3846} 3896}
3847div.rulerWrapper.scrollable { 3897div.rulerWrapper.scrollable {
3848 position: absolute; 3898 position: absolute;
3849} 3899}
3850div.ruler { 3900div.ruler {
3851 /* position: absolute;*/ 3901 /* position: absolute;*/
3852 3902
3853 width: 541px; 3903 width: 541px;
3854 height: 96px; 3904 height: 96px;
3855 margin-left: -270px; 3905 margin-left: -270px;
3856 background: url(./images/old/ruler/ruler.png) no-repeat; 3906 background: url(./images/old/ruler/ruler.png) no-repeat;
3857} 3907}
3858div.ruler a { 3908div.ruler a {
3859 position: absolute; 3909 position: absolute;
3860 display: block; 3910 display: block;
3861 width: 15px; 3911 width: 15px;
3862 height: 15px; 3912 height: 15px;
3863 top: 3px; 3913 top: 3px;
3864 text-decoration: none; 3914 text-decoration: none;
3865} 3915}
3866div.ruler a.exit { 3916div.ruler a.exit {
3867 margin-left: 2px; 3917 margin-left: 2px;
3868 background: url(./images/old/ruler/exit.png) no-repeat; 3918 background: url(./images/old/ruler/exit.png) no-repeat;
3869} 3919}
3870div.ruler a.exit:hover { 3920div.ruler a.exit:hover {
3871 background: url(./images/old/ruler/exit_selected.png) no-repeat; 3921 background: url(./images/old/ruler/exit_selected.png) no-repeat;
3872} 3922}
3873div.ruler a.smallButton.previous { 3923div.ruler a.smallButton.previous {
3874 right: 16px; 3924 right: 16px;
3875 background: url(./images/old/ruler/small_previous.png) no-repeat; 3925 background: url(./images/old/ruler/small_previous.png) no-repeat;
3876} 3926}
3877div.ruler a.smallButton.previous:hover { 3927div.ruler a.smallButton.previous:hover {
3878 cursor: pointer; 3928 cursor: pointer;
3879 background: url(./images/old/ruler/small_previous_selected.png) no-repeat; 3929 background: url(./images/old/ruler/small_previous_selected.png) no-repeat;
3880} 3930}
3881div.ruler a.smallButton.previous.disabled, 3931div.ruler a.smallButton.previous.disabled,
3882div.ruler a.smallButton.previous.disabled:hover { 3932div.ruler a.smallButton.previous.disabled:hover {
3883 cursor: default; 3933 cursor: default;
3884 background: url(./images/old/ruler/small_previous_disabled.png) no-repeat; 3934 background: url(./images/old/ruler/small_previous_disabled.png) no-repeat;
3885} 3935}
3886div.ruler a.smallButton.next { 3936div.ruler a.smallButton.next {
3887 right: 3px; 3937 right: 3px;
3888 background: url(./images/old/ruler/small_next.png) no-repeat; 3938 background: url(./images/old/ruler/small_next.png) no-repeat;
3889} 3939}
3890div.ruler a.smallButton.next:hover { 3940div.ruler a.smallButton.next:hover {
3891 cursor: pointer; 3941 cursor: pointer;
3892 background: url(./images/old/ruler/small_next_selected.png) no-repeat; 3942 background: url(./images/old/ruler/small_next_selected.png) no-repeat;
3893} 3943}
3894div.ruler a.smallButton.next.disabled, 3944div.ruler a.smallButton.next.disabled,
3895div.ruler a.smallButton.next.disabled:hover { 3945div.ruler a.smallButton.next.disabled:hover {
3896 cursor: default; 3946 cursor: default;
3897 background: url(./images/old/ruler/small_next_disabled.png) no-repeat; 3947 background: url(./images/old/ruler/small_next_disabled.png) no-repeat;
3898} 3948}
3899div.ruler div.steps, 3949div.ruler div.steps,
3900div.ruler div.dots { 3950div.ruler div.dots {
3901 position: absolute; 3951 position: absolute;
3902 background-color: rgba(255, 255, 255, 0); 3952 background-color: rgba(255, 255, 255, 0);
3903 margin-left: 30px; 3953 margin-left: 30px;
3904 margin-right: 30px; 3954 margin-right: 30px;
3905} 3955}
3906div.ruler div.steps { 3956div.ruler div.steps {
3907 top: 25px; 3957 top: 25px;
3908 height: 30px; 3958 height: 30px;
3909} 3959}
3910div.ruler div.dots { 3960div.ruler div.dots {
3911 top: 58px; 3961 top: 58px;
3912 height: 25px; 3962 height: 25px;
3913} 3963}
3914div.ruler div ul { 3964div.ruler div ul {
3915 list-style-type: none; 3965 list-style-type: none;
3916 margin: 0px; 3966 margin: 0px;
3917 padding: 0px; 3967 padding: 0px;
3918} 3968}
3919div.ruler div ul li { 3969div.ruler div ul li {
3920 display: inline-block; 3970 display: inline-block;
3921 vertical-align: top; 3971 vertical-align: top;
3922} 3972}
3923div.ruler > div.steps > ul > li:first-child, 3973div.ruler > div.steps > ul > li:first-child,
3924div.ruler > div.dots > ul > li:first-child { 3974div.ruler > div.dots > ul > li:first-child {
3925 margin-left: 0px; 3975 margin-left: 0px;
3926} 3976}
3927div.ruler div.steps_3 ul li { 3977div.ruler div.steps_3 ul li {
3928 margin-left: 135px; 3978 margin-left: 135px;
3929} 3979}
3930div.ruler div.steps_4 ul li { 3980div.ruler div.steps_4 ul li {
3931 margin-left: 67px; 3981 margin-left: 67px;
3932} 3982}
3933div.ruler div.steps_5 ul li { 3983div.ruler div.steps_5 ul li {
3934 margin-left: 32px; 3984 margin-left: 32px;
3935} 3985}
3936div.ruler div.steps_6 ul li { 3986div.ruler div.steps_6 ul li {
3937 margin-left: 12px; 3987 margin-left: 12px;
3938} 3988}
3939div.ruler div ul li span { 3989div.ruler div ul li span {
3940 font-weight: bold; 3990 font-weight: bold;
3941 text-align: center; 3991 text-align: center;
3942 width: 70px; 3992 width: 70px;
3943 display: block; 3993 display: block;
3944 font-size: 8pt; 3994 font-size: 8pt;
3945 overflow: hidden; 3995 overflow: hidden;
3946 color: rgba(0, 0, 0, 0.3); 3996 color: rgba(0, 0, 0, 0.3);
3947} 3997}
3948div.ruler div ul li.selected span { 3998div.ruler div ul li.selected span {
3949 color: black; 3999 color: black;
3950} 4000}
3951div.ruler div.dots ul li span { 4001div.ruler div.dots ul li span {
3952 /* 4002 /*
3953 text-align: center; 4003 text-align: center;
3954 width: 26px; 4004 width: 26px;
3955 margin-left: 22px; 4005 margin-left: 22px;
3956 margin-right: 22px; 4006 margin-right: 22px;
3957 height: 25px; 4007 height: 25px;
3958 background-color: #e57218; 4008 background-color: #e57218;
3959*/ 4009*/
3960 4010
3961 font-size: 40pt; 4011 font-size: 40pt;
3962 line-height: 47px; 4012 line-height: 47px;
3963} 4013}
3964div.ruler div.marker { 4014div.ruler div.marker {
3965 position: absolute; 4015 position: absolute;
3966 top: -3px; 4016 top: -3px;
3967 /* left: -246px;*/ 4017 /* left: -246px;*/
3968 4018
3969} 4019}
3970div.ruler div.marker div.markerBody { 4020div.ruler div.marker div.markerBody {
3971 width: 77px; 4021 width: 77px;
3972 height: 97px; 4022 height: 97px;
3973 background: url(./images/old/ruler/marker.png) no-repeat; 4023 background: url(./images/old/ruler/marker.png) no-repeat;
3974} 4024}
3975div.ruler div.marker div.next { 4025div.ruler div.marker div.next {
3976 position: absolute; 4026 position: absolute;
3977 top: 25px; 4027 top: 25px;
3978 left: 76px; 4028 left: 76px;
3979 width: 27px; 4029 width: 27px;
3980 height: 65px; 4030 height: 65px;
3981 background: url(./images/old/ruler/next.png) no-repeat -13px; 4031 background: url(./images/old/ruler/next.png) no-repeat -13px;
3982 z-index: 26000; 4032 z-index: 26000;
3983} 4033}
3984div.ruler div.marker div.next:hover { 4034div.ruler div.marker div.next:hover {
3985 cursor: pointer; 4035 cursor: pointer;
3986 background: url(./images/old/ruler/next.png) no-repeat -2px; 4036 background: url(./images/old/ruler/next.png) no-repeat -2px;
3987} 4037}
3988div.ruler div.marker div.disabled { 4038div.ruler div.marker div.disabled {
3989 display: none; 4039 display: none;
3990} 4040}
3991div.ruler div.marker div.previous { 4041div.ruler div.marker div.previous {
3992 position: absolute; 4042 position: absolute;
3993 top: 25px; 4043 top: 25px;
3994 left: -24px; 4044 left: -24px;
3995 width: 27px; 4045 width: 27px;
3996 height: 65px; 4046 height: 65px;
3997 /* background: url(./images/old/ruler/previous.png) no-repeat 13px 1px;*/ 4047 /* background: url(./images/old/ruler/previous.png) no-repeat 13px 1px;*/
3998 4048
3999 background: url(./images/old/ruler/previous.png) no-repeat 18px 1px; 4049 background: url(./images/old/ruler/previous.png) no-repeat 18px 1px;
4000 z-index: 26000; 4050 z-index: 26000;
4001} 4051}
4002div.ruler div.marker div.previous:hover { 4052div.ruler div.marker div.previous:hover {
4003 cursor: pointer; 4053 cursor: pointer;
4004 /* background: url(./images/old/ruler/previous.png) no-repeat 2px 1px;*/ 4054 /* background: url(./images/old/ruler/previous.png) no-repeat 2px 1px;*/
4005 4055
4006 background: url(./images/old/ruler/previous.png) no-repeat 7px 1px; 4056 background: url(./images/old/ruler/previous.png) no-repeat 7px 1px;
4007} 4057}
4008/* @end */ 4058/* @end */
4009div.createNewCardSplash { 4059div.createNewCardSplash {
4010 margin-top: -450px; 4060 margin-top: -450px;
4011 margin-left: 250px; 4061 margin-left: 250px;
4012 width: 354px; 4062 width: 354px;
4013 float: left; 4063 float: left;
4014 height: 186px; 4064 height: 186px;
4015 text-align: center; 4065 text-align: center;
4016 background: url(./images/old/main/grid/createNewCardSplash.png) no-repeat; 4066 background: url(./images/old/main/grid/createNewCardSplash.png) no-repeat;
4017} 4067}
4018div.createNewCardSplash:hover { 4068div.createNewCardSplash:hover {
4019 cursor: pointer; 4069 cursor: pointer;
4020 background: url(./images/old/main/grid/createNewCardSplash_selected.png) no-repeat; 4070 background: url(./images/old/main/grid/createNewCardSplash_selected.png) no-repeat;
4021} 4071}
4022div.createNewCardSplash span { 4072div.createNewCardSplash span {
4023 display: block; 4073 display: block;
4024 padding-top: 130px; 4074 padding-top: 130px;
4025 font-size: 14pt; 4075 font-size: 14pt;
4026 color: #9a9586; 4076 color: #9a9586;
4027} 4077}
4028div.createNewCardSplash:hover span { 4078div.createNewCardSplash:hover span {
4029 color: #605c4e; 4079 color: #605c4e;
4030} 4080}
4031/*=============================================*/ 4081/*=============================================*/
4032div.NewUserCreation div.tabContainer { 4082div.NewUserCreation div.tabContainer {
4033 min-height: 150px; 4083 min-height: 150px;
4034 height: 200px; 4084 height: 200px;
4035} 4085}
4036div.NewUserCreation div.tabContainer > ul.tabs { 4086div.NewUserCreation div.tabContainer > ul.tabs {
4037 display: none; 4087 display: none;
4038} 4088}
4039ul.createUserStates li.creating { 4089ul.createUserStates li.creating {
4040 background: url(./images/old/creatingUser.gif) no-repeat center center; 4090 background: url(./images/old/creatingUser.gif) no-repeat center center;
4041} 4091}
4042ul.createUserStates li { 4092ul.createUserStates li {
4043 height: 100px; 4093 height: 100px;
4044} 4094}
4045ul.createUserStates li span { 4095ul.createUserStates li span {
4046 display: block; 4096 display: block;
4047 width: 100%; 4097 width: 100%;
4048 text-align: center; 4098 text-align: center;
4049 color: #999; 4099 color: #999;
4050 font-style: italic; 4100 font-style: italic;
4051} 4101}
4052div.NewUserCreation form.newUserCreationForm ul.tabPanels { 4102div.NewUserCreation form.newUserCreationForm ul.tabPanels {
4053 padding-top: 10px; 4103 padding-top: 10px;
4054} 4104}
4055div.NewUserCreation form.newUserCreationForm ul ul { 4105div.NewUserCreation form.newUserCreationForm ul ul {
4056 margin-left: auto; 4106 margin-left: auto;
4057 margin-right: auto; 4107 margin-right: auto;
4058 width: 400px; 4108 width: 400px;
4059} 4109}
4060div.NewUserCreation form.newUserCreationForm ul.credentials li { 4110div.NewUserCreation form.newUserCreationForm ul.credentials li {
4061 height: 45px; 4111 height: 45px;
4062} 4112}
4063div.NewUserCreation form.newUserCreationForm ul.credentials span.label { 4113div.NewUserCreation form.newUserCreationForm ul.credentials span.label {
4064 text-align: right; 4114 text-align: right;
4065 display: inline-block; 4115 display: inline-block;
4066 font-size: 12pt; 4116 font-size: 12pt;
4067 color: #787872; 4117 color: #787872;
4068 width: 110px; 4118 width: 110px;
4069 vertical-align: baseline; 4119 vertical-align: baseline;
4070} 4120}
4071div.NewUserCreation form.newUserCreationForm ul.credentials input { 4121div.NewUserCreation form.newUserCreationForm ul.credentials input {
4072 font-size: 13pt; 4122 font-size: 13pt;
4073 color: #787872; 4123 color: #787872;
4074 height: 35px; 4124 height: 35px;
4075 margin-left: 15px; 4125 margin-left: 15px;
4076 padding-left: 5px; 4126 padding-left: 5px;
4077} 4127}
4078div.NewUserCreation form.newUserCreationForm ul.termsOfService li { 4128div.NewUserCreation form.newUserCreationForm ul.termsOfService li {
4079 padding: 0 0 15 0; 4129 padding: 0 0 15 0;
4080} 4130}
4081div.NewUserCreation form.newUserCreationForm ul.termsOfService input { 4131div.NewUserCreation form.newUserCreationForm ul.termsOfService input {
4082 display: inline-block; 4132 display: inline-block;
4083} 4133}
4084div.NewUserCreation form.newUserCreationForm ul.termsOfService .label { 4134div.NewUserCreation form.newUserCreationForm ul.termsOfService .label {
4085 display: inline-block; 4135 display: inline-block;
4086 text-align: left; 4136 text-align: left;
4087 font-size: 12pt; 4137 font-size: 12pt;
4088 color: #787872; 4138 color: #787872;
4089 width: 350px; 4139 width: 350px;
4090 vertical-align: top; 4140 vertical-align: top;
4091 padding-left: 10px; 4141 padding-left: 10px;
4092} 4142}
4093div.NewUserCreation form.newUserCreationForm ul.termsOfService a { 4143div.NewUserCreation form.newUserCreationForm ul.termsOfService a {
4094 font-weight: bold; 4144 font-weight: bold;
4095 color: #787872; 4145 color: #787872;
4096 text-decoration: none; 4146 text-decoration: none;
4097} 4147}
4098div.NewUserCreation form.newUserCreationForm ul.termsOfService a:hover { 4148div.NewUserCreation form.newUserCreationForm ul.termsOfService a:hover {
4099 color: #444; 4149 color: #444;
4100} 4150}
4101div.NewUserCreation form.newUserCreationForm ul.createUserStates li.done span { 4151div.NewUserCreation form.newUserCreationForm ul.createUserStates li.done span {
4102 font-size: 16pt; 4152 font-size: 16pt;
4103 color: green; 4153 color: green;
4104} 4154}
4105div.NewUserCreation form.newUserCreationForm ul.createUserStates li.fail span { 4155div.NewUserCreation form.newUserCreationForm ul.createUserStates li.fail span {
4106 font-size: 16pt; 4156 font-size: 16pt;
4107 color: red; 4157 color: red;
4108} 4158}
diff --git a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js
index 5e49fb5..3c57f67 100644
--- a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js
+++ b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/PageHeader.js
@@ -1,189 +1,189 @@
1/* 1/*
2 2
3Copyright 2008-2013 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz, the online password manager. 5This file is part of Clipperz, the online password manager.
6For further information about its features and functionalities please 6For further information about its features and functionalities please
7refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
8 8
9* Clipperz is free software: you can redistribute it and/or modify it 9* Clipperz is free software: you can redistribute it and/or modify it
10 under the terms of the GNU Affero General Public License as published 10 under the terms of the GNU Affero General Public License as published
11 by the Free Software Foundation, either version 3 of the License, or 11 by the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.
13 13
14* Clipperz is distributed in the hope that it will be useful, but 14* Clipperz is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of 15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
18 18
19* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
20 License along with Clipperz. If not, see http://www.gnu.org/licenses/. 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
21 21
22*/ 22*/
23 23
24Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); 24Clipperz.Base.module('Clipperz.PM.UI.Web.Components');
25 25
26Clipperz.PM.UI.Web.Components.PageHeader = function(args) { 26Clipperz.PM.UI.Web.Components.PageHeader = function(args) {
27 args = args || {}; 27 args = args || {};
28 28
29 Clipperz.PM.UI.Web.Components.PageHeader.superclass.constructor.apply(this, arguments); 29 Clipperz.PM.UI.Web.Components.PageHeader.superclass.constructor.apply(this, arguments);
30 this._newsIsOpen = args.newsIsOpen || false; 30 this._newsIsOpen = args.newsIsOpen || false;
31 this._animationDuration = args.animationDuration || 0.5; 31 this._animationDuration = args.animationDuration || 0.5;
32 32
33 this._offset = 82; 33 this._offset = 82;
34 34
35 return this; 35 return this;
36} 36}
37 37
38//============================================================================= 38//=============================================================================
39 39
40Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageHeader, Clipperz.PM.UI.Common.Components.BaseComponent, { 40Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.PageHeader, Clipperz.PM.UI.Common.Components.BaseComponent, {
41 41
42 //------------------------------------------------------------------------- 42 //-------------------------------------------------------------------------
43 43
44 'toString': function () { 44 'toString': function () {
45 return "Clipperz.PM.UI.Web.Components.PageHeader component"; 45 return "Clipperz.PM.UI.Web.Components.PageHeader component";
46 }, 46 },
47 47
48 //------------------------------------------------------------------------- 48 //-------------------------------------------------------------------------
49 49
50 'iframeURL': function () { 50 'iframeURL': function () {
51 // return './rss_view.html'; 51 // return './rss_view.html';
52 return 'http://www.clipperz.com/files/clipperz.com/appTips/index.html'; 52 return 'https://www.clipperz.com/tips/index.html';
53 }, 53 },
54 54
55 //------------------------------------------------------------------------- 55 //-------------------------------------------------------------------------
56 56
57 'renderSelf': function(/*aContainer, aPosition*/) { 57 'renderSelf': function(/*aContainer, aPosition*/) {
58 this.append(this.element(), [ 58 this.append(this.element(), [
59 {tag:'div', id:'miscLinks', children:[ 59 {tag:'div', id:'miscLinks', children:[
60 {tag:'ul', children:[ 60 {tag:'ul', children:[
61 {tag:'li', children:[{tag:'a', id:'donateHeaderLink', stringID:'pageHeader.donation', href:'http://www.clipperz.com/donations', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.donation')}]}, 61 {tag:'li', children:[{tag:'a', id:'donateHeaderLink', stringID:'pageHeader.donation', href:'http://www.clipperz.com/donations', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.donation')}]},
62 {tag:'li', children:[{tag:'a', id:'forumHeaderLink', stringID:'pageHeader.forum', href:'http://www.clipperz.com/forum', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.forum')}]}, 62 {tag:'li', children:[{tag:'a', id:'forumHeaderLink', stringID:'pageHeader.forum', href:'http://www.clipperz.com/forum', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.forum')}]},
63 {tag:'li', children:[{tag:'a', id:'creditsHeaderLink', stringID:'pageHeader.credits', href:'http://www.clipperz.com/credits', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.credits')}]}, 63 // {tag:'li', children:[{tag:'a', id:'creditsHeaderLink', stringID:'pageHeader.credits', href:'http://www.clipperz.com/credits', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.credits')}]},
64 {tag:'li', children:[{tag:'a', id:'feedbackHeaderLink', stringID:'pageHeader.feedback', href:'http://www.clipperz.com/contact', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.feedback')}]}, 64 {tag:'li', children:[{tag:'a', id:'feedbackHeaderLink', stringID:'pageHeader.feedback', href:'http://www.clipperz.com/contact', target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.feedback')}]},
65 {tag:'li', children:[{tag:'a', id:'helpHeaderLink', stringID:'pageHeader.help', href:'http://www.clipperz.com/support/user_guide',target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.help')}]} 65 {tag:'li', children:[{tag:'a', id:'helpHeaderLink', stringID:'pageHeader.help', href:'http://www.clipperz.com/support/user_guide',target:'_blank', html:Clipperz.PM.Strings.getValue('pageHeader.help')}]}
66 ]} 66 ]}
67 ]}, 67 ]},
68 {tag:'div', id:'logoFrame', children:[ 68 {tag:'div', id:'logoFrame', children:[
69 {tag:'a', href:'http://www.clipperz.com', target:'_blank', children:[ 69 {tag:'a', href:'http://www.clipperz.com', target:'_blank', children:[
70 // {tag:'h1', cls:'logo', html:"clipperz"}, 70 // {tag:'h1', cls:'logo', html:"clipperz"},
71 {tag:'canvas', id:this.getId('logo'), cls:'logo'}, 71 {tag:'canvas', id:this.getId('logo'), cls:'logo'},
72 {tag:'h5', cls:'clipperzPayoff', html:"keep it to yourself!"} 72 {tag:'h5', cls:'clipperzPayoff', html:"keep it to yourself!"}
73 ]} 73 ]}
74 ]}, 74 ]},
75 {tag:'div', id:'news', cls:'hidden', children:[ 75 {tag:'div', id:'news', cls:'hidden', children:[
76 // {tag:'div', cls:'close', children:[ 76 // {tag:'div', cls:'close', children:[
77 // {tag:'a', href:'#', id:this.getId('closeTips'), html:'x'} 77 // {tag:'a', href:'#', id:this.getId('closeTips'), html:'x'}
78 // ]}, 78 // ]},
79 {tag:'div', id:'newsframe', children:[ 79 {tag:'div', id:'newsframe', children:[
80 {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()} 80 {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()}
81 ]}, 81 ]},
82 {tag:'div', id:this.getId('newsGrip'), cls:'grip', children:[ 82 {tag:'div', id:this.getId('newsGrip'), cls:'grip', children:[
83 {tag:'div', cls:'gripHandler', children:[]} 83 {tag:'div', cls:'gripHandler', children:[]}
84 ]} 84 ]}
85 ]}, 85 ]},
86 {tag:'div', id:'featureTabs', children:[ 86 {tag:'div', id:'featureTabs', children:[
87 {tag:'table', children:[{tag:'tr', children:[ 87 {tag:'table', children:[{tag:'tr', children:[
88 {tag:'td', children:[{tag:'div', id:'feature_store', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('storeIcon')}, {tag:'span', html:"Store and manage your password and online credentials"}]}]}, 88 {tag:'td', children:[{tag:'div', id:'feature_store', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('storeIcon')}, {tag:'span', html:"Store and manage your password and online credentials"}]}]},
89 {tag:'td', children:[{tag:'div', id:'feature_protect', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('protectIcon')}, {tag:'span', html:"Protect all your sensitive data"}]}]}, 89 {tag:'td', children:[{tag:'div', id:'feature_protect', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('protectIcon')}, {tag:'span', html:"Protect all your sensitive data"}]}]},
90 {tag:'td', children:[{tag:'div', id:'feature_directLogin', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('directLoginIcon')},{tag:'span', html:"Login to your web services without entering any username or password"}]}]}, 90 {tag:'td', children:[{tag:'div', id:'feature_directLogin', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('directLoginIcon')},{tag:'span', html:"Login to your web services without entering any username or password"}]}]},
91 {tag:'td', children:[{tag:'div', id:'feature_share', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('shareIcon')}, {tag:'span', html:"Share secret with family members and associates"}]}]} 91 {tag:'td', children:[{tag:'div', id:'feature_share', children:[{tag:'canvas', cls:'featureIcon', id:this.getId('shareIcon')}, {tag:'span', html:"Share secret with family members and associates"}]}]}
92 ]}]} 92 ]}]}
93 ]} 93 ]}
94 ]); 94 ]);
95 95
96 Clipperz.PM.UI.Canvas.features.store(this.getElement('storeIcon'), "#ffffff"); 96 Clipperz.PM.UI.Canvas.features.store(this.getElement('storeIcon'), "#ffffff");
97 Clipperz.PM.UI.Canvas.features.protect(this.getElement('protectIcon'), "#ffffff"); 97 Clipperz.PM.UI.Canvas.features.protect(this.getElement('protectIcon'), "#ffffff");
98 Clipperz.PM.UI.Canvas.features.directLogin(this.getElement('directLoginIcon'), "#ffffff"); 98 Clipperz.PM.UI.Canvas.features.directLogin(this.getElement('directLoginIcon'), "#ffffff");
99 Clipperz.PM.UI.Canvas.features.share(this.getElement('shareIcon'), "#ffffff", "#ffffff", "#ff0000"); 99 Clipperz.PM.UI.Canvas.features.share(this.getElement('shareIcon'), "#ffffff", "#ffffff", "#ff0000");
100 100
101 MochiKit.Signal.connect(this.getElement('newsGrip'), 'onclick', this, 'toggleTips'); 101 MochiKit.Signal.connect(this.getElement('newsGrip'), 'onclick', this, 'toggleTips');
102 MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad'); 102 MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad');
103 this.setLogoDefaultColors(); 103 this.setLogoDefaultColors();
104 }, 104 },
105 105
106 //------------------------------------------------------------------------- 106 //-------------------------------------------------------------------------
107 107
108 'switchToLoggedMode': function() { 108 'switchToLoggedMode': function() {
109 // MochiKit.Style.addElementClass(this.element(), 'logged'); 109 // MochiKit.Style.addElementClass(this.element(), 'logged');
110 MochiKit.Style.hideElement('featureTabs'); 110 MochiKit.Style.hideElement('featureTabs');
111 }, 111 },
112 112
113 //------------------------------------------------------------------------- 113 //-------------------------------------------------------------------------
114 114
115 'animationDuration': function () { 115 'animationDuration': function () {
116 return this._animationDuration; 116 return this._animationDuration;
117 }, 117 },
118 118
119 'offset': function () { 119 'offset': function () {
120 return this._offset; 120 return this._offset;
121 }, 121 },
122 122
123 //------------------------------------------------------------------------- 123 //-------------------------------------------------------------------------
124 124
125 'isNewsOpen': function () { 125 'isNewsOpen': function () {
126 return this._newsIsOpen; 126 return this._newsIsOpen;
127 }, 127 },
128 128
129 'toggleNewsIsOpen': function () { 129 'toggleNewsIsOpen': function () {
130 this._newsIsOpen = !this._newsIsOpen; 130 this._newsIsOpen = !this._newsIsOpen;
131 }, 131 },
132 132
133 'toggleTips': function(anEvent) { 133 'toggleTips': function(anEvent) {
134 anEvent.preventDefault(); 134 anEvent.preventDefault();
135 135
136 if (this.isNewsOpen() == true) { 136 if (this.isNewsOpen() == true) {
137 MochiKit.Visual.Move(Clipperz.DOM.get('news'), { 137 MochiKit.Visual.Move(Clipperz.DOM.get('news'), {
138 x: 0, 138 x: 0,
139 y: -this.offset(), 139 y: -this.offset(),
140 mode: 'relative', 140 mode: 'relative',
141 duration: this.animationDuration(), 141 duration: this.animationDuration(),
142 beforeStart: function () { 142 beforeStart: function () {
143 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hiding'); 143 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hiding');
144 }, 144 },
145 afterFinish: function () { 145 afterFinish: function () {
146 Clipperz.DOM.get('newsframe').innerHTML = ""; 146 Clipperz.DOM.get('newsframe').innerHTML = "";
147 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hidden'); 147 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'hidden');
148 } 148 }
149 }) 149 })
150 this.toggleNewsIsOpen(); 150 this.toggleNewsIsOpen();
151 } else { 151 } else {
152 MochiKit.DOM.addElementClass('newsframe', 'loading'); 152 MochiKit.DOM.addElementClass('newsframe', 'loading');
153 MochiKit.Visual.Move(Clipperz.DOM.get('news'), { 153 MochiKit.Visual.Move(Clipperz.DOM.get('news'), {
154 x: 0, 154 x: 0,
155 y: this.offset(), 155 y: this.offset(),
156 mode: 'relative', 156 mode: 'relative',
157 duration: this.animationDuration(), 157 duration: this.animationDuration(),
158 beforeStart: MochiKit.Base.bind(function () { 158 beforeStart: MochiKit.Base.bind(function () {
159 this.append(Clipperz.DOM.get('newsframe'), {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()}); 159 this.append(Clipperz.DOM.get('newsframe'), {tag:'iframe', id:this.getId('iframe'), src:this.iframeURL()});
160 160
161 MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad'); 161 MochiKit.Signal.connect(this.getElement('iframe'), 'onload', this, 'handleIframeDidLoad');
162 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'opening'); 162 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'opening');
163 }, this), 163 }, this),
164 afterFinish: function () { 164 afterFinish: function () {
165 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'open'); 165 MochiKit.DOM.setElementClass(Clipperz.DOM.get('news'), 'open');
166 } 166 }
167 }) 167 })
168 this.toggleNewsIsOpen(); 168 this.toggleNewsIsOpen();
169 } 169 }
170 }, 170 },
171 171
172 'setLogoDefaultColors': function () { 172 'setLogoDefaultColors': function () {
173 Clipperz.PM.UI.Canvas.logo.normal(this.getElement('logo'), "clipperz", "28.0pt", "#ffffff"); 173 Clipperz.PM.UI.Canvas.logo.normal(this.getElement('logo'), "clipperz", "28.0pt", "#ffffff");
174 }, 174 },
175 175
176 //------------------------------------------------------------------------- 176 //-------------------------------------------------------------------------
177 177
178 'handleIframeDidLoad': function (anEvent) { 178 'handleIframeDidLoad': function (anEvent) {
179 if (this.isNewsOpen() == false) { 179 if (this.isNewsOpen() == false) {
180 this.toggleTips(anEvent); 180 this.toggleTips(anEvent);
181 } 181 }
182 182
183 MochiKit.DOM.removeElementClass('newsframe', 'loading'); 183 MochiKit.DOM.removeElementClass('newsframe', 'loading');
184 MochiKit.Signal.disconnectAllTo(this.getElement('iframe')); 184 MochiKit.Signal.disconnectAllTo(this.getElement('iframe'));
185 }, 185 },
186 186
187 //------------------------------------------------------------------------- 187 //-------------------------------------------------------------------------
188 __syntaxFix__: "syntax fix" 188 __syntaxFix__: "syntax fix"
189}); 189});
diff --git a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js
index fbf58e0..91085cf 100644
--- a/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js
+++ b/frontend/gamma/js/Clipperz/PM/UI/Web/Components/UserInfoBox.js
@@ -1,337 +1,365 @@
1/* 1/*
2 2
3Copyright 2008-2013 Clipperz Srl 3Copyright 2008-2013 Clipperz Srl
4 4
5This file is part of Clipperz, the online password manager. 5This file is part of Clipperz, the online password manager.
6For further information about its features and functionalities please 6For further information about its features and functionalities please
7refer to http://www.clipperz.com. 7refer to http://www.clipperz.com.
8 8
9* Clipperz is free software: you can redistribute it and/or modify it 9* Clipperz is free software: you can redistribute it and/or modify it
10 under the terms of the GNU Affero General Public License as published 10 under the terms of the GNU Affero General Public License as published
11 by the Free Software Foundation, either version 3 of the License, or 11 by the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version. 12 (at your option) any later version.
13 13
14* Clipperz is distributed in the hope that it will be useful, but 14* Clipperz is distributed in the hope that it will be useful, but
15 WITHOUT ANY WARRANTY; without even the implied warranty of 15 WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 See the GNU Affero General Public License for more details. 17 See the GNU Affero General Public License for more details.
18 18
19* You should have received a copy of the GNU Affero General Public 19* You should have received a copy of the GNU Affero General Public
20 License along with Clipperz. If not, see http://www.gnu.org/licenses/. 20 License along with Clipperz. If not, see http://www.gnu.org/licenses/.
21 21
22*/ 22*/
23 23
24Clipperz.Base.module('Clipperz.PM.UI.Web.Components'); 24Clipperz.Base.module('Clipperz.PM.UI.Web.Components');
25 25
26Clipperz.PM.UI.Web.Components.UserInfoBox = function(args) { 26Clipperz.PM.UI.Web.Components.UserInfoBox = function(args) {
27 args = args || {}; 27 args = args || {};
28 28
29 Clipperz.PM.UI.Web.Components.UserInfoBox.superclass.constructor.apply(this, arguments); 29 Clipperz.PM.UI.Web.Components.UserInfoBox.superclass.constructor.apply(this, arguments);
30 30
31 this._slots = {}; 31 this._slots = {};
32 this._isLocked = false; 32 this._isLocked = false;
33 this._lockTooltip = null; 33 this._lockTooltip = null;
34 34
35 return this; 35 return this;
36} 36}
37 37
38//============================================================================= 38//=============================================================================
39 39
40Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.UserInfoBox, Clipperz.PM.UI.Common.Components.BaseComponent, { 40Clipperz.Base.extend(Clipperz.PM.UI.Web.Components.UserInfoBox, Clipperz.PM.UI.Common.Components.BaseComponent, {
41 41
42 //------------------------------------------------------------------------- 42 //-------------------------------------------------------------------------
43 43
44 'toString': function () { 44 'toString': function () {
45 return "Clipperz.PM.UI.Web.Components.UserInfoBox component"; 45 return "Clipperz.PM.UI.Web.Components.UserInfoBox component";
46 }, 46 },
47 47
48 //------------------------------------------------------------------------- 48 //-------------------------------------------------------------------------
49 49
50 'handleLogout': function(anEvent) { 50 'handleLogout': function(anEvent) {
51//Clipperz.log(">>> UserInfoBox.handleLogout"); 51//Clipperz.log(">>> UserInfoBox.handleLogout");
52 anEvent.preventDefault(); 52 anEvent.preventDefault();
53 MochiKit.Signal.signal(this, 'logout'); 53 MochiKit.Signal.signal(this, 'logout');
54//Clipperz.log("<<< UserInfoBox.handleLogout"); 54//Clipperz.log("<<< UserInfoBox.handleLogout");
55 }, 55 },
56 56
57 //------------------------------------------------------------------------- 57 //-------------------------------------------------------------------------
58 58
59 'lockTooltip': function () { 59 'lockTooltip': function () {
60 return this._lockTooltip; 60 return this._lockTooltip;
61 }, 61 },
62 62
63 //------------------------------------------------------------------------- 63 //-------------------------------------------------------------------------
64 64
65 'isLocked': function () { 65 'isLocked': function () {
66 return this._isLocked; 66 return this._isLocked;
67 }, 67 },
68 68
69 'setIsLocked': function (aValue) { 69 'setIsLocked': function (aValue) {
70 this._isLocked = aValue; 70 this._isLocked = aValue;
71 }, 71 },
72 72
73 'toggleLock': function(anEvent) { 73 'toggleLock': function(anEvent) {
74 var deferredResult; 74 var deferredResult;
75 var shouldLock; 75 var shouldLock;
76 76
77 anEvent.preventDefault(); 77 anEvent.preventDefault();
78 this.lockTooltip().hide(); 78 this.lockTooltip().hide();
79 79
80 shouldLock = (this.isLocked() == false); 80 shouldLock = (this.isLocked() == false);
81 81
82 if (shouldLock) { 82 if (shouldLock) {
83 var maskElement; 83 var maskElement;
84 84
85 this.setIsLocked(true); 85 this.setIsLocked(true);
86 maskElement = this.getId('modalDialogMask'); 86 maskElement = this.getId('modalDialogMask');
87 deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [lock]", [ 87 deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [lock]", [
88 MochiKit.Base.partial(MochiKit.DOM.addElementClass, this.element(), 'locked'), 88 MochiKit.Base.partial(MochiKit.DOM.addElementClass, this.element(), 'locked'),
89 MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.appear, maskElement, {from:0.0, to:0.75, duration:0.5}), 89 MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.appear, maskElement, {from:0.0, to:0.75, duration:0.5}),
90 MochiKit.Base.method(Clipperz.PM.RunTime.mainController, 'setPassphraseDelegate', MochiKit.Base.method(this, 'askForPassphrase')), 90 MochiKit.Base.method(Clipperz.PM.RunTime.mainController, 'setPassphraseDelegate', MochiKit.Base.method(this, 'askForPassphrase')),
91 MochiKit.Base.partial(MochiKit.Signal.signal, this, 'lock') 91 MochiKit.Base.partial(MochiKit.Signal.signal, this, 'lock')
92 ], {trace:false}); 92 ], {trace:false});
93 } else { 93 } else {
94 deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [unlock]", [ 94 deferredResult = Clipperz.Async.callbacks("UserInfoBox.toggleLock [unlock]", [
95 MochiKit.Base.partial(MochiKit.Signal.signal, this, 'unlock') 95 MochiKit.Base.partial(MochiKit.Signal.signal, this, 'unlock')
96 ], {trace:false}); 96 ], {trace:false});
97 } 97 }
98 98
99 return deferredResult; 99 return deferredResult;
100 }, 100 },
101 101
102 //------------------------------------------------------------------------- 102 //-------------------------------------------------------------------------
103 103
104 'unlock': function () { 104 'unlock': function () {
105 var deferredResult; 105 var deferredResult;
106 var maskElement; 106 var maskElement;
107 107
108 this.setIsLocked(false); 108 this.setIsLocked(false);
109 maskElement = this.getId('modalDialogMask'); 109 maskElement = this.getId('modalDialogMask');
110 110
111 deferredResult = Clipperz.Async.callbacks("UserInfoBox.unlock", [ 111 deferredResult = Clipperz.Async.callbacks("UserInfoBox.unlock", [
112 MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}), 112 MochiKit.Base.partial(Clipperz.Visual.deferredAnimation, MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}),
113 // Clipperz.Visual.deferredAnimation(MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}), 113 // Clipperz.Visual.deferredAnimation(MochiKit.Visual.fade, maskElement, {from:0.75, to:0.0, duration:0.5}),
114 MochiKit.Base.partial(MochiKit.DOM.removeElementClass, this.element(), 'locked') 114 MochiKit.Base.partial(MochiKit.DOM.removeElementClass, this.element(), 'locked')
115 ], {trace:false}); 115 ], {trace:false});
116 }, 116 },
117 117
118 //------------------------------------------------------------------------- 118 //-------------------------------------------------------------------------
119 119
120 'askForPassphrase': function () { 120 'askForPassphrase': function () {
121 varunlockPasswordComponent; 121 varunlockPasswordComponent;
122/* 122/*
123 vardeferredResult; 123 vardeferredResult;
124 124
125 deferredResult = new Clipperz.Async.Deferred("UserInfoBox.askForPassphrase", {trace:false}); 125 deferredResult = new Clipperz.Async.Deferred("UserInfoBox.askForPassphrase", {trace:false});
126 deferredResult.addCallback(MochiKit.Async.succeed, 'test'); 126 deferredResult.addCallback(MochiKit.Async.succeed, 'test');
127 127
128 deferredResult.callback(); 128 deferredResult.callback();
129 129
130 return deferredResult; 130 return deferredResult;
131*/ 131*/
132 unlockPasswordComponent = new Clipperz.PM.UI.Web.Components.UnlockPasswordComponent({ 132 unlockPasswordComponent = new Clipperz.PM.UI.Web.Components.UnlockPasswordComponent({
133 'title':"Unlock account", 133 'title':"Unlock account",
134 'text': "Insert the passprase to unlock the account", 134 'text': "Insert the passprase to unlock the account",
135 'type': 'INFO', 135 'type': 'INFO',
136 'buttons': [ 136 'buttons': [
137 {text:"Cancel",result:'CANCEL'}, 137 {text:"Cancel",result:'CANCEL'},
138 {text:"Unlock", result:'OK',isDefault:true} 138 {text:"Unlock", result:'OK',isDefault:true}
139 ], 139 ],
140 'openFromElement': this.getElement('lock'), 140 'openFromElement': this.getElement('lock'),
141 'onOkCloseToElement': null, 141 'onOkCloseToElement': null,
142 'onCancelCloseToElement':this.getId('lock') 142 'onCancelCloseToElement':this.getId('lock')
143 }); 143 });
144 144
145 return unlockPasswordComponent.getPassphrase(); 145 return unlockPasswordComponent.getPassphrase();
146 }, 146 },
147 147
148 //========================================================================= 148 //=========================================================================
149 149
150 'renderSelf': function(/*aContainer, aPosition*/) { 150 'renderSelf': function(/*aContainer, aPosition*/) {
151 this.append(this.element(), [ 151 this.append(this.element(), [
152 // {tag:'canvas', id:this.getId('canvas'), cls:'canvas', width:'188', height:'154'}, 152 // {tag:'canvas', id:this.getId('canvas'), cls:'canvas', width:'188', height:'154'},
153 {tag:'div', cls:'header', children:[ 153 {tag:'div', cls:'header', children:[
154 {tag:'h1', html:"Welcome"}, 154 {tag:'h1', html:"Welcome"},
155 {tag:'a', cls:'lockButton', href:'#', id:this.getId('lock'), html:'&nbsp;'} 155 {tag:'a', cls:'lockButton', href:'#', id:this.getId('lock'), html:'&nbsp;'}
156 ]}, 156 ]},
157 {tag:'div', cls:'body', children:[ 157 {tag:'div', cls:'body', children:[
158 {tag:'h3', id:this.getId('username'), html:""}, 158 {tag:'h3', id:this.getId('username'), html:""},
159 {tag:'ul', children:[ 159 {tag:'ul', children:[
160 {tag:'li', id:this.getId('cards'), children:[ 160 {tag:'li', id:this.getId('cards'), children:[
161 {tag:'span', id:this.getId('cardsNumber'), cls:'number', html:"-"}, 161 {tag:'span', id:this.getId('cardsNumber'), cls:'number', html:"-"},
162 {tag:'span', id:this.getId('cardsLabel'), html:"cards"} 162 {tag:'span', id:this.getId('cardsLabel'), html:"cards"}
163 ]}, 163 ]},
164 {tag:'li', id:this.getId('directLogins'), children:[ 164 {tag:'li', id:this.getId('directLogins'), children:[
165 {tag:'span', id:this.getId('directLoginsNumber'), cls:'number', html:"-"}, 165 {tag:'span', id:this.getId('directLoginsNumber'), cls:'number', html:"-"},
166 {tag:'span', id:this.getId('directLoginsLabel'), html:"direct logins"} 166 {tag:'span', id:this.getId('directLoginsLabel'), html:"direct logins"}
167 ]} 167 ]}
168 ]}, 168 ]},
169 {tag:'div', cls:'accountInfo', children:[
170 {tag:'div', cls:'payButton', children:[
171 {tag:'a', href:'#', id:this.getId('payButton'), cls:'info', html:"info"}
172 ]},
173 {tag:'h5', html:"Account info"},
174 {tag:'div', cls:'accountStatus', children:[
175 {tag:'span', cls:'label', html:"status"},
176 {tag:'span', cls:'status', html:"early adopter"}
177 ]},
178 {tag:'div', cls:'accountLevel', children:[
179 {tag:'span', cls:'label', html:"level"},
180 // {tag:'span', cls:'level', html:"★☆☆☆"}
181 {tag:'span', cls:'level', html:"☆☆☆☆"}
182 ]},
183 {tag:'div', cls:'accountExpiration', children:[
184 {tag:'span', cls:'label', html:"expires"},
185 // {tag:'span', cls:'expriation', html:"on 26 April 2014"}
186 {tag:'span', cls:'expriation', html:"never"}
187 ]}
188 ]},
169 {tag:'a', href:'#', id:this.getId('logout'), html:"logout >"} 189 {tag:'a', href:'#', id:this.getId('logout'), html:"logout >"}
170 ]}, 190 ]},
171 {tag:'div', cls:'footer'} 191 {tag:'div', cls:'footer'}
172 ]); 192 ]);
173 193
174 MochiKit.Signal.connect(this.getElement('logout'), 'onclick', this, 'handleLogout'); 194 MochiKit.Signal.connect(this.getElement('logout'), 'onclick', this, 'handleLogout');
175 MochiKit.Signal.connect(this.getElement('lock'), 'onclick', this, 'toggleLock'); 195 MochiKit.Signal.connect(this.getElement('lock'), 'onclick', this, 'toggleLock');
196 MochiKit.Signal.connect(this.getElement('payButton'),'onclick', this, 'handlePayButton');
176 197
177 this._lockTooltip = new Clipperz.PM.UI.Common.Components.Tooltip({ 198 this._lockTooltip = new Clipperz.PM.UI.Common.Components.Tooltip({
178 element:this.getElement('lock'), 199 element:this.getElement('lock'),
179 text: "Click here to lock/unlock your account.", 200 text: "Click here to lock/unlock your account.",
180 position:'RIGHT' 201 position:'RIGHT'
181 }); 202 });
182 203
183 Clipperz.DOM.Helper.append(MochiKit.DOM.currentDocument().body, 204 Clipperz.DOM.Helper.append(MochiKit.DOM.currentDocument().body,
184 {tag:'div', id:this.getId('modalDialogWrapper'), cls:'modalDialogWrapper', children:[ 205 {tag:'div', id:this.getId('modalDialogWrapper'), cls:'modalDialogWrapper', children:[
185 {tag:'div', id:this.getId('modalDialogMask'), cls:'modalDialogMask userInfoBoxMask'} 206 {tag:'div', id:this.getId('modalDialogMask'), cls:'modalDialogMask userInfoBoxMask'}
186 ]} 207 ]}
187 ); 208 );
188 MochiKit.Style.hideElement(this.getId('modalDialogMask')); 209 MochiKit.Style.hideElement(this.getId('modalDialogMask'));
189 210
190 // this.drawUserInfoBackground(this.getElement('canvas')); 211 // this.drawUserInfoBackground(this.getElement('canvas'));
191 }, 212 },
192 213
193 //------------------------------------------------------------------------- 214 //-------------------------------------------------------------------------
215
216 'handlePayButton': function (anEvent) {
217 anEvent.preventDefault();
218 window.open('https://www.clipperz.com/pricing/', '_blank');
219 },
220
221 //-------------------------------------------------------------------------
194/* 222/*
195 'drawUserInfoBackground': function (canvas) { 223 'drawUserInfoBackground': function (canvas) {
196 var kMyDrawingFunctionWidth = 188.0; 224 var kMyDrawingFunctionWidth = 188.0;
197 var kMyDrawingFunctionHeight = 154.0; 225 var kMyDrawingFunctionHeight = 154.0;
198 226
199 var context = canvas.getContext("2d"); 227 var context = canvas.getContext("2d");
200 var color; 228 var color;
201 var resolution; 229 var resolution;
202 var alignStroke; 230 var alignStroke;
203 var path; 231 var path;
204 var pointX; 232 var pointX;
205 var pointY; 233 var pointY;
206 var controlPoint1X; 234 var controlPoint1X;
207 var controlPoint1Y; 235 var controlPoint1Y;
208 var controlPoint2X; 236 var controlPoint2X;
209 var controlPoint2Y; 237 var controlPoint2Y;
210 var gradient; 238 var gradient;
211 if (window.devicePixelRatio) 239 if (window.devicePixelRatio)
212 resolution = window.devicePixelRatio; 240 resolution = window.devicePixelRatio;
213 else 241 else
214 resolution = 1.0; 242 resolution = 1.0;
215 resolution *= 0.5 * (canvas.width / kMyDrawingFunctionWidth + canvas.height / kMyDrawingFunctionHeight); 243 resolution *= 0.5 * (canvas.width / kMyDrawingFunctionWidth + canvas.height / kMyDrawingFunctionHeight);
216 244
217 context.save(); 245 context.save();
218 context.scale(canvas.width / kMyDrawingFunctionWidth, canvas.height / kMyDrawingFunctionHeight); 246 context.scale(canvas.width / kMyDrawingFunctionWidth, canvas.height / kMyDrawingFunctionHeight);
219 context.clearRect(0.0, 0.0, kMyDrawingFunctionWidth, kMyDrawingFunctionHeight); 247 context.clearRect(0.0, 0.0, kMyDrawingFunctionWidth, kMyDrawingFunctionHeight);
220 248
221 // Setup for Shadow Effect 249 // Setup for Shadow Effect
222 color = "rgba(0.0%, 0.0%, 0.0%, 0.667)"; 250 color = "rgba(0.0%, 0.0%, 0.0%, 0.667)";
223 context.save(); 251 context.save();
224 context.shadowColor = color; 252 context.shadowColor = color;
225 context.shadowBlur = 3.0; 253 context.shadowBlur = 3.0;
226 context.shadowOffsetX = 5.729 * Math.cos(7.592) * resolution; 254 context.shadowOffsetX = 5.729 * Math.cos(7.592) * resolution;
227 context.shadowOffsetY = 5.729 * Math.sin(7.592) * resolution; 255 context.shadowOffsetY = 5.729 * Math.sin(7.592) * resolution;
228 256
229 // Layer 1 257 // Layer 1
230 258
231 alignStroke = 0.0; 259 alignStroke = 0.0;
232 context.beginPath(); 260 context.beginPath();
233 pointX = 169.5; 261 pointX = 169.5;
234 pointY = 141.5; 262 pointY = 141.5;
235 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 263 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
236 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 264 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
237 context.moveTo(pointX, pointY); 265 context.moveTo(pointX, pointY);
238 pointX = 177.5; 266 pointX = 177.5;
239 pointY = 133.5; 267 pointY = 133.5;
240 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 268 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
241 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 269 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
242 controlPoint1X = 173.889; 270 controlPoint1X = 173.889;
243 controlPoint1Y = 141.5; 271 controlPoint1Y = 141.5;
244 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; 272 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution;
245 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; 273 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution;
246 controlPoint2X = 177.5; 274 controlPoint2X = 177.5;
247 controlPoint2Y = 137.889; 275 controlPoint2Y = 137.889;
248 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; 276 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution;
249 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; 277 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution;
250 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); 278 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY);
251 pointX = 177.5; 279 pointX = 177.5;
252 pointY = 19.5; 280 pointY = 19.5;
253 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 281 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
254 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 282 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
255 context.lineTo(pointX, pointY); 283 context.lineTo(pointX, pointY);
256 pointX = 169.5; 284 pointX = 169.5;
257 pointY = 11.5; 285 pointY = 11.5;
258 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 286 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
259 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 287 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
260 controlPoint1X = 177.5; 288 controlPoint1X = 177.5;
261 controlPoint1Y = 15.111; 289 controlPoint1Y = 15.111;
262 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; 290 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution;
263 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; 291 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution;
264 controlPoint2X = 173.889; 292 controlPoint2X = 173.889;
265 controlPoint2Y = 11.5; 293 controlPoint2Y = 11.5;
266 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; 294 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution;
267 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; 295 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution;
268 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); 296 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY);
269 pointX = 18.5; 297 pointX = 18.5;
270 pointY = 11.5; 298 pointY = 11.5;
271 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 299 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
272 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 300 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
273 context.lineTo(pointX, pointY); 301 context.lineTo(pointX, pointY);
274 pointX = 10.5; 302 pointX = 10.5;
275 pointY = 19.5; 303 pointY = 19.5;
276 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 304 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
277 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 305 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
278 controlPoint1X = 14.111; 306 controlPoint1X = 14.111;
279 controlPoint1Y = 11.5; 307 controlPoint1Y = 11.5;
280 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; 308 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution;
281 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; 309 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution;
282 controlPoint2X = 10.5; 310 controlPoint2X = 10.5;
283 controlPoint2Y = 15.111; 311 controlPoint2Y = 15.111;
284 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; 312 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution;
285 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; 313 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution;
286 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); 314 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY);
287 pointX = 10.5; 315 pointX = 10.5;
288 pointY = 133.5; 316 pointY = 133.5;
289 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 317 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
290 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 318 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
291 context.lineTo(pointX, pointY); 319 context.lineTo(pointX, pointY);
292 pointX = 18.5; 320 pointX = 18.5;
293 pointY = 141.5; 321 pointY = 141.5;
294 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 322 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
295 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 323 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
296 controlPoint1X = 10.5; 324 controlPoint1X = 10.5;
297 controlPoint1Y = 137.889; 325 controlPoint1Y = 137.889;
298 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution; 326 controlPoint1X = (Math.round(resolution * controlPoint1X + alignStroke) - alignStroke) / resolution;
299 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution; 327 controlPoint1Y = (Math.round(resolution * controlPoint1Y + alignStroke) - alignStroke) / resolution;
300 controlPoint2X = 14.111; 328 controlPoint2X = 14.111;
301 controlPoint2Y = 141.5; 329 controlPoint2Y = 141.5;
302 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution; 330 controlPoint2X = (Math.round(resolution * controlPoint2X + alignStroke) - alignStroke) / resolution;
303 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution; 331 controlPoint2Y = (Math.round(resolution * controlPoint2Y + alignStroke) - alignStroke) / resolution;
304 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY); 332 context.bezierCurveTo(controlPoint1X, controlPoint1Y, controlPoint2X, controlPoint2Y, pointX, pointY);
305 pointX = 169.5; 333 pointX = 169.5;
306 pointY = 141.5; 334 pointY = 141.5;
307 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution; 335 pointX = (Math.round(resolution * pointX + alignStroke) - alignStroke) / resolution;
308 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution; 336 pointY = (Math.round(resolution * pointY + alignStroke) - alignStroke) / resolution;
309 context.lineTo(pointX, pointY); 337 context.lineTo(pointX, pointY);
310 context.closePath(); 338 context.closePath();
311 gradient = context.createLinearGradient(94.0, 11.5, 94.0, 141.5); 339 gradient = context.createLinearGradient(94.0, 11.5, 94.0, 141.5);
312 color = "#EE9B69"; 340 color = "#EE9B69";
313 gradient.addColorStop(0.0, color); 341 gradient.addColorStop(0.0, color);
314 color = "#E38D62"; 342 color = "#E38D62";
315 gradient.addColorStop(1.0, color); 343 gradient.addColorStop(1.0, color);
316 context.fillStyle = gradient; 344 context.fillStyle = gradient;
317 context.fill(); 345 context.fill();
318 346
319 // Shadow Effect 347 // Shadow Effect
320 context.restore(); 348 context.restore();
321 349
322 context.restore(); 350 context.restore();
323 }, 351 },
324*/ 352*/
325 //------------------------------------------------------------------------- 353 //-------------------------------------------------------------------------
326 354
327 'updateUserDetails': function (someUserInfo) { 355 'updateUserDetails': function (someUserInfo) {
328 varelementName; 356 varelementName;
329 357
330 for (elementName in someUserInfo) { 358 for (elementName in someUserInfo) {
331 this.getElement(elementName).innerHTML = someUserInfo[elementName]; 359 this.getElement(elementName).innerHTML = someUserInfo[elementName];
332 } 360 }
333 }, 361 },
334 362
335 //------------------------------------------------------------------------- 363 //-------------------------------------------------------------------------
336 __syntaxFix__: "syntax fix" 364 __syntaxFix__: "syntax fix"
337}); 365});