mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
forum.php Added player outfit avatars and in-game position. Fix #256
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user