From 36bf3611026db0722e94050495fbf17f33479b61 Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Sun, 26 May 2024 17:01:44 +0100 Subject: De-emphasise editing buttons in public pages --- public/css/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index dbe3bca..9a81967 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -441,6 +441,11 @@ ul#sidebar__nav a { flex-wrap: wrap; } +#event__actions #editEvent { + width: 100%; + margin-top: 16px; +} + .attendeesList > li { border: 4px solid #0ea130; border-radius: 2em; @@ -617,12 +622,6 @@ li.hidden-attendee .attendee-name { /* FORMS */ -#newEventFormContainer, -#importEventFormContainer, -#newEventGroupFormContainer { - display: none; -} - #icsImportLabel { overflow: hidden; text-overflow: ellipsis; -- cgit v1.2.3