summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorlowercasename <raphaelkabo@gmail.com>2019-08-03 14:31:37 +0100
committerlowercasename <raphaelkabo@gmail.com>2019-08-03 14:31:37 +0100
commitc7469119b76fe63154a39131317d38644f6830ac (patch)
treeb1234458f349620c48c9f23d9247f6967ff06376 /public
parente4269caf3412a85d1f6b8578f8b708942826b387 (diff)
Users can remove themselves, admins can remove all users from events
Diffstat (limited to 'public')
-rwxr-xr-xpublic/css/style.css10
1 files changed, 10 insertions, 0 deletions
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;
+}