diff --git a/public/css/index.styl b/public/css/index.styl index 776b93120f..4d149f27e2 100644 --- a/public/css/index.styl +++ b/public/css/index.styl @@ -164,7 +164,6 @@ div.tooltip-inner { position absolute bottom 0px right 0px - background-color #dfe9ea padding 1px 3px 1px 3px a @@ -178,4 +177,4 @@ a .modal-indented-list margin-left: 10px; - padding-left: 10px; \ No newline at end of file + padding-left: 10px; diff --git a/views/shared/header/avatar.jade b/views/shared/header/avatar.jade index 4ea0f2b05c..f064c1a2d3 100644 --- a/views/shared/header/avatar.jade +++ b/views/shared/header/avatar.jade @@ -27,4 +27,5 @@ figure.herobox(ng-click='clickMember(profile._id)', data-name='{{profile.profile // Pet // 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 Lvl {{profile.stats.lvl}} + .avatar-level(class='label label-contributor-{{profile.contributor.level}}' ng-class='{"badge badge-info": {{party.leader==profile._id}}}') + | Lvl {{profile.stats.lvl}}