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