- Improved visibility of banned users without reducing post visibility. Doesn't look as good on left-sided profiles.

This commit is contained in:
Accensus 2017-08-14 14:55:13 +03:00
parent 70c6e5b008
commit 084cd9040c

View file

@ -300,6 +300,10 @@ div[class].topic-actions {
padding-left: 10px;
}
.leftprofile .banned .postbody {
border-left-color:rgb(169, 0, 0);
}
.postbody .ignore {
font-size: 1.1em;
}
@ -809,6 +813,11 @@ fieldset.polls dd div {
display: inline;
}
.banned .postprofile {
background-color: rgba(105, 0, 0, 0.41);
border-left-color:rgb(169, 0, 0);
}
.leftprofile .postprofile {
float: left;
border-left: none;
@ -817,6 +826,11 @@ fieldset.polls dd div {
width: 150px;
}
.leftprofile .banned .postprofile {
background-color: rgba(105, 0, 0, 0.41);
border-left-color:rgb(169, 0, 0);
}
.pm .postprofile {
border-left: 1px solid #DDDDDD;
}