fix origin icon more
This commit is contained in:
parent
64a7a6e6aa
commit
713ff950e7
@ -280,7 +280,7 @@ input, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.origin {
|
.origin {
|
||||||
float: left;
|
margin: 10px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
}
|
}
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
<div id="{{PostHash}}" class="{{CSSClass}}">
|
<div id="{{PostHash}}" class="{{CSSClass}}">
|
||||||
<legend class="postheader">
|
<legend class="postheader">
|
||||||
<span class="subject">{{Subject}}</span>
|
|
||||||
<span class="name">{{Name}}</span>
|
|
||||||
<time datetime="{{DateRFC}}">{{Date}}</time>
|
|
||||||
<a href="{{PostURL}}" class="postnol">No.</a><a class="postno" onclick="nntpchan_backlink('{{ShortHash}}');" title="{{MessageID}}">{{ShortHash}}</a>
|
|
||||||
{{#OP}}<a href="{{PostURL}}">[Reply]</a>{{/OP}}
|
|
||||||
<span class="tripcode">{{{Pubkey}}}</span>
|
|
||||||
<span class="origin">
|
<span class="origin">
|
||||||
{{#IsI2P}}
|
{{#IsI2P}}
|
||||||
<img src="{{Prefix}}static/i2p.png" title="post from i2p" />
|
<img src="{{Prefix}}static/i2p.png" title="post from i2p" />
|
||||||
@ -17,6 +11,13 @@
|
|||||||
<img src="{{Prefix}}static/clearnet.png" title="post from clearnet" />
|
<img src="{{Prefix}}static/clearnet.png" title="post from clearnet" />
|
||||||
{{/IsClearnet}}
|
{{/IsClearnet}}
|
||||||
</span>
|
</span>
|
||||||
|
</legend>
|
||||||
|
<span class="subject">{{Subject}}</span>
|
||||||
|
<span class="name">{{Name}}</span>
|
||||||
|
<time datetime="{{DateRFC}}">{{Date}}</time>
|
||||||
|
<a href="{{PostURL}}" class="postnol">No.</a><a class="postno" onclick="nntpchan_backlink('{{ShortHash}}');" title="{{MessageID}}">{{ShortHash}}</a>
|
||||||
|
{{#OP}}<a href="{{PostURL}}">[Reply]</a>{{/OP}}
|
||||||
|
<span class="tripcode">{{{Pubkey}}}</span>
|
||||||
</legend>
|
</legend>
|
||||||
{{#Attachments}}
|
{{#Attachments}}
|
||||||
<figure>
|
<figure>
|
||||||
|
Reference in New Issue
Block a user