From 65a2c4bedc8ffacdefae36f9b28db8a7eb66a0f4 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 7 Sep 2018 13:01:52 +0200 Subject: view: Allow downloading any message part. --- assets/css/screen.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'assets') diff --git a/assets/css/screen.css b/assets/css/screen.css index 4bbcfb7..6f92864 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -165,6 +165,12 @@ table { content: ""; } +.download-part { + float: right; + font-size: 0.8em; + font-style: italic; +} + .message .from .address { font-weight: bold; } -- cgit v1.2.3