have postreply class float right
This commit is contained in:
parent
422f3de11d
commit
14635e9472
@ -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;
|
||||||
|
@ -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}}">>>{{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}}">>>{{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}}
|
||||||
|
Reference in New Issue
Block a user