diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-09-07 13:01:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-09-07 13:01:52 +0200 |
commit | 65a2c4bedc8ffacdefae36f9b28db8a7eb66a0f4 (patch) | |
tree | 10bf5dd1851028251a2157b3e5518902bdba534e /assets/css | |
parent | ea44f1917960996da5755a23bf7c1db1ecc56743 (diff) |
view: Allow downloading any message part.
Diffstat (limited to 'assets/css')
-rw-r--r-- | assets/css/screen.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |