refactor(bs3): misc

This commit is contained in:
Matteo Pagliazzi 2014-02-08 19:49:47 +01:00
parent 9ea9ed841d
commit b4be88f4e0
2 changed files with 3 additions and 3 deletions

View file

@ -18,9 +18,6 @@ future re: pets and whatnot, this is just temporary.
bottom 0px
right 0px
padding 2px 3px 2px 3px
border-top-right-radius: 0px
border-bottom-right-radius: 0px
border-bottom-left-radius: 0px
// basic herobox styles
.herobox

View file

@ -74,6 +74,7 @@ script(type='text/ng-template', id='partials/options.social.html')
li(ng-class="{ active: $state.includes('options.social.tavern') }")
a(ui-sref='options.social.tavern')
span.glyphicon.glyphicon-eye-close
|  
=env.t('tavern')
li(ng-class="{ active: $state.includes('options.social.party') }")
a(ui-sref='options.social.party')
@ -84,10 +85,12 @@ script(type='text/ng-template', id='partials/options.social.html')
li(ng-class="{ active: $state.includes('options.social.challenges') }")
a(ui-sref='options.social.challenges')
span.glyphicon.glyphicon-bullhorn
|  
=env.t('challenges')
li(ng-class="{ active: $state.includes('options.social.hall') }")
a(ui-sref='options.social.hall')
span.glyphicon.glyphicon-flag
|  
=env.t('hall')
.tab-content