diff options
author | thomascube <thomas@roundcube.net> | 2009-08-10 12:39:00 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-08-10 12:39:00 +0000 |
commit | 996f0b4a1fb954de443e8d37d72b7cf732d4c3ad (patch) | |
tree | 04eb2d5aee2b580627f199de8bf76cf67e321389 /skins/default/templates/message.html | |
parent | d634fa60a2fa8b54c96de32c42f086bbcd225403 (diff) |
Revert r2844: mailfooter should align with message list
Diffstat (limited to 'skins/default/templates/message.html')
-rw-r--r-- | skins/default/templates/message.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/message.html b/skins/default/templates/message.html index 933d13171..852f4b44c 100644 --- a/skins/default/templates/message.html +++ b/skins/default/templates/message.html @@ -52,7 +52,7 @@ <div id="messagecountbar" class="pagenav"> <roundcube:button command="lastmessage" type="link" class="buttonPas lastpage" classAct="button lastpage" classSel="button lastpageSel" title="lastmessage" content=" " /> <roundcube:button command="nextmessage" type="link" class="buttonPas nextpage" classAct="button nextpage" classSel="button nextpageSel" title="nextmessage" content=" " /> - <roundcube:object name="messageCountDisplay" style="padding:0 .5em; float:right" /> + <roundcube:object name="messageCountDisplay" style="padding:0 1em 0 1em; float:right" /> <roundcube:button command="previousmessage" type="link" class="buttonPas prevpage" classAct="button prevpage" classSel="button prevpageSel" title="previousmessage" content=" " /> <roundcube:button command="firstmessage" type="link" class="buttonPas firstpage" classAct="button firstpage" classSel="button firstpageSel" title="firstmessage" content=" " /> </div> |