Ticket #1066 (fixed enhancement)
For long nicknames
- Created: 2015-12-23 10:07:10
- Reported by: Visman
- Assigned to: quy
- Milestone: 1.5.10
- Component: styling
- Priority: normal
In some languages and when using modifications long nicknames of users are badly displayed in titles of posts.
I suggest to change styles Air, Earth, Fire and GrayOrange.
1. In #punviewtopic .blockpost dt, #punmoderate .blockpost dt add
white-space: nowrap;
text-overflow: ellipsis;
2. Add the new rule:
Air
#punviewtopic .blockpost dt:hover, #punmoderate .blockpost dt:hover {
width: auto;
background-color: #ebf1f5;
}
Earth
#punviewtopic .blockpost dt:hover, #punmoderate .blockpost dt:hover {
width: auto;
background-color: #eaecda;
}
Fire
#punviewtopic .blockpost dt:hover, #punmoderate .blockpost dt:hover {
width: auto;
background-color: #ecebe7;
}
GrayOrange
#punviewtopic .blockpost dt:hover, #punmoderate .blockpost dt:hover {
width: auto;
background-color: #424242;
}
Here result _http://fluxbb.hol.es/viewtopic.php?pid=394#p394