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