Message Flagging

This commit is contained in:
Andrew Pamment
2018-05-22 08:55:44 +10:00
parent 275a60d0d4
commit 798bec221d
9 changed files with 190 additions and 9 deletions

BIN
dist/www-bootstrap/static/flag.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 B

View File

@@ -148,6 +148,15 @@
flex-wrap: wrap;
}
.msg-summary-flag {
background-color: #ff9696;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.msg-summary {
background-color: #b2ffb0;
display: -webkit-box;