Merge pull request #1899 from Fandekasp/header_colors

change avatars lvl colors
This commit is contained in:
Tyler Renelle 2013-11-23 13:12:36 -08:00
commit c5a42cbf5a
2 changed files with 3 additions and 3 deletions

View file

@ -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;
padding-left: 10px;

View file

@ -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}}