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