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 |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index c13cd4f..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 ***/
 
@@ -879,10 +882,6 @@
 	margin: 8px;
 }
 
-#messagebody.mailvelope > iframe {
-	width: 99% !important;
-}
-
 #message-objects div,
 #messagebody span.part-notice {
 	margin: 8px;
@@ -960,13 +959,13 @@
 }
 
 div.message-partheaders .headers-table td.header-title {
-	width: auto;
+	width: 1%;
 	padding-left: 0;
 	vertical-align: top;
 }
 
 div.message-partheaders .headers-table td.header {
-	width: 88%;
+	width: 99%;
 }
 
 #messagebody > hr {
@@ -1367,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