forum.php Added player outfit avatars and in-game position. Fix #256

This commit is contained in:
Znote
2017-02-18 22:59:30 +00:00
parent fbca1b876b
commit b252bca43a
3 changed files with 73 additions and 22 deletions

View File

@@ -619,20 +619,26 @@ hr {
}
#percent {
position: absolute;
margin-left:175px;
position: absolute;
margin-left:175px;
}
#bar {
height: 20px;
background-color: green;
border: 1px solid black;
height: 20px;
background-color: green;
border: 1px solid black;
}
.ThreadTable td {
word-break: break-all;
}
.ThreadTable td.avatar {
min-width: 100px;
vertical-align: top;
text-align: center;
}
#ThreadTitle {
word-wrap: break-word;
}