fix(buffs): Move help bubble to left of special buffs

Corrects an issue where the popover text for Stealth and Chilling Frost inherited the "strong" formatting of the buff name label, and improves visual consistency with the attribute readout above them.
This commit is contained in:
Sabe Jones
2014-02-02 21:19:01 -06:00
parent f193790550
commit 4f911a68d8
+5 -4
View File
@@ -63,15 +63,16 @@ table.table.table-striped
|: {{profile.stats.buffs[k] || 0}} 
tr(ng-if='profile.stats.buffs.stealth')
td
i.icon-question-sign(popover-title=env.t('stealth'), popover-trigger='mouseenter', popover-placement='right', popover=env.t('stealthNewDay'))
 
strong=env.t('stealth')
|: {{profile.stats.buffs.stealth}} 
i.icon-question-sign(popover-title=env.t('stealth'), popover-trigger='mouseenter', popover-placement='right', popover=env.t('stealthNewDay'))
|: {{profile.stats.buffs.stealth}}
td
tr(ng-if='profile.stats.buffs.streaks')
td
i.icon-question-sign(popover-title=env.t('streaksFrozen'), popover-trigger='mouseenter', popover-placement='right', popover=env.t('streaksFrozenText'))
 
strong=env.t('streaksFrozen')
|
i.icon-question-sign(popover-title=env.t('streaksFrozen'), popover-trigger='mouseenter', popover-placement='right', popover=env.t('streaksFrozenText'))
td
h4(ng-show='user.flags.dropsEnabled')=env.t('pets')