From d7428263e9282f189fc902dc3bc8e9d37ea83284 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Tue, 29 Apr 2014 05:51:30 -0400 Subject: [PATCH] Merge branch 'master' of github.com:roundcube/roundcubemail --- skins/larry/templates/compose.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index a7f2e7e..d033829 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 --> -- Gitblit v1.9.1