From a77cdad828935554712f3ff327c076f801aa7fe2 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Thu, 25 Feb 2021 00:25:43 +0100 Subject: =?UTF-8?q?=F0=9F=92=84=20Update=20dropdown=20style?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- css/app.css | 4 +++- templates/part.content.php | 15 ++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/css/app.css b/css/app.css index d2ed8e53d..8b9a8d2d8 100644 --- a/css/app.css +++ b/css/app.css @@ -90,7 +90,9 @@ } .contact-input{ - margin-left: 1.5em !important; + display: flex; + justify-content: space-between; + margin: 0.5em 1.5em; } .label-group{ diff --git a/templates/part.content.php b/templates/part.content.php index 3da58927d..01c116f7a 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -104,26 +104,27 @@ class="dropdown-content">

t('Share with users')) ?>

-
-
+ +
+
+
- -
-
-
t('No users found')) ?>
-- cgit v1.2.3