refactor(bs3): fixes

This commit is contained in:
Matteo Pagliazzi 2014-02-08 16:58:41 +01:00
parent 0fe0cb4f2d
commit ee871ccb01
3 changed files with 12 additions and 4 deletions

View file

@ -16,6 +16,14 @@
.wide-popover
max-width: 400px
// Small alerts
alert-sm-mixin()
padding-top: 8px
padding-bottom: 8px
.alert-sm
alert-sm-mixin()
#notification-area
position: fixed
top: 0
@ -23,8 +31,7 @@
z-index: 1061
.alert
padding-top: 8px
padding-bottom: 8px
alert-sm-mixin()
// variables

View file

@ -12,7 +12,8 @@
a(ui-sref='options.social.challenges.detail({cid:challenge._id})') {{challenge.name}}
div(ng-if='group.challenges.length == 0')
p=env.t('noChallenges')
a(class='label' ui-sref='options.social.challenges')
a.label.label-default(ui-sref='options.social.challenges')
 
span.glyphicon.glyphicon-bullhorn
=env.t('challenges')
=env.t('toCreate')

View file

@ -119,7 +119,7 @@
.col-md-8.tavern(ng-controller='ChatCtrl')
h3=env.t('tavernTalk')
include ./chat-box
.alert.alert-info
.alert.alert-info.alert-sm
!=env.t('tavernAlert1') + ' <a href="https://github.com/HabitRPG/habitrpg/issues/2760" target="_blank">' + env.t('tavernAlert2') + '</a>.'
ul.list-unstyled.tavern-chat
include ./chat-message