From 5219bcefabc1d993f22c2c0dbd6f96f082ab744e Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 7 Nov 2015 12:39:24 -0500 Subject: [PATCH] fix tor/clearnet/i2p icon placement --- contrib/static/site.css | 4 ++++ contrib/templates/default/post.mustache | 18 +++++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/contrib/static/site.css b/contrib/static/site.css index 568f2a8..40b168b 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -267,6 +267,10 @@ fieldset { max-width: 90%; } +fieldset > img { + float: right; +} + .thread { float: left; width: 90%; diff --git a/contrib/templates/default/post.mustache b/contrib/templates/default/post.mustache index 9e49658..b2fa457 100644 --- a/contrib/templates/default/post.mustache +++ b/contrib/templates/default/post.mustache @@ -1,14 +1,14 @@
+ {{#IsI2P}} + + {{/IsI2P}} + {{#IsTor}} + + {{/IsTor}} + {{#IsClearnet}} + + {{/IsClearnet}} - {{#IsI2P}} - - {{/IsI2P}} - {{#IsTor}} - - {{/IsTor}} - {{#IsClearnet}} - - {{/IsClearnet}} {{Subject}} {{Name}} {{Date}} No. {{ShortHash}} [reply] {{{Pubkey}}}