Changeset 638:8bceaed53aa8
- Timestamp:
- 10/05/09 10:50:45 (4 years ago)
- Author:
- tgambet
- Branch:
- default
- convert_revision:
- svn:cdcfb263-7567-472c-a848-e2c2df3466e7/trunk@639
- Message:
-
added rules for the language page
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r621
|
r638
|
|
| 373 | 373 | |
| 374 | 374 | /* Result page */ |
| 375 | | #observations { |
| | 375 | #observations, #translations { |
| 376 | 376 | font-size: 0.8em; |
| 377 | 377 | margin:1em 2.5em; |
| … |
… |
|
| 530 | 530 | background:url(../images/unicons_sprite.png) no-repeat 0 -35px; |
| 531 | 531 | } |
| 532 | | #observations table { |
| | 532 | #observations table, #translations table { |
| 533 | 533 | border-collapse:collapse; |
| 534 | 534 | width:100%; |
| 535 | 535 | } |
| 536 | | #observations table tr { |
| | 536 | #observations table tr, #translations table tr { |
| 537 | 537 | border-collapse:collapse; |
| 538 | 538 | border:1px solid #CCCCCC; |
| 539 | 539 | border-left-width: 0; |
| 540 | 540 | } |
| 541 | | #observations td, #observations th { |
| | 541 | #observations td, #observations th, #translations td, #translations th { |
| 542 | 542 | padding:3px 6px; |
| 543 | 543 | } |
| … |
… |
|
| 566 | 566 | border-left:6px solid #FFB1A7 !important; |
| 567 | 567 | } |
| 568 | | |
| | 568 | #translations table { |
| | 569 | border-left:1px solid #CCCCCC; |
| | 570 | } |
| | 571 | #translations thead th { |
| | 572 | background-color:#E1E1E1; |
| | 573 | } |
| | 574 | #translations th { |
| | 575 | background-color:#EEEEEE; |
| | 576 | text-align:center; |
| | 577 | } |
| | 578 | #translations th.property_name { |
| | 579 | padding:0.2em 0 0 !important; |
| | 580 | } |
| | 581 | #translations th p { |
| | 582 | text-align:left; |
| | 583 | background-color:#FFF; |
| | 584 | font-size:xx-small; |
| | 585 | margin:0.5em 0 0; |
| | 586 | padding:0.5em 0.5em 0.4em; |
| | 587 | font-weight:normal; |
| | 588 | } |
| | 589 | #translations td.ok { |
| | 590 | background-color:#89E5A7; |
| | 591 | text-align:center; |
| | 592 | } |
| | 593 | #translations td.missing { |
| | 594 | background-color:#FF5555; |
| | 595 | text-align:center; |
| | 596 | } |
| | 597 | #translations th { |
| | 598 | font-weight:bold; |
| | 599 | } |
| 569 | 600 | /* Specific result styles */ |
| 570 | 601 | div#markup-validator td.info img, div#css-validator td.info img, div#css1-validator td.info img, div#css2-validator td.info img, div#css21-validator td.info img, div#css3-validator td.info img { |