Changeset 834:d235917623a6
- Timestamp:
- 10/20/09 16:46:31 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@835
- Message:
-
updated result page display
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r752
|
r834
|
|
| 431 | 431 | color:white; |
| 432 | 432 | } |
| 433 | | #observations div.observer h2 a.direct_link { |
| | 433 | #observations div.observer h2 a.direct_link, #observations td.codeContext a.direct_link { |
| 434 | 434 | height:0; |
| 435 | 435 | width:0; |
| … |
… |
|
| 440 | 440 | background:url(../images/unicons_sprite.png) no-repeat -22px -22px; |
| 441 | 441 | } |
| 442 | | #observations div.observer h2 a.direct_link:hover { |
| | 442 | #observations .codeContext a.direct_link { |
| | 443 | float:right; |
| | 444 | } |
| | 445 | #observations div.observer h2 a.direct_link:hover, #observations td.codeContext a.direct_link:hover { |
| 443 | 446 | background:url(../images/unicons_sprite.png) no-repeat -22px -35px; |
| 444 | 447 | } |
| … |
… |
|
| 473 | 476 | text-decoration:underline; |
| 474 | 477 | } |
| 475 | | #observations div.observer h2 span.icons a span.legend { |
| | 478 | #observations div.observer h2 span.icons a span.legend, #observations div.group span.legend { |
| 476 | 479 | display:inline-block; |
| 477 | 480 | overflow:hidden; |
| … |
… |
|
| 483 | 486 | margin-right:4px; |
| 484 | 487 | } |
| 485 | | #observations div.observer h2 span.icons a.infos span.legend { |
| | 488 | #observations div.observer h2 span.icons a.infos span.legend, #observations div.group span.legend.info { |
| 486 | 489 | background:url(../images/unicons_sprite.png) no-repeat 0 -48px; |
| 487 | 490 | } |
| 488 | | #observations div.observer h2 span.icons a.errors span.legend { |
| | 491 | #observations div.observer h2 span.icons a.errors span.legend, #observations div.group span.legend.error { |
| 489 | 492 | background:url(../images/unicons_sprite.png) no-repeat -18px -48px; |
| 490 | 493 | } |
| 491 | | #observations div.observer h2 span.icons a.warnings span.legend { |
| | 494 | #observations div.observer h2 span.icons a.warnings span.legend , #observations div.group span.legend.warning { |
| 492 | 495 | background:url(../images/unicons_sprite.png) no-repeat 0 -68px; |
| 493 | 496 | } |
| … |
… |
|
| 541 | 544 | } |
| 542 | 545 | #observations .results h3.pointer:hover { |
| 543 | | background-color:#f5f5f5; |
| | 546 | /*background-color:#f5f5f5;*/ |
| | 547 | background-color:#EEEEEE; |
| 544 | 548 | } |
| 545 | 549 | #observations td.uri { |
| … |
… |
|
| 598 | 602 | margin-top:0.5em; |
| 599 | 603 | } |
| | 604 | #observations .group table { |
| | 605 | margin-bottom:0.5em; |
| | 606 | } |
| | 607 | #observations .group .title { |
| | 608 | font-weight:bold; |
| | 609 | font-size:1.2em; |
| | 610 | } |
| | 611 | #observations .group .block { |
| | 612 | padding-left:1em; |
| | 613 | } |
| | 614 | #observations .group .block .block { |
| | 615 | border-left:1px dotted #CCCCCC; |
| | 616 | } |
| | 617 | #observations .group .block p { |
| | 618 | margin:1em 0; |
| | 619 | line-height:150%; |
| | 620 | } |
| | 621 | #observations .group .messages div.description { |
| | 622 | margin-top:0.3em; |
| | 623 | } |
| | 624 | #observations .group .messages div.description div { |
| | 625 | line-height:140%; |
| | 626 | } |
| | 627 | #observations .group .messages span.msg.desc { |
| | 628 | font-weight:bold; |
| | 629 | } |
| 600 | 630 | div.warnings td.level1 { |
| 601 | 631 | border-left:6px solid #f97c6e !important; |
| … |
… |
|
| 735 | 765 | font-size:0; |
| 736 | 766 | } |
| | 767 | div.group h3 span.arrow { |
| | 768 | background: url(../images/unicons_sprite.png) no-repeat -18px 0; |
| | 769 | margin-right:4px; |
| | 770 | } |
| | 771 | div.group h3.toggled span.arrow { |
| | 772 | background: url(../images/unicons_sprite.png) no-repeat -18px -11px; |
| | 773 | margin-right:4px; |
| | 774 | } |
| 737 | 775 | div.errors h3 span.arrow { |
| 738 | 776 | background: url(../images/unicons_sprite.png) no-repeat -18px 0; |