X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/88ef278548c5fe219778fa4639424a96db96c6fb..be56eb5bad761291029aef83249b8eab7a6cd5bc:/app/assets/stylesheets/common.css.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 794439530..caf9a8bfb 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -359,7 +359,7 @@ nav.secondary { color: $darkgrey; padding: 5px; - &:hover { color: darken($darkgrey, 10%); } + &:hover { color: darken($darkgrey, 25%); } } } @@ -1009,6 +1009,7 @@ header .search_form { #sidebar_content { .browse-section { padding: $lineheight/2 $lineheight; + border-bottom: 1px solid #ccc; h4:first-child { margin-top: 0; @@ -1514,7 +1515,7 @@ header .search_form { padding: $lineheight; margin-bottom: $lineheight; overflow: auto; - height: 10em; + height: 20em; } #decline { @@ -1523,11 +1524,6 @@ header .search_form { background: darken($lightblue, $hovercolor); } } - - .form-row { - margin: auto; - max-width: 370px; - } } /* Rules for the account settings page */ @@ -1870,7 +1866,6 @@ ul.secondary-actions { div.secondary-actions { padding: 10px; - border-top: 1px solid #ccc; text-align: center; }