From 49797f59d384239f40e5760d3fc4d02b27669824 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 9 Jun 2009 11:24:08 -0600 Subject: [PATCH] Fix address expand image in IMP compose screen --- imp/compose.php | 3 --- imp/templates/compose/compose.html | 2 +- imp/themes/screen-dimp.css | 10 ---------- imp/themes/screen.css | 15 +++++++++++++++ 4 files changed, 16 insertions(+), 14 deletions(-) diff --git a/imp/compose.php b/imp/compose.php index 0bb845e61..99aaf52bf 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -817,9 +817,6 @@ $t = new IMP_Template(); $t->setOption('gettext', true); $t->set('post_action', Util::addParameter(Horde::applicationUrl('compose.php'), 'uniq', uniqid(mt_rand()))); $t->set('allow_compose', !$compose_disable); -if ($has_js) { - $t->set('loading_img', Horde::img('loading.gif', _("Loading..."))); -} if ($redirect) { /* Prepare the redirect template. */ diff --git a/imp/templates/compose/compose.html b/imp/templates/compose/compose.html index 6a490ef23..4dce456fd 100644 --- a/imp/templates/compose/compose.html +++ b/imp/templates/compose/compose.html @@ -80,7 +80,7 @@ - +
  diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 4731948af..ece69f8bd 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -101,16 +101,6 @@ div#quota { } /* Message List */ -span.loadingImg { - z-index: 1000; - border: 1px #e0e0e0 solid; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; - background: #fff url("graphics/loading.gif") no-repeat center; - padding: 3px; - width: 16px; - height: 16px; -} #msgLoading, #viewportLoading { position: absolute; margin: 10px 0 0 10px; diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 09cc912cf..f21597e1e 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -526,6 +526,21 @@ span.threadImg8 { background-image: url("graphics/tree/rev-joinbottom.png"); } +/* Loading graphic */ +span.loadingImg { + z-index: 1000; + border: 1px #e0e0e0 solid; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + background: #fff url("graphics/loading.gif") no-repeat center; + padding: 3px; + width: 16px; + height: 16px; +} +td.addressTr span.loadingImg { + padding: 0 0 0 16px; +} + /* MIME styles. */ .mimeStatusMessage, .mimeStatusWarning, .mimeHeaders, .mimePartInfo { padding: 4px; -- 2.11.0