mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
FIX: Large widths, weird button floating on badge view
This commit is contained in:
parent
2c2a043525
commit
d1e1a91cb6
2 changed files with 4 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue