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}} {{#unless canLoadMore}}
{{#if user}} {{#if user}}
{{log model}} <div class='clearfix'>
<a class='btn' href='{{model.url}}'>{{i18n 'badges.others_count' count=model.grant_count}}</a> <a class='btn' href='{{model.url}}'>{{i18n 'badges.others_count' count=model.grant_count}}</a>
</div>
{{/if}} {{/if}}
{{/unless}} {{/unless}}
</div> </div>

View file

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