mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Still lot of forum improvements, both rights and cosmetic
This commit is contained in:
@ -414,23 +414,43 @@ textarea {
|
||||
.message {
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
background: skyblue;
|
||||
}
|
||||
.unread {
|
||||
background: #e6ddad;
|
||||
background: #eff7ff;
|
||||
}
|
||||
.message h5 {
|
||||
font-size: 100%;
|
||||
}
|
||||
.unread {
|
||||
background: #d8e7f3;
|
||||
}
|
||||
.msg_author.deleted {
|
||||
background: #ffcfcf;
|
||||
}
|
||||
.msg_content.deleted {
|
||||
background: #ffefef;
|
||||
}
|
||||
.msg_content {
|
||||
display: inline-block;
|
||||
width: 80%;
|
||||
vertical-align: top;
|
||||
}
|
||||
.msg_author {
|
||||
display: inline-block;
|
||||
width: 19%;
|
||||
text-align: center;
|
||||
background: #d8e7f3;
|
||||
}
|
||||
.msg_author img {
|
||||
max-width: 80%;
|
||||
max-width: 70%;
|
||||
margin: 0px auto;
|
||||
}
|
||||
.msg_meta {
|
||||
font-size: small;
|
||||
list-style-type: none;
|
||||
}
|
||||
.msg_meta li {
|
||||
padding: 2px;
|
||||
margin: 2px;
|
||||
}
|
||||
/*------------------------------SAS------------------------------------*/
|
||||
.album {
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user