mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Show user's ban status (#1258)
This commit is contained in:
parent
5a3d5947ce
commit
0791859923
6 changed files with 28 additions and 3 deletions
|
@ -489,6 +489,17 @@ a.postLink:visited {
|
|||
line-height: 110%;
|
||||
}
|
||||
|
||||
.poster-banned {
|
||||
background:#f6f6f6;
|
||||
border:1px solid #b71c1c;
|
||||
padding:4px;
|
||||
border-radius:2px;
|
||||
font-size:11px;
|
||||
font-weight:bold;
|
||||
letter-spacing:1px;
|
||||
text-align:center
|
||||
}
|
||||
|
||||
.poster_info .avatar {
|
||||
margin: 5px 0 4px;
|
||||
max-width: 100px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue