Zeile 97: |
Zeile 97: |
| | | |
| code { | | code { |
− | display: table; | + | display: inline-block; |
| margin: 1em 0; | | margin: 1em 0; |
| padding: 0.3em 0.5em; | | padding: 0.3em 0.5em; |
Zeile 257: |
Zeile 257: |
| | | |
| .last-modified-bar.active { | | .last-modified-bar.active { |
− | background-color: #005490; | + | background-color: #005490 !important; |
| } | | } |
| | | |
Zeile 391: |
Zeile 391: |
| | | |
| .colored-text { | | .colored-text { |
− | color: #e6a817; | + | font-family: 'NotoSans-Bold','Helvetica Neue',Helvetica,Arial,sans-serif; |
| + | color: #e6a817; |
| } | | } |
| | | |
Zeile 520: |
Zeile 521: |
| | | |
| .main-table code { | | .main-table code { |
− | display: block;
| |
| margin: 0.5em 0; | | margin: 0.5em 0; |
| } | | } |
Zeile 592: |
Zeile 592: |
| fieldset.flaggedrevs_reviewform { | | fieldset.flaggedrevs_reviewform { |
| margin: 1em 0 1em 0; | | margin: 1em 0 1em 0; |
− | padding: 0 1.5em 1.5em 1.5em; | + | padding: 1em 1.5em 1.5em 1.5em; |
| background-color: #faefd5; | | background-color: #faefd5; |
| border: #e6a817 1px solid; | | border: #e6a817 1px solid; |
Zeile 598: |
Zeile 598: |
| } | | } |
| | | |
− | select.fr-rating-option-1, #mw-fr-commentbox {
| + | .fr-rating-options { |
| + | display: block; |
| + | } |
| + | |
| + | .fr-rating-options select, #mw-fr-commentbox { |
| padding: 4px; | | padding: 4px; |
| background-color: #fff; | | background-color: #fff; |
| border: #e6a817 1px solid; | | border: #e6a817 1px solid; |
| border-radius: 2px; | | border-radius: 2px; |
| + | } |
| + | |
| + | .fr-rating-options label:before { |
| + | content: ""; |
| + | display: block; |
| + | width: 100%; |
| + | height: 0.5em; |
| } | | } |
| | | |
| .fr-comment-box { | | .fr-comment-box { |
− | margin-top: 0.75em; | + | margin-top: 0.25em; |
| + | } |
| + | |
| + | #mw-fr-confirmreview { |
| + | display: block; |
| } | | } |
| | | |
| #mw-fr-submit-accept, #mw-fr-submit-reject, #mw-fr-submit-unaccept, #mw-content-text input[type="submit"] { | | #mw-fr-submit-accept, #mw-fr-submit-reject, #mw-fr-submit-unaccept, #mw-content-text input[type="submit"] { |
− | margin-right: 0.5em; | + | display: block; |
| + | margin-top: 0.5em; |
| + | vertical-align: baseline; |
| padding: 4px 8px; | | padding: 4px 8px; |
| background-color: #e6a817; | | background-color: #e6a817; |
Zeile 629: |
Zeile 646: |
| margin-bottom: 1em; | | margin-bottom: 1em; |
| border: none; | | border: none; |
| + | } |
| + | |
| + | .catlinks { |
| + | border: 1px solid #dedfdf; |
| + | border-radius: 2px; |
| + | background-color: #efefef; |
| } | | } |
| | | |