From 8b0fce83df9de88274833e9f1e178e51241ce3b4 Mon Sep 17 00:00:00 2001 From: Stefan Garthe Date: Tue, 21 Aug 2012 14:03:28 +0200 Subject: [PATCH] Beautified the margins on the nested blockquotes in the message view This makes emails with lots of quotes inside of quotes more legible --- webcit/static/styles/message.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/webcit/static/styles/message.css b/webcit/static/styles/message.css index 600b9d417..875a7e1ac 100644 --- a/webcit/static/styles/message.css +++ b/webcit/static/styles/message.css @@ -67,7 +67,8 @@ /* if you make changes here, port them to WEBCIT-TINYMCE.css! */ .message_content blockquote { /*border: 1px solid #5C646B;*/ - padding: 0.3em; + padding: 0.2em; + margin: 0.3em 0.5em; } .message_content blockquote .message_header span { @@ -89,6 +90,7 @@ blockquote .message_header { blockquote .message_content { padding: 0; background-color: transparent; + margin: 0.3em; } /* --- End of blockquoting block --- */ -- 2.30.2