| author | rbernard |
| Fri, 12 Feb 2010 21:58:53 +0100 | |
| changeset 172 | 9a355903350d |
| parent 160 | 0c01050f9717 |
| child 165 | f6509416da19 |
| permissions | -rw-r--r-- |
| 0 | 1 |
/* see font size http://developer.yahoo.com/yui/fonts/ */ |
2 |
body { |
|
3 |
margin: 0; |
|
4 |
padding: 0; |
|
5 |
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Verdana,Arial,sans-serif; |
|
6 |
} |
|
7 |
||
8 |
h1, h2, h3 { |
|
9 |
font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif; |
|
10 |
} |
|
11 |
||
12 |
h1 { |
|
13 |
line-height: 1.2em; |
|
14 |
font-size: 262%; |
|
15 |
font-style: normal; |
|
16 |
font-weight: normal; |
|
17 |
} |
|
18 |
||
19 |
h2 { |
|
20 |
line-height: 1em; |
|
21 |
font-size: 189%; |
|
22 |
font-style: normal; |
|
23 |
font-weight: normal; |
|
24 |
} |
|
25 |
||
26 |
h3 { |
|
27 |
margin-bottom:0.5em; |
|
28 |
} |
|
29 |
||
30 |
h2 { |
|
31 |
margin:1em 0em 0.2em 0em; |
|
32 |
} |
|
33 |
||
34 |
.wrapper { |
|
35 |
margin: 0 auto; |
|
36 |
width: 960px; |
|
37 |
} |
|
38 |
||
39 |
#header { |
|
40 |
background: #F3F3F3 url(../img/header_bg2.png) repeat-x scroll |
|
41 |
left bottom; |
|
42 |
/*background: #FFFFFF url(../img/header_bg2.png) repeat-x scroll |
|
43 |
top bottom;*/ |
|
44 |
|
|
| 26 | 45 |
height: 25px; |
| 0 | 46 |
margin: 0 auto 5px; |
47 |
position: relative; |
|
48 |
/*border-color: -moz-use-text-color -moz-use-text-color #BBB; |
|
49 |
border-width: 0 0 1px 0; |
|
50 |
border-style: none none solid; |
|
51 |
border-width: 0 0 1px 0; |
|
52 |
|
|
53 |
*/ |
|
54 |
border: none; |
|
55 |
} |
|
56 |
||
57 |
#header_controls { |
|
| 26 | 58 |
margin-top: 2px; |
| 0 | 59 |
float: right; |
60 |
} |
|
61 |
||
| 61 | 62 |
#header_left { |
63 |
margin-top: 2px; |
|
64 |
} |
|
65 |
||
| 0 | 66 |
#content { |
67 |
|
|
68 |
} |
|
69 |
||
70 |
#menu { |
|
71 |
float: left; |
|
72 |
width: 20%; |
|
73 |
} |
|
74 |
||
75 |
#main { |
|
76 |
float: right; |
|
77 |
width: 79%; |
|
78 |
} |
|
79 |
||
80 |
/****************/ |
|
81 |
.text-buttons { |
|
82 |
float: right; |
|
83 |
} |
|
84 |
||
85 |
.float-right { |
|
86 |
float: left; |
|
87 |
} |
|
88 |
||
89 |
.text-buttons ul { |
|
90 |
margin-top: 0px; |
|
91 |
margin-bottom: 0px; |
|
92 |
} |
|
93 |
||
94 |
.text-buttons ul li { |
|
95 |
display: inline; |
|
96 |
} |
|
97 |
||
98 |
ul.text-tabs li { |
|
99 |
display: inline; |
|
100 |
} |
|
101 |
||
102 |
.text-form td, .wizard-form td { |
|
103 |
vertical-align: center; |
|
104 |
} |
|
105 |
||
106 |
.text-form td.label, .wizard-form td.label { |
|
107 |
font-weight: bold; |
|
108 |
/*font-size: 108%;*/ |
|
109 |
float: right; |
|
110 |
margin-right: 0.5em; |
|
111 |
padding-top: 0.8em; |
|
112 |
text-align:right; |
|
113 |
} |
|
114 |
||
115 |
.version_item-selected a,.version_item a,.diff_item a,.version_item-diff_selected a,.diff_item-selected a,.version_item-diff_selected_2 a,.version_item-diff_selected_1 a |
|
116 |
{ |
|
117 |
text-decoration: none; |
|
118 |
} |
|
119 |
||
120 |
.version_item { |
|
121 |
padding-left: 10px; |
|
122 |
padding-right: 10px; |
|
123 |
background: #BBB; |
|
124 |
border: 1px solid #AAA; |
|
125 |
} |
|
126 |
||
127 |
.version_item-diff_selected { |
|
128 |
padding-left: 10px; |
|
129 |
padding-right: 10px; |
|
130 |
/*background: #EEE;*/ |
|
131 |
border: 1px solid #333; |
|
132 |
} |
|
133 |
||
134 |
.version_item-selected { |
|
135 |
padding-left: 10px; |
|
136 |
padding-right: 10px; |
|
137 |
/*background: #FFF;*/ |
|
138 |
border: 1px solid #F00; |
|
139 |
} |
|
140 |
||
141 |
.diff_item-selected a { |
|
142 |
color: red; |
|
143 |
} |
|
144 |
||
145 |
.diff_item { |
|
146 |
|
|
147 |
} |
|
148 |
||
149 |
ins,ins p { |
|
150 |
background: #bfb |
|
151 |
} |
|
152 |
||
153 |
del,ins p { |
|
154 |
background: #fcc |
|
155 |
} |
|
156 |
||
157 |
ins,del { |
|
158 |
text-decoration: none |
|
159 |
} |
|
160 |
||
161 |
/* diff table */ |
|
162 |
table.diff { |
|
163 |
border: medium none; |
|
164 |
border-spacing: 4px; |
|
165 |
width: 98%; |
|
166 |
} |
|
167 |
||
168 |
table.diff th,table.diff td { |
|
169 |
border: 1px solid transparent; |
|
170 |
padding: 0.1em; |
|
171 |
} |
|
172 |
||
173 |
.diff-lineno { |
|
174 |
font-weight: bold; |
|
175 |
} |
|
176 |
||
177 |
.diff-context { |
|
178 |
background-color: #EEEEEE; |
|
179 |
} |
|
180 |
||
181 |
.diff-addedline { |
|
182 |
background-color: #CCFFCC; |
|
183 |
width: 42%; |
|
184 |
} |
|
185 |
||
186 |
.diff-marker { |
|
187 |
font-size: 120%; |
|
188 |
text-align: center; |
|
189 |
width: 5%; |
|
190 |
} |
|
191 |
||
192 |
.diff-separator { |
|
193 |
width: 5%; |
|
194 |
} |
|
195 |
||
196 |
.diff-deletedline { |
|
197 |
background-color: #FFFFAA; |
|
198 |
width: 42%; |
|
199 |
} |
|
200 |
||
201 |
.diff-head { |
|
202 |
text-align: center; |
|
203 |
font-weight: bold; |
|
204 |
} |
|
205 |
||
206 |
/* /diff table */ |
|
207 |
.error input[type="text"],.error input[type="password"],.error textarea |
|
208 |
{ |
|
209 |
border: 1px solid #FF0000; |
|
210 |
} |
|
211 |
||
212 |
table.wide_form { |
|
213 |
width: 100%; |
|
214 |
} |
|
215 |
||
216 |
table.wide_form td { |
|
217 |
padding-top: 0.9em; |
|
218 |
} |
|
219 |
||
220 |
table.small_form { |
|
221 |
width: 70%; |
|
222 |
margin-left: auto; |
|
223 |
margin-right: auto; |
|
224 |
} |
|
225 |
||
226 |
table.small_form td { |
|
227 |
padding-top: 0.9em; |
|
228 |
} |
|
229 |
||
230 |
.small_form input[type="text"], .small_form input[type="password"], .small_form textarea { |
|
231 |
width:150px; |
|
232 |
} |
|
233 |
||
234 |
input[type="checkbox"] { |
|
235 |
margin-top: 5px; |
|
236 |
} |
|
237 |
||
238 |
.error-text { |
|
239 |
color: #FF0000; |
|
240 |
} |
|
241 |
||
242 |
ul.errorlist li { |
|
243 |
display: inline; |
|
244 |
} |
|
245 |
||
246 |
/* form style */ |
|
247 |
/* |
|
248 |
.text-form { |
|
249 |
padding: 10px; |
|
250 |
} |
|
251 |
*/ |
|
252 |
||
253 |
.wizard-form { |
|
| 63 | 254 |
/*background-color: #F7F7F7;*/ |
| 0 | 255 |
border: 1px solid #D7D7D7; |
256 |
padding: 10px; |
|
257 |
} |
|
258 |
||
259 |
input[type="submit"], input[type="button"] { |
|
260 |
background-color: #389845; |
|
261 |
border-color: #D5EADE #0D5B21 #0D5B24 #D8EADD; |
|
262 |
border-style: solid; |
|
263 |
border-width: 1px; |
|
264 |
color: #FFFFFF; |
|
265 |
font-family: "lucida grande", tahoma, verdana, arial, sans-serif; |
|
266 |
font-size: 11px; |
|
267 |
padding: 2px 15px 3px; |
|
268 |
} |
|
269 |
||
270 |
input[disabled=""], input[disabled="disabled"] { |
|
271 |
background-color: #EDEDED; |
|
272 |
border-color: #D5EADE #BBB1A7 #BBB1A7 #D8EADD; |
|
273 |
color: #B1A5AB; |
|
274 |
} |
|
275 |
||
| 61 | 276 |
label, .label { |
| 0 | 277 |
color: #444; |
| 61 | 278 |
font-weight: bold; |
| 0 | 279 |
} |
280 |
||
281 |
input[type="text"],input[type="password"],textarea { |
|
282 |
border: 1px solid #96D8A8; |
|
283 |
font-family: "lucida grande", tahoma, verdana, arial, sans-serif; |
|
284 |
font-size: 11px; |
|
285 |
padding: 3px; |
|
286 |
width: 450px; |
|
287 |
} |
|
288 |
||
289 |
UIMediaButton_Container { |
|
290 |
color: #777777; |
|
291 |
display: block; |
|
292 |
text-decoration: none; |
|
293 |
} |
|
294 |
||
295 |
.UIMediaButton_Container .UIMediaButton_top_row { |
|
296 |
height: 100%; |
|
297 |
} |
|
298 |
||
299 |
.UIMediaButton_Container .UIMediaButton_tl { |
|
300 |
background: transparent url(../img/new_media_button.png) |
|
301 |
no-repeat scroll left top; |
|
302 |
height: 11px; |
|
303 |
width: 10px; |
|
304 |
} |
|
305 |
||
306 |
.UIMediaButton_Container .UIMediaButton_content { |
|
307 |
background: transparent url(../img/new_media_button.png) |
|
308 |
no-repeat scroll -7px 0; |
|
309 |
vertical-align: bottom; |
|
310 |
} |
|
311 |
||
312 |
.UIMediaButton_Container .UIMediaButton_bottom { |
|
313 |
background: transparent url(../img/new_media_button.png) repeat |
|
314 |
scroll -7px bottom; |
|
315 |
} |
|
316 |
||
317 |
#UIMediaButton_plus { |
|
318 |
color: #333333; |
|
319 |
display: block; |
|
320 |
font-size: 11px; |
|
321 |
font-weight: bold; |
|
322 |
text-shadow: 0 1px 1px white; |
|
323 |
} |
|
324 |
||
325 |
.UIMediaButton_Container .UIMediaButton_tr { |
|
326 |
background: transparent url(../img/new_media_button.png) |
|
327 |
no-repeat scroll right top; |
|
328 |
height: 11px; |
|
329 |
width: 10px; |
|
330 |
} |
|
331 |
||
332 |
.UIMediaButton_Container .UIMediaButton_lower_row { |
|
333 |
height: 9px; |
|
334 |
} |
|
335 |
||
336 |
.UIMediaButton_Container .UIMediaButton_bl { |
|
337 |
background: transparent url(../img/new_media_button.png) |
|
338 |
no-repeat scroll left bottom; |
|
339 |
} |
|
340 |
||
341 |
.UIMediaButton_Container .UIMediaButton_br { |
|
342 |
background: transparent url(../img/new_media_button.png) |
|
343 |
no-repeat scroll right bottom; |
|
344 |
} |
|
345 |
||
346 |
.UIMediaButton_Container th,.UIMediaButton_Container td { |
|
347 |
border: none; |
|
348 |
padding: 1px; |
|
349 |
font-size: 11px; |
|
350 |
text-align: left; |
|
351 |
} |
|
352 |
||
353 |
.help_text { |
|
354 |
margin-top: 1px; |
|
355 |
margin-bottom: 1px; |
|
356 |
color: #555; |
|
357 |
font-size: 11px; |
|
358 |
} |
|
359 |
||
360 |
.td_right { |
|
361 |
text-align: right; |
|
362 |
vertical-align: top; |
|
363 |
width: 25%; |
|
364 |
} |
|
365 |
||
366 |
.td_right label { |
|
367 |
float: right; |
|
368 |
} |
|
369 |
||
370 |
.copy_link { |
|
371 |
font-family: monospace; |
|
372 |
} |
|
373 |
||
374 |
table th,table td { |
|
375 |
border: 0px; |
|
376 |
padding: 0.1em; |
|
377 |
} |
|
378 |
||
379 |
/* jquery custom overrides */ |
|
380 |
||
381 |
#main-tabs, #text-tabs { |
|
| 26 | 382 |
margin-top: 10px; |
| 0 | 383 |
border : none ; |
384 |
padding : 0 ; |
|
385 |
} |
|
386 |
#main-tabs .ui-widget-header, #text-tabs .ui-widget-header { |
|
387 |
background : none ; |
|
388 |
border : none ; |
|
389 |
} |
|
390 |
||
391 |
#main-tabs ul li, #text-tabs ul li {/* override YUI's base for jquery tabs */ |
|
392 |
list-style: none; |
|
393 |
} |
|
394 |
||
395 |
||
396 |
#main-tabs .ui-tabs-nav li a, #text-tabs .ui-tabs-nav li a { |
|
| 26 | 397 |
padding:0.3em 1.7em; |
| 0 | 398 |
} |
399 |
||
400 |
.text-meta { |
|
401 |
padding: 10px; |
|
402 |
} |
|
403 |
||
404 |
#text_history_timeline { |
|
405 |
line-height: 1.7em; |
|
406 |
} |
|
407 |
||
408 |
#footer { |
|
409 |
margin-top:10px; |
|
410 |
border-top:1px solid #DDDDDD; |
|
411 |
line-height: 0.6em; |
|
412 |
} |
|
413 |
||
414 |
#footer ul { |
|
415 |
margin-top:10px; |
|
416 |
text-align:right; |
|
417 |
} |
|
418 |
||
| 160 | 419 |
#comentlink:hover { |
| 0 | 420 |
color:#EB5700; |
421 |
text-decoration:underline; |
|
422 |
} |
|
423 |
||
| 160 | 424 |
#comentlink, #comentlink:visited { |
| 0 | 425 |
color:#EB5700; |
426 |
text-decoration:none; |
|
427 |
} |
|
428 |
||
429 |
.ui-widget-content { |
|
430 |
border-left:0; |
|
431 |
border-right:0; |
|
432 |
border-bottom:0; |
|
433 |
} |
|
434 |
||
435 |
.ui-widget-content a { |
|
436 |
color:#00F; |
|
437 |
} |
|
438 |
||
| 160 | 439 |
.footlinks { |
440 |
padding-top: 10px; |
|
441 |
} |
|
442 |
||
443 |
.navlinks { |
|
444 |
padding:0em 0.5em 0 0; |
|
| 0 | 445 |
white-space:nowrap; |
446 |
} |
|
| 160 | 447 |
.navright { |
448 |
float:right; |
|
449 |
} |
|
| 0 | 450 |
|
451 |
a.title { |
|
452 |
color:#000; |
|
453 |
text-decoration: none; |
|
454 |
} |
|
455 |
||
456 |
a.title:hover { |
|
457 |
text-decoration: underline; |
|
458 |
} |
|
459 |
||
460 |
.hidden { |
|
461 |
display: none; |
|
462 |
} |
|
463 |
||
464 |
.align-mid { |
|
465 |
vertical-align:middle; |
|
466 |
} |
|
467 |
||
468 |
/* workspace design */ |
|
469 |
.dash_table { |
|
470 |
border:1px solid #DFDFDF; |
|
471 |
width:100%; |
|
472 |
} |
|
473 |
||
474 |
.dash_table:hover { |
|
475 |
border:1px solid #B9B9B9; |
|
476 |
} |
|
477 |
||
478 |
.dash_table:hover th { |
|
479 |
background-color: #E9E9E9; |
|
480 |
} |
|
481 |
||
482 |
.dash_table th { |
|
483 |
line-height:1.3em; |
|
484 |
padding:7px 7px 8px; |
|
485 |
text-align:left; |
|
486 |
border-bottom:1px solid #DFDFDF; |
|
487 |
background-color:#F3F3F3; |
|
488 |
font-weight: normal; |
|
489 |
} |
|
490 |
||
491 |
.dash_table th .em { |
|
492 |
font-weight: bold; |
|
493 |
} |
|
494 |
.dash_table td, .dash_table th { |
|
495 |
font-size:11px; |
|
496 |
vertical-align:text-top; |
|
497 |
} |
|
498 |
||
499 |
.dash_table td { |
|
500 |
padding:7px 7px 5px; |
|
501 |
} |
|
502 |
||
503 |
.dash_table .dash_action { |
|
504 |
padding-left:20px; |
|
505 |
padding-top:5px; |
|
506 |
} |
|
507 |
||
508 |
.large_table td, .large_table th { |
|
509 |
border-bottom-style:solid; |
|
510 |
border-bottom-width:1px; |
|
511 |
font-size:11px; |
|
512 |
vertical-align:text-top; |
|
513 |
} |
|
514 |
||
515 |
.large_table th { |
|
516 |
line-height:1.3em; |
|
517 |
padding:7px 7px 8px; |
|
518 |
text-align:left; |
|
519 |
} |
|
520 |
||
521 |
.large_table td, .large_table th { |
|
522 |
border-bottom-style:solid; |
|
523 |
border-bottom-width:1px; |
|
524 |
font-size:11px; |
|
525 |
vertical-align:text-top; |
|
526 |
} |
|
527 |
||
528 |
.large_table td.all_border, .large_table th.all_border { |
|
529 |
border:1px solid #DFDFDF; |
|
530 |
} |
|
531 |
||
532 |
.large_table td.no_border, .large_table th.no_border { |
|
533 |
border:none; |
|
534 |
background-color:#FFFFFF; |
|
535 |
} |
|
536 |
||
537 |
.large_table { |
|
538 |
width: 100%; |
|
539 |
} |
|
540 |
||
541 |
#dashboard .large_table { |
|
542 |
border: none; |
|
543 |
} |
|
544 |
||
545 |
.large_table td { |
|
546 |
padding:7px 7px 5px; |
|
547 |
vertical-align:top; |
|
548 |
} |
|
549 |
||
550 |
.large_table thead tr, .header_like { |
|
551 |
background-color:#F3F3F3; |
|
552 |
} |
|
553 |
||
554 |
.header_like { |
|
555 |
font-weight:bold; |
|
556 |
} |
|
557 |
||
558 |
.large_table td, .large_table th { |
|
559 |
border-color:#DFDFDF; |
|
560 |
} |
|
561 |
||
562 |
.large_table { |
|
563 |
border: 1px solid #DFDFDF; |
|
564 |
} |
|
565 |
||
566 |
.large_table .even { |
|
567 |
background-color: #F9F9F9; |
|
568 |
} |
|
569 |
||
570 |
.large_table .selected { |
|
571 |
background-color: #FFFFCC; |
|
572 |
} |
|
573 |
||
574 |
.large_table .hover { |
|
575 |
background-color: #F5F5F5; |
|
576 |
} |
|
577 |
||
578 |
.small-info { |
|
579 |
font-size: 90%; |
|
580 |
color:#6A6969; |
|
581 |
} |
|
582 |
||
583 |
input[type="text"].small { |
|
584 |
width:200px; |
|
585 |
} |
|
586 |
||
587 |
.required_star { |
|
588 |
color: red; |
|
589 |
} |
|
590 |
||
591 |
a { |
|
592 |
text-decoration: none; |
|
593 |
} |
|
594 |
||
595 |
a:hover { |
|
596 |
text-decoration:underline; |
|
597 |
} |
|
598 |
||
599 |
.ui-tabs .ui-tabs-panel { |
|
600 |
background:transparent none repeat scroll 0 0; |
|
601 |
border-width:1px; |
|
602 |
display:block; |
|
603 |
padding:1em 1.4em; |
|
604 |
} |
|
605 |
||
606 |
.tab-meta { |
|
607 |
padding: 10px; |
|
608 |
} |
|
609 |
||
610 |
th.check-column { |
|
611 |
width:2.2em; |
|
612 |
} |
|
613 |
||
614 |
.large_table input[type="checkbox"] { |
|
615 |
padding:0px; |
|
616 |
margin:0px; |
|
617 |
} |
|
618 |
||
619 |
/* sort */ |
|
620 |
a.sort_up, a.sort_down, a.sort_disable { |
|
621 |
text-decoration:none; |
|
622 |
color: #000; |
|
623 |
} |
|
624 |
||
625 |
a.sort_up:hover, a.sort_down:hover, a.sort_disable:hover { |
|
626 |
text-decoration:none; |
|
627 |
color: #666; |
|
628 |
} |
|
629 |
||
630 |
.sort_up { |
|
631 |
background:url(../img/icon_sort_up.gif) center right no-repeat; |
|
632 |
padding:0 16px 0 0; |
|
633 |
white-space:nowrap; |
|
634 |
} |
|
635 |
||
636 |
.sort_down { |
|
637 |
background:url(../img/icon_sort_down.gif) center right no-repeat; |
|
638 |
padding:0 16px 0 0; |
|
639 |
white-space:nowrap; |
|
640 |
} |
|
641 |
||
642 |
.sort_disable { |
|
643 |
background:url(../img/icon_sort_disable.gif) center right no-repeat; |
|
644 |
padding:0 16px 0 0; |
|
645 |
white-space:nowrap; |
|
646 |
} |
|
647 |
||
648 |
/* end sort */ |
|
649 |
||
650 |
||
651 |
h1.main_title { |
|
| 61 | 652 |
margin-top:0em; |
| 0 | 653 |
margin-bottom:0em; |
654 |
} |
|
655 |
||
656 |
h1.main_title_text { |
|
657 |
margin-top:0.0em; |
|
658 |
margin-bottom:0em; |
|
659 |
} |
|
660 |
||
661 |
.breadcrumbs { |
|
662 |
font-size: 77%; |
|
663 |
} |
|
664 |
||
665 |
.main_object_title { |
|
666 |
font-weight: bold; |
|
667 |
} |
|
668 |
||
669 |
ul.sub_list { |
|
670 |
margin:0em 0em 1em 0em; |
|
671 |
} |
|
672 |
||
673 |
ul.sub_list li{ |
|
674 |
display: inline; |
|
675 |
} |
|
676 |
||
677 |
ul.sub_list li.active_sub { |
|
678 |
font-weight: bold; |
|
679 |
} |
|
680 |
||
681 |
.text-buttons .ui-state-default, .text-buttons .ui-widget-content .ui-state-default { |
|
682 |
background:0; |
|
683 |
} |
|
684 |
||
|
59
8a2d933209aa
BUG FIX : in text history tab text view frame now expands to maximum
reno
parents:
38
diff
changeset
|
685 |
#autoexpand_text_view_frame_container { /* cf .ui-widget-content */ |
| 0 | 686 |
border:1px solid #AAAAAA; |
687 |
} |
|
688 |
||
689 |
.message { |
|
690 |
background-color: #B5C8C8; |
|
691 |
/*#4AC85A;*/ |
|
692 |
padding: 5px; |
|
693 |
border: 1px solid #94B6C8; |
|
694 |
} |
|
695 |
||
696 |
.large_table tr.no-border td, .large_table tr.no-border { |
|
697 |
border-left: 1px solid #FFF; |
|
698 |
border-right: 1px solid #FFF; |
|
699 |
border-top: 1px solid #FFF; |
|
700 |
} |
|
701 |
||
702 |
.large_table tr.full-border td { |
|
703 |
border-top: 1px solid #DFDFDF; |
|
704 |
border-bottom: 1px solid #DFDFDF; |
|
705 |
} |
|
706 |
||
707 |
.large_table tr.no-border-bottom td { |
|
708 |
border-bottom: 1px solid #FFF; |
|
709 |
} |
|
710 |
||
711 |
.non_active { |
|
712 |
color: #999; |
|
713 |
} |
|
714 |
||
715 |
.hidden { position:absolute; top:0; left:-9999px; width:1px; height:1px; overflow:hidden; } |
|
716 |
|
|
717 |
.fg-button { clear:left; margin:0 4px 40px 20px; padding: .1em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; } |
|
718 |
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; } |
|
719 |
button.fg-button { width:auto; overflow:visible; } /* removes extra button width in IE */ |
|
720 |
|
|
721 |
.fg-button-icon-left { padding-left: 1.5em; } |
|
722 |
.fg-button-icon-right { padding-right: 1.5em; } |
|
723 |
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; } |
|
724 |
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; } |
|
725 |
.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; } /* solo icon buttons must have block properties for the text-indent to work */ |
|
726 |
|
|
727 |
.fg-button.ui-state-loading .ui-icon { background: url(spinner_bar.gif) no-repeat 0 0; } |
|
728 |
||
729 |
a.tip { |
|
730 |
color:#000; |
|
731 |
padding-right: 18px; |
|
732 |
background: transparent url(../img/question_mark_grey.gif) no-repeat scroll right center; |
|
733 |
} |
|
734 |
||
735 |
a.tip:hover { |
|
736 |
text-decoration:none; |
|
737 |
} |
|
738 |
||
739 |
.metadata { |
|
740 |
color: #555; |
|
741 |
} |
|
742 |
||
743 |
#login_container { |
|
744 |
padding:34px 150px 50px; |
|
745 |
} |
|
746 |
||
747 |
.underline_border { |
|
748 |
font-weight:bold; |
|
749 |
border-bottom:1px solid #CCCCCC; |
|
750 |
padding-bottom: 10px; |
|
751 |
margin-bottom: 15px; |
|
752 |
} |
|
753 |
||
754 |
||
755 |
ul.dashlog_list { |
|
756 |
margin-left:0; |
|
757 |
} |
|
758 |
li.dashlog_item { |
|
759 |
list-style-type: none; |
|
760 |
margin-bottom: 13px; |
|
761 |
} |
|
762 |
||
763 |
.dashlog_img { |
|
764 |
float:left; |
|
765 |
padding-right: 6px; |
|
766 |
} |
|
767 |
.dashlog_data { |
|
768 |
} |
|
769 |
||
770 |
.dashlog_metadata { |
|
771 |
font-size: 77%; |
|
772 |
color: #999999; |
|
773 |
} |
|
774 |
||
775 |
.view_options { |
|
776 |
font-weight:normal; |
|
777 |
padding-left:10px; |
|
778 |
} |
|
779 |
||
780 |
.view_options input[type="checkbox"] { |
|
781 |
vertical-align: middle; |
|
782 |
} |
|
783 |
||
784 |
.spark { |
|
785 |
text-align:center; |
|
786 |
} |
|
787 |
||
788 |
.mod_actions a { |
|
789 |
color: #FF8000; |
|
790 |
} |
|
791 |
||
792 |
textarea { |
|
793 |
width:650px ; |
|
794 |
} |
|
795 |
||
796 |
dl dt { |
|
797 |
font-weight: bold; |
|
798 |
} |
|
799 |
||
800 |
dl dd { |
|
801 |
padding-bottom: 1em; |
|
| 34 | 802 |
} |
803 |
||
804 |
#paginator { |
|
805 |
font-weight: bold; |
|
| 38 | 806 |
} |
807 |
||
808 |
a.tag { |
|
809 |
color: #474747; |
|
810 |
} |
|
811 |
||
| 63 | 812 |
.title_first { |
813 |
margin-top: 0em; |
|
814 |
} |