[geary] Better styling of collapsed quotes: Refs bgo#724342



commit 641856983ec9bedb6af392298c7832feac054de2
Author: Robert Schroll <rschroll gmail com>
Date:   Tue Feb 18 13:51:38 2014 -0800

    Better styling of collapsed quotes: Refs bgo#724342
    
    Removes the padding between the blockquote and the expander button.
    Widens it closer to the width of the block.

 theming/message-viewer.css |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/theming/message-viewer.css b/theming/message-viewer.css
index 194dc41..b7645ea 100644
--- a/theming/message-viewer.css
+++ b/theming/message-viewer.css
@@ -517,7 +517,7 @@ body:not(.nohide) .quote_container.controllable.show .quote {
     bottom: -7px;
     left: 0;
     right: 0;
-    padding: 0 20%;
+    padding: 0 8px;
     display: none;
 }
 .quote_container > .shower > input,
@@ -534,6 +534,10 @@ body:not(.nohide) .quote_container.controllable.show .quote {
 }
 body:not(.nohide) .quote_container.controllable {
     margin-bottom: 7px;
+    padding-bottom: 0;
+}
+body:not(.nohide) .quote_container.controllable.show {
+    padding-bottom: 12px;
 }
 body:not(.nohide) .quote_container.controllable > .shower {
     display: block;


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