diff --git a/public/css/filters.styl b/public/css/filters.styl index 7bc6884638..6512c3e0b3 100644 --- a/public/css/filters.styl +++ b/public/css/filters.styl @@ -12,7 +12,7 @@ display: inline-block .glyphicon-bullhorn - margin-left: 5px + margin-right: 5px .input-group float: left diff --git a/views/shared/header/avatar.jade b/views/shared/header/avatar.jade index 1528a8254b..abc1c2fff8 100644 --- a/views/shared/header/avatar.jade +++ b/views/shared/header/avatar.jade @@ -47,5 +47,5 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember( span.glyphicon.glyphicon-circle-arrow-up(ng-show='profile.stats.buffs.str || profile.stats.buffs.per || profile.stats.buffs.con || profile.stats.buffs.int || profile.stats.buffs.stealth', tooltip=env.t('buffed'), style='margin-right:5px;') |  =env.t('lvl') - | {{profile.stats.lvl}}  + | {{profile.stats.lvl}} span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}))