From a0d809919b44d242ad5b948c6a079c5c3f5812d2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sat, 1 Sep 2018 21:40:07 +0200 Subject: Add some support for multipart messages. --- assets/css/screen.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'assets/css/screen.css') diff --git a/assets/css/screen.css b/assets/css/screen.css index 21c55a4..9021320 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -155,6 +155,23 @@ input#query { border: none; } +.message .body .multipart { + padding-bottom: 1rem; +} + +.message .body .multipart + .multipart { + padding-top: 1rem; + padding-bottom: 1rem; + border-top: 1px dashed #ddd; +} + +.multipart.application-pgp-signature { + display: none; +} + +.multipart.text-x-patch { +} + .message .from .address { font-weight: bold; } @@ -221,3 +238,8 @@ input#query { .status-tag.open { background: #2cbe4e; } + +.error.parse { + font-style: italic; + font-size: 0.8em; +} -- cgit v1.2.3