From: Anton Khorev Date: Fri, 12 Apr 2024 23:51:27 +0000 (+0300) Subject: Move search form css to correct section X-Git-Tag: live~469^2 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c88cac4b55dccf6c5dcd7d942b7eb7ea0ecb517f?hp=-c Move search form css to correct section --- c88cac4b55dccf6c5dcd7d942b7eb7ea0ecb517f diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 629d26a81..7cd5d98ab 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -513,6 +513,12 @@ header .search_forms, display: none; } +.search_form { + .describe_location { + font-size: 10px; + } +} + /* Rules for search sidebar */ #sidebar .search_results_entry { @@ -811,12 +817,6 @@ tr.turn:hover { } } -.search_form { - .describe_location { - font-size: 10px; - } -} - /* Rules for user images */ img.user_image {