[geary/wip/765516-gtk-widget-conversation-viewer: 134/169] Fix lack of padding around GMail blockquotes.



commit 1e9888eb4276be2d657b31f308d29a4a59e87a39
Author: Michael James Gratton <mike vee net>
Date:   Wed Aug 17 22:19:47 2016 +1000

    Fix lack of padding around GMail blockquotes.

 ui/conversation-web-view.css |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/ui/conversation-web-view.css b/ui/conversation-web-view.css
index c829ec0..f5e2795 100644
--- a/ui/conversation-web-view.css
+++ b/ui/conversation-web-view.css
@@ -51,7 +51,7 @@ hr {
 }
 
 blockquote {
-  margin: 1em 16px;
+  margin: 0.5em 16px;
   border: 0;
   border-left: 3px #aaa solid;
   padding: 0 8px;
@@ -88,9 +88,13 @@ pre {
 
   .geary_quote_container {
     position: relative;
+    /* Split 1em of top/bottom margin between here and the default
+    blockquote style, so if a message specifies 0px margin and padding
+    (i.e. GMail) there will still be some space space between the
+    container's background and and the blockquote. */
     margin: 0.5em 0;
     border-radius: 4px;
-    padding: 0;
+    padding: 0.5em 0;
     color: #303030;
     background-color: #e8e8e8;/* recv-quoted */
   }
@@ -100,7 +104,7 @@ pre {
 
   .geary_quote_container > .quote {
     position: relative;
-    margin: 0;
+    padding: 0;
     border: 0;
     padding: 0;
     overflow: hidden;


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