send email; manage notis and email logs

This commit is contained in:
Tóth Richárd
2018-10-23 21:56:06 +02:00
parent 85180a91b6
commit 7a24fdee51
14 changed files with 217 additions and 98 deletions

View File

@@ -174,6 +174,13 @@ td.create a {
font-size: 18px;
}
.list.noti {
display: flex;
}
a.addbutton.noti {
margin-left: 10px;
}
.list_item table.money {
width: 100%;
@@ -387,6 +394,10 @@ table.log tr.delete:hover {
background-color: #f02a2a;
}
table.email.log tr:hover {
cursor: pointer;
}
.date_separator img {
width: 20px;
float: right;