]> git.openstreetmap.org Git - rails.git/commitdiff
Move search form css to correct section
authorAnton Khorev <tony29@yandex.ru>
Fri, 12 Apr 2024 23:51:27 +0000 (02:51 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 12 Apr 2024 23:51:27 +0000 (02:51 +0300)
app/assets/stylesheets/common.scss

index 629d26a814be9bf633c582fbdd8dec12c99d47b4..7cd5d98ab3517dff2edef16e8416e5cfa96062dc 100644 (file)
@@ -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 {