From fd018d54b38c89426bd7ff9b42203b8475c16db8 Mon Sep 17 00:00:00 2001 From: lowercasename Date: Sat, 24 Aug 2019 11:48:55 +0100 Subject: Some tweaks to event page display --- public/css/style.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/css/style.css b/public/css/style.css index ed755e3..3793e8f 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -140,10 +140,14 @@ body, html { margin-bottom: 0.8em; } -.eventInformation > li > .eventInformationAction { +#copyEventLink { margin-left: 5px; } +.eventInformationAction:not(#copyEventLink) { + margin-top: 0.25rem; +} + .commentContainer { background: #fafafa; border-radius: 5px; @@ -239,11 +243,19 @@ body, html { height: 2.25rem !important; } -#removeAttendee { +.attendee-name { + white-space: nowrap; + overflow: hidden; + text-overflow: ""; + overflow: hidden; + max-width: 62px; +} + +.remove-attendee { color: #fff; } -#removeAttendee:hover { +.remove-attendee:hover { color: #016418; } -- cgit v1.2.3