Changeset 324:ce27b36fcda8
- Timestamp:
- 09/09/09 12:11:24 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@325
- Message:
-
updated
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r294
|
r324
|
|
| 371 | 371 | } |
| 372 | 372 | |
| 373 | | |
| 374 | 373 | /* Result page */ |
| 375 | 374 | #observations { |
| … |
… |
|
| 387 | 386 | color:white |
| 388 | 387 | } |
| | 388 | #observations div.observer h2 a { |
| | 389 | font-size: 0.9em; |
| | 390 | color:white; |
| | 391 | } |
| | 392 | #observations div.observer h2 a:hover { |
| | 393 | color:white; |
| | 394 | } |
| 389 | 395 | #observations div.observer h2 span.name { |
| 390 | 396 | font-style: italic; |
| … |
… |
|
| 423 | 429 | border-bottom:1px solid #CCCCCC; |
| 424 | 430 | } |
| 425 | | #observations h4 span { |
| 426 | | font-weight: bold; |
| 427 | | } |
| 428 | | #observations h4 { |
| | 431 | #observations td.uri { |
| 429 | 432 | background-color:#EEEEEE; |
| 430 | 433 | padding:0.4em; |
| 431 | | border:1px solid #CCCCCC; |
| 432 | | border-top-width:0; |
| 433 | | border-left-width:0; |
| | 434 | } |
| | 435 | #observations td.uri span { |
| | 436 | font-weight: bold; |
| 434 | 437 | } |
| 435 | 438 | #observations table { |
| … |
… |
|
| 445 | 448 | padding:3px 6px; |
| 446 | 449 | } |
| 447 | | #observations td.linenumber { |
| | 450 | #observations td.linenumber, #observations td.colnumber { |
| 448 | 451 | background-color:#E1E1E1; |
| 449 | 452 | text-align:right; |
| 450 | | width:3.5em; |
| 451 | | font-size:0.9em; |
| | 453 | width:1.7em; |
| | 454 | font-size:0.8em; |
| | 455 | border-right: 1px solid #CCCCCC; |
| 452 | 456 | } |
| 453 | 457 | #observations td.codeContext { |
| 454 | 458 | background-color:#F1F1F1; |
| 455 | | width:15%; |
| 456 | | font-size:0.8em; |
| 457 | | } |
| 458 | | #observations div.info-section td.codeContext { |
| 459 | | width:auto; |
| | 459 | font-size:0.8em; |
| 460 | 460 | } |
| 461 | 461 | #observations code { |
| … |
… |
|
| 472 | 472 | border-left:6px solid #FFB1A7 !important; |
| 473 | 473 | } |
| 474 | | |
| 475 | 474 | |
| 476 | 475 | /* Specific result styles */ |