From cc6ac96df25c909ec2a256b0a81fe91ce30ce0ce Mon Sep 17 00:00:00 2001 From: Raphael Kabo Date: Thu, 1 Aug 2019 18:22:08 +0100 Subject: Frontend timezone selection functionality --- public/css/style.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index 97838d6..ebbc375 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -237,3 +237,17 @@ body, html { white-space: nowrap; color: #6c757d; } + +.select2-container { + width: 100% !important; +} +.select2-selection__rendered { + line-height: 2.25rem !important; +} +.select2-container .select2-selection--single { + height: 2.25rem !important; +} +.select2-selection__arrow { + height: 2.25rem !important; +} + -- cgit v1.2.3 From c7469119b76fe63154a39131317d38644f6830ac Mon Sep 17 00:00:00 2001 From: lowercasename Date: Sat, 3 Aug 2019 14:31:37 +0100 Subject: Users can remove themselves, admins can remove all users from events --- public/css/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'public/css/style.css') diff --git a/public/css/style.css b/public/css/style.css index ebbc375..ec43118 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -251,3 +251,13 @@ body, html { height: 2.25rem !important; } +#removeAttendee { + position: absolute; + top: 110px; + left: 53px; + color: #fff; +} + +#removeAttendee:hover { + color: #c82333; +} -- cgit v1.2.3