mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Refactor notifications
This commit is contained in:
@ -67,6 +67,7 @@ header form {
|
||||
display: none;
|
||||
position: fixed;
|
||||
background: lightgrey;
|
||||
text-align: center;
|
||||
}
|
||||
#notif li:hover {
|
||||
background: #bcc;
|
||||
@ -289,6 +290,11 @@ tbody>tr:hover {
|
||||
margin: 2px auto;
|
||||
display: block;
|
||||
}
|
||||
#notifications li {
|
||||
padding: 5px;
|
||||
margin: 2px;
|
||||
list-style: none;
|
||||
}
|
||||
#moderation div {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
|
Reference in New Issue
Block a user