improved encoded hint layout in listing view!

This commit is contained in:
following
2013-08-08 21:15:49 +02:00
parent ac31ee5c07
commit a09ed40b46

View File

@@ -385,10 +385,15 @@
</div>
<div class="content2-container">
<div style="float:left; margin:0 0 12px 10px">
<p id="decrypt-hints">{if $crypt}{$cache.hint|rot13html}{else}{$cache.hint}{/if}</p>
<div style="float: right;">
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">A|B|C|D|E|F|G|H|I|J|K|L|M</font><br />
</div>
<div style="float:right; margin-bottom:12px">
<p>
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">A|B|C|D|E|F|G|H|I|J|K|L|M</font>
<br />
<font style="font-family: 'Courier New',FreeMono,Monospace;" face="Courier" size="2">N|O|P|Q|R|S|T|U|V|W|X|Y|Z</font>
</p>
</div>
</div>
{/if}