summaryrefslogtreecommitdiff
path: root/skins/larry/templates
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2014-04-28 21:50:14 +0200
committerThomas Bruederli <thomas@roundcube.net>2014-04-28 21:50:14 +0200
commit2d8f31da736550a0df3ccde31bf85a146aea45c0 (patch)
treeb77373ae82864f67f64ab5ceacdd040e49d20311 /skins/larry/templates
parent388b384ef1796484a0931e9da002cbd7c7f56ad2 (diff)
Remove inadequate 'pagenav' class from button containers
Diffstat (limited to 'skins/larry/templates')
-rw-r--r--skins/larry/templates/compose.html4
-rw-r--r--skins/larry/templates/messagepreview.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html
index a7f2e7e2f..d0338292b 100644
--- a/skins/larry/templates/compose.html
+++ b/skins/larry/templates/compose.html
@@ -124,8 +124,8 @@
</tbody>
</table>
-<div id="composebuttons" class="pagenav formbuttons">
- <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="inner" title="openinextwin" content="[]" condition="!env:extwin" />
+<div id="composebuttons" class="formbuttons">
+ <roundcube:button command="extwin" type="link" class="button extwin" classSel="button extwin pressed" innerClass="icon" title="openinextwin" content="[]" condition="!env:extwin" />
</div>
<!-- (collapsable) message options -->
diff --git a/skins/larry/templates/messagepreview.html b/skins/larry/templates/messagepreview.html
index 06c3216f4..4a6d76ead 100644
--- a/skins/larry/templates/messagepreview.html
+++ b/skins/larry/templates/messagepreview.html
@@ -29,7 +29,7 @@
<roundcube:object name="messageFullHeaders" id="full-headers" />
<!-- record navigation -->
-<div id="countcontrols" class="pagenav">
+<div id="countcontrols">
<roundcube:if condition="env:optional_format=='text'" />
<span class="buttongroup">
<roundcube:button command="change-format" prop="html" type="link" class="button first changeformat html selected" innerClass="icon" title="changeformathtml" content="HTML" /><roundcube:button command="change-format" prop="text" type="link" class="button last changeformat text" classSel="button changeformat text pressed" innerClass="icon" title="changeformattext" content="Text" />