mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 19:29:51 +00:00
Move post timestamp in embedded post to the top right
This commit is contained in:
parent
075ed1ab53
commit
0fde2a2d54
@ -6,12 +6,12 @@
|
|||||||
<a href='/users/{{unbound username}}'>{{avatar this imageSize="small"}}</a>
|
<a href='/users/{{unbound username}}'>{{avatar this imageSize="small"}}</a>
|
||||||
</div>
|
</div>
|
||||||
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
|
<h5 {{bindAttr class="staff new_user"}}><a href='{{unbound usernameUrl}}'>{{breakUp username}}</a></h5>
|
||||||
<span class='post-date'>{{date created_at}}</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class='span11 topic-body'>
|
<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}}
|
{{#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>
|
||||||
{{{unbound cooked}}}
|
{{{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}}
|
{{#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>
|
</div>
|
||||||
|
@ -451,12 +451,18 @@
|
|||||||
left: -9px;
|
left: -9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.arrow {
|
a.arrow, .post-date {
|
||||||
float: right;
|
float: right;
|
||||||
|
}
|
||||||
|
a.arrow {
|
||||||
margin: 3px 0 3px 0;
|
margin: 3px 0 3px 0;
|
||||||
color: grey;
|
color: grey;
|
||||||
}
|
}
|
||||||
|
.post-date {
|
||||||
|
margin: 3px 10px 3px 0;
|
||||||
|
color: #aaa;
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.about {
|
.about {
|
||||||
.contents {
|
.contents {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user