X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3c4b20c16096d303780deea56fe274c04575bb63..3d0101698055c2928ce2658c2d6f82326e9fa67e:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 8df206477..4d53bd2ac 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -344,7 +344,7 @@ h2 { } #permalink a { - padding: 5px; + padding: 5px; } /* Rules for edit menu */ @@ -384,7 +384,6 @@ h2 { #sidebar { display: none; position: absolute; - border: 1px solid #888; margin: 0px; padding: 0px; width: 30%; @@ -405,11 +404,10 @@ h2 { #sidebar .sidebar_title { margin: 0px; - padding: 3px 6px; + padding: 3px 6px 4px 6px; height: 29px; font-size: 14px; line-height: 15px; - border-bottom: 1px solid #888; background: #bbb; } @@ -443,9 +441,8 @@ h2 { .search_results_heading { margin: 0px; padding: 2px 5px; - border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; - background: #eee; + font-weight: bold; } .search_results_entry { @@ -519,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; @@ -533,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%; } @@ -722,6 +719,7 @@ table.browse_details th { position: relative; width: 90%; height: 400px; + border: 1px solid #ccc; display: none; } @@ -825,6 +823,7 @@ p#contributorGuidance { position: relative; width: 500px; height: 400px; + border: 1px solid #ccc; } #accountImage td { @@ -853,6 +852,7 @@ p#contributorGuidance { position: relative; width: 400px; height: 400px; + border: 1px solid #ccc; } .user_view .user_map p#no_home_location {