diff options
author | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 17:01:44 +0100 |
---|---|---|
committer | Raphael Kabo <raphaelkabo@hey.com> | 2024-05-26 17:01:44 +0100 |
commit | 36bf3611026db0722e94050495fbf17f33479b61 (patch) | |
tree | 3472d313c11c3607d373b8dbaf171f086c7cd196 /public | |
parent | 0f6c06d3b37dbc277b211521a062223d96c540d0 (diff) |
De-emphasise editing buttons in public pages
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/style.css | 11 |
1 files changed, 5 insertions, 6 deletions
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; |