summaryrefslogtreecommitdiff
path: root/skins/larry/templates/mail.html
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2012-01-05 16:28:12 +0000
committerthomascube <thomas@roundcube.net>2012-01-05 16:28:12 +0000
commitbecca08e44a4a639d1aa21e94514dcbe3fb45cfc (patch)
treeefced4688cffd0f0439b76662ad25adfa1144b75 /skins/larry/templates/mail.html
parent7961f8c2c10c1a9f2dbaaaf4611478a13c0d7bb9 (diff)
Correctly align pagenav buttons
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r--skins/larry/templates/mail.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/skins/larry/templates/mail.html b/skins/larry/templates/mail.html
index 4eda881a4..d82b8927d 100644
--- a/skins/larry/templates/mail.html
+++ b/skins/larry/templates/mail.html
@@ -85,10 +85,12 @@
<div id="countcontrols" class="pagenav dark">
<roundcube:object name="messageCountDisplay" class="countdisplay" />
+ <span class="pagenavbuttons">
<roundcube:button command="firstpage" type="link" class="button firstpage disabled" classAct="button firstpage" classSel="button firstpage pressed" innerClass="inner" title="firstpage" content="|&amp;lt;" />
<roundcube:button command="previouspage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previouspage" content="&amp;lt;" />
<roundcube:button command="nextpage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextpage" content="&amp;gt;" />
<roundcube:button command="lastpage" type="link" class="button lastpage disabled" classAct="button lastpage" classSel="button lastpage pressed" innerClass="inner" title="lastpage" content="&amp;gt;|" />
+ </span>
</div>
<a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a>