UX: If there is a reply by email icon, don't overlap with the reply tab

This commit is contained in:
Robin Ward 2014-10-08 15:58:10 -04:00
parent 0c739bb5b6
commit a16d483c3c
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@
{{view 'reply-history' content=replyHistory}}
</div>
<article class='boxed' {{bind-attr id="postElementId" data-post-id="id" data-user-id="user_id"}}>
<article {{bind-attr class=":boxed via_email" id="postElementId" data-post-id="id" data-user-id="user_id"}}>
<div class='row'>
{{#if showUserReplyTab}}
<a href {{action "toggleReplyHistory" this target="view"}} class='reply-to-tab'>

View file

@ -33,12 +33,15 @@ h1 .topic-statuses .topic-status i {
position: absolute;
right: 420px;
z-index: 400;
padding: 13px 6px 5px;
font-size: 12px;
color: scale-color($primary, $lightness: 50%);
}
.via-email .reply-to-tab {
padding: 13px 15px 5px;
}
.gutter {
.reply-new {
.discourse-no-touch & {