Message Flagging
This commit is contained in:
4
dist/magicka.strings
vendored
4
dist/magicka.strings
vendored
@@ -108,7 +108,7 @@ Quoting Cancelled\r\n
|
||||
\e[1;32mTo : \e[1;37m%-27.27s \e[1;32mConf : \e[1;37m%-27.27s\r\n
|
||||
\e[1;32mSubject : \e[1;37m%-27.27s \e[1;32mArea : \e[1;37m%-27.27s\r\n
|
||||
\e[1;32mDate : \e[1;37m%s \e[1;32mMsgNo : \e[1;37m%4d of %4d\r\n
|
||||
\e[1;32mAttribs : \e[1;37m%s\r\n
|
||||
\e[1;32mAttribs : \e[1;37m%s \e[1;31m%s\r\n
|
||||
\e[1;30m-------------------------------------------------------------------------------\e[0m\r\n
|
||||
\r\n\e[1;37mPress \e[1;36mR \e[1;37mto reply, \e[1;36mQ \e[1;37mto quit, \e[1;36mB \e[1;37mto go Back, \e[1;36mSPACE \e[1;37mfor Next Mesage...
|
||||
\r\nSorry, you are not allowed to post in this area\r\n
|
||||
@@ -284,3 +284,5 @@ Read Now ? (Y / N):
|
||||
\e[1;37m%s (by \e[1;36m%s\e[1;37m)\r\n
|
||||
\e[1;35m%d:%02d%s %s, %s %d %d\r\n
|
||||
\r\n\r\n\e[1;37mEnter a title:\e[0m
|
||||
\e[1;30m[\e[1;34;44m%5d\e[1;30;40m]\e[1;31m!\e[1;37m%-24.24s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
\e[1;30m[\e[1;34m%5d\e[1;30m]\e[1;31m!\e[1;37m%-24.24s \e[1;32m%-15.15s \e[1;33m%-15.15s \e[1;35m%02d:%02d %02d-%02d-%02d\e[K\e[0m\r\n
|
||||
|
BIN
dist/www-bootstrap/static/flag.png
vendored
Normal file
BIN
dist/www-bootstrap/static/flag.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 266 B |
9
dist/www-bootstrap/static/style.css
vendored
9
dist/www-bootstrap/static/style.css
vendored
@@ -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;
|
||||
|
7
dist/www/static/style.css
vendored
7
dist/www/static/style.css
vendored
@@ -107,6 +107,13 @@
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.msg-summary-flag {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
clear: both;
|
||||
background-color: #ff9696;
|
||||
}
|
||||
|
||||
.msg-summary {
|
||||
display: table-row;
|
||||
width: auto;
|
||||
|
Reference in New Issue
Block a user