MSG ID moved to H

This commit is contained in:
Difrex(Denis Zheleztsov) 2014-08-08 13:23:34 +04:00
parent be13679611
commit b46f6caee6
2 changed files with 3 additions and 2 deletions

View File

@ -41,7 +41,8 @@ padding-bottom: 0.15em;
} }
.msg_hash { .msg_hash {
float: right; float: right;
margin-right: 1em; margin-right: 1.5em;
margin-top: 1.5em;
color: #222; color: #222;
opacity: 0.4; opacity: 0.4;
} }

View File

@ -1,8 +1,8 @@
<div class=post> <div class=post>
<a style="text-decoration:none;" href="/s?subg=<TMPL_VAR NAME=CUT>&echo=<TMPL_VAR NAME=ECHO>"><h2><TMPL_VAR NAME=SUBG></h2></a>
<div class='msg_hash'> <div class='msg_hash'>
Message ID: <TMPL_VAR NAME=HASH> Message ID: <TMPL_VAR NAME=HASH>
</div> </div>
<a style="text-decoration:none;" href="/s?subg=<TMPL_VAR NAME=CUT>&echo=<TMPL_VAR NAME=ECHO>"><h2><TMPL_VAR NAME=SUBG></h2></a>
<div class=mail> <div class=mail>
<i><TMPL_VAR NAME=TIME></i><br> <i><TMPL_VAR NAME=TIME></i><br>
From: <strong><a style='color:#222;text-decoration:none;' href='/u?user=<TMPL_VAR NAME=FROM>'><TMPL_VAR NAME=FROM></a></strong><br> From: <strong><a style='color:#222;text-decoration:none;' href='/u?user=<TMPL_VAR NAME=FROM>'><TMPL_VAR NAME=FROM></a></strong><br>