added alert box when emptpy posting

This commit is contained in:
Hendrik
2017-02-02 13:42:59 +01:00
parent 12d5e00731
commit d4d16661df
5 changed files with 56 additions and 31 deletions

View File

@@ -1,5 +1,10 @@
/* New */
.alertbox {
display: none;
background-color: firebrick;
}
.user-box {
text-align: center;
}