mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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}}
|
{{#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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue