fixing reply-tab bug and user profile background adjustment

This commit is contained in:
Kris Aubuchon 2014-11-26 10:49:50 -05:00
parent 37a9164fa0
commit 1524612719
3 changed files with 3 additions and 7 deletions

View File

@ -5,7 +5,7 @@
<div class="container">
<section class='user-main'>
<section {{bind-attr class="collapsedInfo :about profileBackground:has-background:no-background"}}>
<section {{bind-attr class="collapsedInfo :about profileBackground:has-background:no-background"}} {{bind-attr style="profileBackground"}}>
<div class='staff-counters'>
{{#if number_of_flags_given}}
<div><span class="helpful-flags">{{number_of_flags_given}}</span>&nbsp;{{i18n user.staff_counters.flags_given}}</div>
@ -31,7 +31,7 @@
<div><span class="warnings-received">{{number_of_warnings}}</span>&nbsp;{{i18n user.staff_counters.warnings_received}}</div>
{{/if}}
</div>
<div class='profile-image' {{bind-attr style="profileBackground"}}></div>
<div class='profile-image'></div>
<div class='details'>
<div class='primary'>
{{bound-avatar model "huge"}}

View File

@ -37,10 +37,6 @@ h1 .topic-statuses .topic-status i {
color: scale-color($primary, $lightness: 50%);
}
.via-email .reply-to-tab {
padding: 13px 15px 5px;
}
.gutter {
.reply-new {
.discourse-no-touch & {

View File

@ -182,8 +182,8 @@
}
.about {
background-size: 1110px 250px;
background-position: center center;
background-size: cover;
width: 100%;
margin-bottom: 10px;
overflow: hidden;