From 31c4e2830ade156def01186da564b532ca96b5e9 Mon Sep 17 00:00:00 2001 From: Marco Nassabain Date: Sat, 20 Mar 2021 20:46:04 +0100 Subject: =?UTF-8?q?=F0=9F=A7=B9=20Cleanup=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marco Nassabain --- css/app.css | 26 ++++++++------------------ templates/part.content.php | 10 +++++----- 2 files changed, 13 insertions(+), 23 deletions(-) diff --git a/css/app.css b/css/app.css index 8d05e36e2..6e0124139 100644 --- a/css/app.css +++ b/css/app.css @@ -51,19 +51,6 @@ right: 0.5em; } -.dropbtn { - background-color: #4CAF50; - color: white; - padding: 16px; - font-size: 16px; - border: none; -} - -.dropdown { - position: relative; - display: inline-block; -} - .dropdown-content { position: absolute; background-color: #f1f1f1; @@ -91,10 +78,6 @@ background-color: #ddd; } -.dropdown:hover .dropbtn { - background-color: #3e8e41; -} - .compact-dropdown{ z-index: 1; } @@ -116,6 +99,13 @@ font-weight: bold; } -.right { +.dropdown-search-message { + margin-left: 2em; + font-size: 0.85em; +} + +.share-status-icon { + margin-top: 1.1em; + margin-right: 1em; float: right; } diff --git a/templates/part.content.php b/templates/part.content.php index cf6c71970..6a93c537f 100644 --- a/templates/part.content.php +++ b/templates/part.content.php @@ -91,9 +91,9 @@