From 2d5a3a4fdbf38b70e2d4f3a86ffd7059ee8ae30e Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 30 Sep 2010 12:03:41 -0600 Subject: [PATCH] Move compose loading graphic into the textarea box --- imp/templates/dimp/chunks/compose.php | 8 ++++---- imp/themes/dimp/ie7.css | 11 ++++++++++- imp/themes/dimp/screen.css | 9 +++++++-- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/imp/templates/dimp/chunks/compose.php b/imp/templates/dimp/chunks/compose.php index 638229714..dbadbd14c 100644 --- a/imp/templates/dimp/chunks/compose.php +++ b/imp/templates/dimp/chunks/compose.php @@ -101,22 +101,22 @@ $compose_link->pathInfo = 'addAttachment'; - + - + - + @@ -170,8 +170,8 @@ $compose_link->pathInfo = 'addAttachment'; - + diff --git a/imp/themes/dimp/ie7.css b/imp/themes/dimp/ie7.css index 1afaec6af..c3c974f95 100644 --- a/imp/themes/dimp/ie7.css +++ b/imp/themes/dimp/ie7.css @@ -39,7 +39,16 @@ div.msgSubject span.treeImg { } /* Fixes broken inline-block. */ -div.msgStatus div, #msgHeadersContent .subject span, span.iconImg, span.contextImg, span.spellcheckPopdownImg, span.popdownImg, #qsearch_icon, #upload_wait, #noticerow .notices li { +div.msgStatus div, +#msgHeadersContent .subject span, +span.iconImg, +span.contextImg, +span.spellcheckPopdownImg, +span.popdownImg, +#qsearch_icon, +#upload_wait, +#noticerow .notices li, +.msgwrite span.loadingImg { zoom: 1; *display: inline; } diff --git a/imp/themes/dimp/screen.css b/imp/themes/dimp/screen.css index b94051e6a..15010d2f9 100644 --- a/imp/themes/dimp/screen.css +++ b/imp/themes/dimp/screen.css @@ -657,9 +657,14 @@ div.dimpActionsCompose, div.dimpActionsMsg { padding: 4px 4px 0 4px; } .msgwrite span.loadingImg { - float: right; - margin-left: 3px; + display: -moz-inline-stack; + display: inline-block; padding: 1px; + position: relative; + right: 28px; + filter: alpha(opacity=75); + -moz-opacity: .75; + opacity: .75; } #noticerow .notices li { -- 2.11.0