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