From c88cac4b55dccf6c5dcd7d942b7eb7ea0ecb517f Mon Sep 17 00:00:00 2001 From: Anton Khorev Date: Sat, 13 Apr 2024 02:51:27 +0300 Subject: [PATCH] Move search form css to correct section --- app/assets/stylesheets/common.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 { -- 2.45.1