X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3445f447cd24dee77b341b8a97196024e3ee8ec0..2184e6310a21933315064f845a0e4c0cb99d63bf:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 078674a11..6dceef868 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -383,6 +383,7 @@ h2 { #map { margin: 0px; + border: 0px; padding: 0px; } @@ -887,6 +888,10 @@ p#contributorGuidance { /* Rules for the account settings page */ +#accountForm { + margin-top: 20px; +} + #accountForm td { padding-bottom: 10px; } @@ -971,6 +976,14 @@ p#contributorGuidance { font-weight: bold; } +.inbox-row .inbox-mark-read { + display: none; +} + +.inbox-row-unread .inbox-mark-unread { + display: none; +} + /* Rules for "flash" notice boxes shown at the top of the content area */ #error {