summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css11
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;