Beautified the margins on the nested blockquotes in the message view
authorStefan Garthe <themgt@uncensored.citadel.org>
Tue, 21 Aug 2012 12:03:28 +0000 (14:03 +0200)
committerStefan Garthe <themgt@uncensored.citadel.org>
Tue, 21 Aug 2012 12:05:26 +0000 (14:05 +0200)
This makes emails with lots of quotes inside of quotes more legible

webcit/static/styles/message.css

index 600b9d41747fa350fb2a6b7a58b15032eefd5c18..875a7e1accb8aaefac562bddd9aa2ebb78328870 100644 (file)
@@ -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 --- */