[evolution/wip-webkit2] EMailFormatterHeaders - Align the +/- button in headers with iframe below



commit 05763ca1783537bc00cbab2a23479940e3ae173b
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Nov 19 16:46:04 2013 +0100

    EMailFormatterHeaders - Align the +/- button in headers with iframe below

 em-format/e-mail-formatter-headers.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/em-format/e-mail-formatter-headers.c b/em-format/e-mail-formatter-headers.c
index 3117bec..3687bad 100644
--- a/em-format/e-mail-formatter-headers.c
+++ b/em-format/e-mail-formatter-headers.c
@@ -524,7 +524,7 @@ emfe_headers_format (EMailFormatterExtension *extension,
        g_string_append_printf (
                buffer,
                "%s id=\"%s\"><table class=\"-e-mail-formatter-header-color\" border=\"0\" width=\"100%%\" "
-               "style=\"direction: %s\">"
+               "style=\"direction: %s; border-spacing: 0px\">"
                "<tr>",
                (context->mode != E_MAIL_FORMATTER_MODE_PRINTING) ?
                        "<div class=\"headers -e-mail-formatter-body-color\"" :
@@ -535,7 +535,7 @@ emfe_headers_format (EMailFormatterExtension *extension,
        if (is_collapsable)
                g_string_append_printf (
                        buffer,
-                       "<td valign=\"top\" width=\"16\">"
+                       "<td valign=\"top\" width=\"16\" style=\"padding-left: 0px\">"
                        "<img src=\"evo-file://%s/%s\" class=\"navigable\" "
                        "     id=\"__evo-collapse-headers-img\" />"
                        "</td>",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]