Archived
1
0

have postreply class float right

This commit is contained in:
Jeff Becker 2016-07-18 08:08:03 -04:00
parent 422f3de11d
commit 14635e9472
2 changed files with 8 additions and 4 deletions

View File

@ -335,6 +335,10 @@ input, textarea {
background-color: #A99AFF; background-color: #A99AFF;
} }
.postreply {
float: right;
}
.post { .post {
max-width: 75%; max-width: 75%;
margin-bottom: 5px; margin-bottom: 5px;

View File

@ -30,6 +30,10 @@
<img src="{{post.Prefix}}static/clearnet.png" title="{{#i18n.Translations}}{{from_clearnet}}{{/i18n.Translations}}" /> <img src="{{post.Prefix}}static/clearnet.png" title="{{#i18n.Translations}}{{from_clearnet}}{{/i18n.Translations}}" />
{{/post.IsClearnet}} {{/post.IsClearnet}}
</span> </span>
<div class="postreply">
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}">&gt;&gt;{{post.ShortHash}}</a>
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
</div>
<div> <div>
Subject: <span class="subject">{{post.Subject}}</span> Subject: <span class="subject">{{post.Subject}}</span>
</div> </div>
@ -42,10 +46,6 @@
<div> <div>
Date: <time datetime="{{post.DateRFC}}">{{post.Date}}</time> Date: <time datetime="{{post.DateRFC}}">{{post.Date}}</time>
</div> </div>
<div class="postreply">
<a class="postno" onclick="nntpchan_reply(this, '{{post.ShortHash}}');" title="{{post.MessageID}}" root="{{post.Reference}}" boardname="{{post.Board}}">&gt;&gt;{{post.ShortHash}}</a>
<a href="{{post.PostURL}}">[{{#i18n.Translations}}{{reply_label}}{{/i18n.Translations}}]</a>
</div>
</legend> </legend>
<div class="attachments"> <div class="attachments">
{{#post.Attachments}} {{#post.Attachments}}