FIX: Large widths, weird button floating on badge view

This commit is contained in:
Robin Ward 2016-03-24 17:20:17 -04:00
parent 2c2a043525
commit d1e1a91cb6
2 changed files with 4 additions and 3 deletions

View file

@ -32,8 +32,9 @@
{{#unless canLoadMore}}
{{#if user}}
{{log model}}
<div class='clearfix'>
<a class='btn' href='{{model.url}}'>{{i18n 'badges.others_count' count=model.grant_count}}</a>
</div>
{{/if}}
{{/unless}}
</div>

View file

@ -136,14 +136,14 @@
}
.user-info.medium {
width: 550px;
width: 480px;
min-height: 60px;
.user-image {
width: 55px;
}
.user-detail {
width: 450px;
width: 380px;
}
.username, .name {