Basic message implementation

This commit is contained in:
2025-12-15 11:08:23 +01:00
parent 2b6d4c49f5
commit aa9b3359b1
10 changed files with 783 additions and 1 deletions

View File

@@ -265,4 +265,18 @@ body {
/* error page */
.red-text {
color: red;
}
/* Message badge */
.message-badge {
display: inline-block;
background-color: #d9534f;
color: white;
font-size: 10px;
font-weight: bold;
padding: 2px 5px;
border-radius: 50%;
margin-left: 5px;
position: relative;
top: -2px;
}