Leaderboard Css

okhawajaokhawaja New
edited July 2016 in Vanilla 2.0 - 2.8

The leaderboard's css was getting messed up because some of my users had long names (the points box was getting pushed down a row), so @R_J wrote this css code that fixed the issue.

.Leaderboard .PanelInfo > li {
position: relative;
}
.Leaderboard .Aside {
position: absolute;
top: 1px;
right: 4px;
}

Tagged:

Comments

Sign In or Register to comment.