From 526541cc8b9c8d0e6ef60d50e15d1e785b8c6d53 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 27 Apr 2009 07:24:11 +0000 Subject: - fix attachment mimetype setting after upload - move style of delete button in attachment-list to mail.css file git-svn-id: https://svn.roundcube.net/trunk@2431 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/steps/mail/compose.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roundcubemail/program/steps/mail/compose.inc') diff --git a/roundcubemail/program/steps/mail/compose.inc b/roundcubemail/program/steps/mail/compose.inc index 9739a9772..9328cc5ac 100644 --- a/roundcubemail/program/steps/mail/compose.inc +++ b/roundcubemail/program/steps/mail/compose.inc @@ -715,8 +715,8 @@ function rcmail_compose_attachment_list($attrib) if ($attrib['deleteicon']) $button = html::img(array( 'src' => $CONFIG['skin_path'] . $attrib['deleteicon'], - 'alt' => rcube_label('delete'), - 'style' => "padding-right:2px;vertical-align:middle")); + 'alt' => rcube_label('delete') + )); else $button = Q(rcube_label('delete')); -- cgit v1.2.3