From bd0551b22076b82a6d49e9f7a2b2e0c90a1b2326 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Fri, 05 Feb 2016 07:25:27 -0500 Subject: [PATCH] Secure also downloads of addressbook exports, managesieve script exports and Enigma keys exports --- skins/larry/mail.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 80e2109..969cb1f 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -251,6 +251,9 @@ background-position: -28px -458px; } +#s_interval { + margin: 3px 8px; +} /*** message list ***/ @@ -1363,6 +1366,10 @@ -webkit-box-shadow: 0 0 5px 2px rgba(71,135,177, 0.9); } +#compose-attachments .attachment-size { + color: #888; +} + #composeview-bottom .formbuttons.floating { position: absolute; width: auto; -- Gitblit v1.9.1