X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c241c3c312c998c06a47417231abf5636159bb22..2e6852b1a6d1c33c139be82f26b0171a60a8e89a:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 04ee87d9f..a5ce30981 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -36,6 +36,8 @@ hr { height: 1px; } +/* Default rules for headings */ + h2 { margin: 5px 0; font-size: 25px; @@ -48,6 +50,8 @@ h2 { position: absolute; top: 0px; width: 185px; + font-size: 11px; + line-height: 12px; } /* Rules for the OpenStreetMap logo in the top left corner */ @@ -82,8 +86,6 @@ h2 { /* Rules for the introductory text displayed in the left sidebar to new users */ #intro { - font-size: 11px; - line-height: 12px; border-top: 1px solid #ccc; } @@ -130,7 +132,7 @@ h2 { /* Rules for the menu displayed in the left sidebar */ .left_menu { - padding: 10px; + padding: 5px; margin: 4px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; @@ -139,10 +141,6 @@ h2 { font-weight: bold; } -.left_menu td { - font-size: 12px; -} - .left_menu h1 { font-style: normal; font-size: 15px; @@ -183,8 +181,6 @@ h2 { padding: 5px; margin: 4px 0; border-top: 1px solid #ccc; - line-height: 15px; - font-size: 12px; } .optionalbox h1 { @@ -224,8 +220,6 @@ h2 { } .search_help { - font-size: 10px; - line-height: 15px; margin-top: 2px; margin-bottom: 0px; } @@ -325,6 +319,7 @@ h2 { } /* Rules for OpenLayers maps */ + #map { margin: 0px; padding: 0px; @@ -389,7 +384,6 @@ h2 { #sidebar { display: none; position: absolute; - border: 1px solid #888; margin: 0px; padding: 0px; width: 30%; @@ -410,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; } @@ -447,14 +440,13 @@ h2 { .search_results_heading { margin: 0px; - padding: 3px 6px; - border: 1px solid #ccc; - background: #ddd; + padding: 3px 5px; + background: #eee; } .search_results_entry { margin: 0px; - padding: 2px 6px; + padding: 2px 5px; } .search_results_error {