X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/73b8e6f0ad8a6c3c97a646b842e27864d557a9db..1cef3c79e3b5bbef348c7029038e70b8da848f02:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 4a07e3659..4d53bd2ac 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -516,13 +516,6 @@ h2 { /* Rules for the main content area */ -body.site #content { - padding: 0px; - margin: 0px; - position: absolute; - bottom: 0px; -} - #content { padding: 10px; margin: 0px; @@ -530,6 +523,13 @@ body.site #content { bottom: 0px; } +#content.site_index, +#content.site_edit, +#content.site_export { + border: 0px; + padding: 0px; +} + #slim_container { width: 100%; } @@ -719,6 +719,7 @@ table.browse_details th { position: relative; width: 90%; height: 400px; + border: 1px solid #ccc; display: none; } @@ -822,6 +823,7 @@ p#contributorGuidance { position: relative; width: 500px; height: 400px; + border: 1px solid #ccc; } #accountImage td { @@ -850,6 +852,7 @@ p#contributorGuidance { position: relative; width: 400px; height: 400px; + border: 1px solid #ccc; } .user_view .user_map p#no_home_location {