X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3445f447cd24dee77b341b8a97196024e3ee8ec0..e83fba2b4786c8ade4472342758f0487272e6874:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 078674a11..e309e2ed7 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; } @@ -659,6 +660,7 @@ h2 { bottom: 0px; left: 0px; right: 0px; + overflow: hidden; } /* Rules for the changeset list shown by the history tab etc */ @@ -887,6 +889,10 @@ p#contributorGuidance { /* Rules for the account settings page */ +#accountForm { + margin-top: 20px; +} + #accountForm td { padding-bottom: 10px; } @@ -971,6 +977,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 {