From 641856983ec9bedb6af392298c7832feac054de2 Mon Sep 17 00:00:00 2001 From: Robert Schroll Date: Tue, 18 Feb 2014 13:51:38 -0800 Subject: [PATCH] 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 file changed, 5 insertions(+), 1 deletion(-) diff --git a/theming/message-viewer.css b/theming/message-viewer.css index 194dc414..b7645ea3 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;