diff options
author | thomascube <thomas@roundcube.net> | 2012-01-05 16:28:12 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2012-01-05 16:28:12 +0000 |
commit | becca08e44a4a639d1aa21e94514dcbe3fb45cfc (patch) | |
tree | efced4688cffd0f0439b76662ad25adfa1144b75 /skins/larry/templates/mail.html | |
parent | 7961f8c2c10c1a9f2dbaaaf4611478a13c0d7bb9 (diff) |
Correctly align pagenav buttons
Diffstat (limited to 'skins/larry/templates/mail.html')
-rw-r--r-- | skins/larry/templates/mail.html | 2 |
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="|&lt;" /> <roundcube:button command="previouspage" type="link" class="button prevpage disabled" classAct="button prevpage" classSel="button prevpage pressed" innerClass="inner" title="previouspage" content="&lt;" /> <roundcube:button command="nextpage" type="link" class="button nextpage disabled" classAct="button nextpage" classSel="button nextpage pressed" innerClass="inner" title="nextpage" content="&gt;" /> <roundcube:button command="lastpage" type="link" class="button lastpage disabled" classAct="button lastpage" classSel="button lastpage pressed" innerClass="inner" title="lastpage" content="&gt;|" /> + </span> </div> <a href="#preview" id="mailpreviewtoggle" title="<roundcube:label name='previewpane' />"></a> |