Move compose loading graphic into the textarea box
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 30 Sep 2010 18:03:41 +0000 (12:03 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 30 Sep 2010 18:03:41 +0000 (12:03 -0600)
imp/templates/dimp/chunks/compose.php
imp/themes/dimp/ie7.css
imp/themes/dimp/screen.css

index 6382297..dbadbd1 100644 (file)
@@ -101,22 +101,22 @@ $compose_link->pathInfo = 'addAttachment';
    <tr id="sendto">
     <td class="label"><span><?php echo _("To: ") ?></span></td>
     <td>
-     <span id="to_loading_img" class="loadingImg" style="display:none"></span>
      <textarea id="to" name="to" rows="1" cols="75"></textarea>
+     <span id="to_loading_img" class="loadingImg" style="display:none"></span>
     </td>
    </tr>
    <tr id="sendcc" style="display:none">
     <td class="label"><span><?php echo _("Cc: ") ?></span></td>
     <td>
-     <span id="cc_loading_img" class="loadingImg" style="display:none"></span>
      <textarea id="cc" name="cc" rows="1" cols="75"></textarea>
+     <span id="cc_loading_img" class="loadingImg" style="display:none"></span>
     </td>
    </tr>
    <tr id="sendbcc" style="display:none">
     <td class="label"><span><?php echo _("Bcc: ") ?></span></td>
     <td>
-     <span id="bcc_loading_img" class="loadingImg" style="display:none"></span>
      <textarea id="bcc" name="bcc" rows="1" cols="75"></textarea>
+     <span id="bcc_loading_img" class="loadingImg" style="display:none"></span>
     </td>
    </tr>
    <tr>
@@ -170,8 +170,8 @@ $compose_link->pathInfo = 'addAttachment';
   <tr id="redirect_sendto">
    <td class="label"><span><?php echo _("To: ") ?></span></td>
    <td>
-    <span id="redirect_to_loading_img" class="loadingImg" style="display:none"></span>
     <textarea id="redirect_to" name="redirect_to" rows="1" cols="75"></textarea>
+    <span id="redirect_to_loading_img" class="loadingImg" style="display:none"></span>
    </td>
   </tr>
  </table>
index 1afaec6..c3c974f 100644 (file)
@@ -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;
 }
index b94051e..15010d2 100644 (file)
@@ -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 {