X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/ada8b184ea9820b6bfa8926e97e809d4a9a5c44d..93c392cf5f7155a243cc6ebcab622be44dadc9ad:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 27fd53c72..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; }