send notifications manually

This commit is contained in:
Ricsi
2019-03-02 18:35:14 +00:00
parent 0bc4dfeb04
commit a1c4c27fcb
6 changed files with 250 additions and 103 deletions

View File

@@ -692,6 +692,24 @@ form#auto_filters > div > label {
display: inline;
}
.notification-text {
margin: -3px 0px 0px 20px;
padding: 3px 3px;
background-color: cadetblue;
}
.notification-text.in-progress {
background-color: #f5ea16;
}
.notification-text.success {
background-color: #26f329;
}
.notification-text.fail {
background-color: #f6625c;
}
@media (min-width: 680px) {
.categories {