Don't overlap post date with a quote inside an embedded post. CSS could still be improved.

This commit is contained in:
Neil Lalonde
2013-07-03 15:11:28 -04:00
parent ba0bd934ba
commit 115491a057
2 changed files with 30 additions and 30 deletions

View File

@@ -7,11 +7,12 @@
</div>
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
</div>
</div>
<div class='span11 topic-body'>
{{#if view.previousPost}}<a href='{{unbound url}}' class="arrow" title="{{i18n topic.jump_reply_up}}"><i class='icon icon-arrow-up'></i></a>{{/if}}
<div class='post-date'>{{date created_at}}</div>
<div class="topic-meta-data-inside">
<div class='post-info post-date'>{{date created_at}}</div>
{{#if view.previousPost}}<a href='{{unbound url}}' class="post-info arrow" title="{{i18n topic.jump_reply_up}}"><i class='icon icon-arrow-up'></i></a>{{/if}}
</div>
{{{unbound cooked}}}
{{#unless view.previousPost}}<a href='{{unbound url}}' class="arrow" title="{{i18n topic.jump_reply_down}}"><i class='icon icon-arrow-down'></i></a>{{/unless}}
</div>