From: Michael M Slusarz Date: Mon, 21 Dec 2009 20:22:23 +0000 (-0700) Subject: Fix autoloading image. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=c7ac0357e80e6d1a02e611a0aad441b674509a61;p=horde.git Fix autoloading image. --- diff --git a/imp/templates/chunks/compose.php b/imp/templates/chunks/compose.php index 3a65d64e2..20a8adfe5 100644 --- a/imp/templates/chunks/compose.php +++ b/imp/templates/chunks/compose.php @@ -91,34 +91,27 @@ $compose_disable = !IMP::canCompose(); - - - + - - - + - - - + - : diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index e1708182e..223b614c8 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -631,7 +631,8 @@ div.dimpActionsCompose, div.dimpActionsMsg { padding: 4px 4px 0 4px; } .msgwrite span.loadingImg { - display: block; + float: right; + padding: 0; } #composeMessageParent {