Tweaks to reply quote styling
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 10 Feb 2010 19:54:45 +0000 (12:54 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 11 Feb 2010 08:24:53 +0000 (01:24 -0700)
imp/lib/Compose.php

index 93c42e9..1da1b90 100644 (file)
@@ -1482,7 +1482,7 @@ class IMP_Compose
         if (!empty($msg_text) &&
             ($compose_html || ($msg_text['mode'] == 'html'))) {
             $msg = '<p>' . $this->text2html(trim($msg_pre)) . '</p>' .
-                   '<div style="border-left:1px solid blue;padding-left:15px;background-color:#f0f0f0">' .
+                   '<div class="impquote" style="border-left:1px solid blue;padding-left:10px;background-color:#f0f0f0">' .
                    (($msg_text['mode'] == 'text') ? $this->text2html($msg_text['text']) : $msg_text['text']) .
                    '</div>' .
                    ($msg_post ? $this->text2html($msg_post) : '') . '<br />';