fix user profile title overflow

This commit is contained in:
Thibault Duplessis 2014-02-19 00:21:28 +01:00
parent 323400b23f
commit 2739ccaff9
3 changed files with 2 additions and 4 deletions

View file

@ -43,7 +43,7 @@ evenMoreJs = evenMoreJs) {
<span class="rating">RATING <strong title="Glicko rating">@u.rating</strong><small title="Glicko rating deviation"> ±@u.perfs.global.glicko.intDeviationDoubled</small></span>
@showProgress(u.progress)
@info.rank.map { r =>
<span class="rank" title="@trans.rank()">RANK <strong>@r._1.localize</strong> / @{r._2/1000}k</span>
<span class="rank" title="@trans.rank()">RANK <strong>@r._1.localize</strong>/@{r._2/1000}k</span>
}
@if(u.disabled) {
<span class="staff">CLOSED</span>

View file

@ -7,7 +7,7 @@ div.user_show .staff {
margin-bottom: 1em;
}
div.user_show div.content_box_top > span {
margin-left: 1em;
margin-left: 10px;
font-size: 1.6em;
color: #afafaf;
}

2
todo
View file

@ -122,8 +122,6 @@ editor FEN like https://nextchessmove.com/
new lobby system http://i.imgur.com/p5MD0uX.png
ajax load computer analysis when available
double click style in chessboardjs
overflow http://en.lichess.org/@/Kingscrusher-YouTube
content: "r "; on windows http://i.imgur.com/AWsbIfN.png
different hilights for selected/movable squares, don't highlight illegal moves
http://en.lichess.org/translation/contribute green bars
show context aware user ratings (claymore on #chess)