From ad2b69284f060c13491aa4451ad6e2a5b8e8522d Mon Sep 17 00:00:00 2001 From: aelassas Date: Sun, 15 Dec 2024 02:37:23 +0100 Subject: [PATCH] Fix search-form.css --- frontend/src/assets/css/search-form.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/frontend/src/assets/css/search-form.css b/frontend/src/assets/css/search-form.css index 7d8aabf35..23b073e8e 100644 --- a/frontend/src/assets/css/search-form.css +++ b/frontend/src/assets/css/search-form.css @@ -12,6 +12,7 @@ form.home-search-form .btn-search { border-radius: 5px; margin: 0; white-space: nowrap; + background: #212121; } form.home-search-form .btn-search:hover, @@ -25,6 +26,7 @@ form.home-search-form .chk-same-location { font-weight: 400; line-height: 1.4em; font-size: 0.9em; + user-select: none; } form.home-search-form .chk-same-location label { @@ -37,14 +39,6 @@ form.home-search-form .chk-same-location input[type='checkbox'] { cursor: pointer; } -form.home-search-form .chk-same-location { - user-select: none; -} - -form.home-search-form .btn-search { - background: #212121; -} - @media only screen and (width <=960px) { form.home-search-form { display: flex; @@ -62,7 +56,7 @@ form.home-search-form .btn-search { padding: 10px; } - form.home-search-form .chk-same-location{ + form.home-search-form .chk-same-location { align-self: flex-start; margin-left: 10px; } @@ -100,6 +94,10 @@ form.home-search-form .btn-search { height: 66px; } + form.home-search-form .drop-off-location>.multiple-select { + width: 348px; + } + form.home-search-form .from, form.home-search-form .to { display: table-cell;