From d3f755d30c30ef70d9e1a9e17a25db413d0552d2 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Sat, 8 Mar 2014 17:15:33 -0600 Subject: [PATCH] fix(buffs): Even out spacing on level tag Inline CSS is bad! Also the buff icon looked lopsided on a character who also had the Rebirth badge. --- views/shared/header/avatar.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/shared/header/avatar.jade b/views/shared/header/avatar.jade index d45a81574b..2de1fed7ba 100644 --- a/views/shared/header/avatar.jade +++ b/views/shared/header/avatar.jade @@ -53,8 +53,8 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember( // FIXME handle @minimal, this might have to be a directive span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet && !minimal') .avatar-level.label.label-default(ng-class='userLevelStyle(profile)') - 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;') - |  + 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')) + |   =env.t('lvl') | {{profile.stats.lvl}} |