Refactor notifications

This commit is contained in:
Skia
2016-12-10 00:06:17 +01:00
parent b53531c391
commit d92a706920
13 changed files with 203 additions and 114 deletions

View File

@ -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;