diff options
author | Raphael <raphaelkabo@gmail.com> | 2019-08-03 14:41:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-03 14:41:20 +0100 |
commit | c20e4eec5566b677b063a69b6bb2e01ca82f9e76 (patch) | |
tree | 6b8afef749facb7d6b1d9018c50374bd68c30b1c /public | |
parent | 007a4a439bee628d190cefd306c877e7951e9ff3 (diff) | |
parent | 58bc73ad03998597b2611a20dfba9a4b74b420c9 (diff) |
Merge pull request #5 from lowercasename/attendee-removal
Attendee removal
Diffstat (limited to 'public')
-rwxr-xr-x | public/css/style.css | 10 |
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; +} |