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/settings.css |   79 ++++++++++++++++++++++++++++++---------
 1 files changed, 60 insertions(+), 19 deletions(-)

diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index 0517f3c..b02c6d5 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -45,7 +45,7 @@
 
 #preferences-frame {
 	border: 0;
-	border-radius: 4px 4px 0 0;
+	border-radius: 4px;
 }
 
 #preferences-details fieldset.advanced legend {
@@ -78,7 +78,7 @@
 	background-position: -24px -1137px;
 }
 
-#sections-table td.section,
+#sections-table tbody td,
 #sections-table .listitem span,
 #settings-sections .listitem a,
 #settings-sections .tablink a {
@@ -107,14 +107,20 @@
 	background-position: 6px -455px;
 }
 
-#settings-sections .folders a,
-#sections-table #rcmrowfolders .section {
+#settings-sections .folders a {
 	background-position: 6px 2px;
 }
 
-#settings-sections .folders.selected a,
-#sections-table #rcmrowfolders.selected .section {
+#settings-sections .folders.selected a {
 	background-position: 6px -22px;
+}
+
+#sections-table #rcmrowfolders .section {
+	background-position: 4px 2px;
+}
+
+#sections-table #rcmrowfolders.selected .section {
+	background-position: 4px -22px;
 }
 
 #settings-sections .identities a {
@@ -205,6 +211,24 @@
 	background-position: 4px -550px;
 }
 
+#folderslist .boxtitle a.iconbutton.search {
+	background-position: -2px -317px;
+	cursor: pointer;
+	position: absolute;
+	right: 8px;
+	top: 8px;
+	width: 16px;
+}
+
+#folderslist .listsearchbox + .scroller {
+	top: 34px;
+}
+
+.listsearchbox select {
+	width: 100%;
+	margin: 0 0 4px 0;
+}
+
 #folderslist,
 #identitieslist {
 	position: absolute;
@@ -238,26 +262,22 @@
 	bottom: 0;
 }
 
-#subscription-table {
-	table-layout: fixed;
-}
-
-#subscription-table tr.root td {
+#subscription-table li.root {
 	font-size: 5%;
+	line-height: 5px;
 	height: 5px;
 	padding: 2px;
 }
 
-#subscription-table td.name {
-	width: 85%;
-	overflow: hidden;
-	text-overflow: ellipsis;
+#subscription-table li input {
+	position: absolute;
+	right: 8px;
+	top: 4px;
+	margin-right: 0;
 }
 
-#subscription-table td.subscribed {
-	min-width: 30px;
-	padding: 3px 12px 3px 3px;
-	text-align: right;
+#subscription-table li a {
+	padding-right: 28px;
 }
 
 .skinselection {
@@ -314,6 +334,7 @@
 #rcmfd_signature {
 	width: 99%;
 	min-width: 390px;
+	font-family: monospace;
 }
 
 #rcmfd_signature_toolbar1 td,
@@ -325,3 +346,23 @@
 	padding-left: 1em;
 	font-style: italic;
 }
+
+#pluginlist {
+	table-layout: auto;
+}
+
+#pluginlist th.version {
+	width: 1%;
+}
+
+.readtext {
+	width: 45em;
+	padding: 12px;
+	font-size: 12px;
+}
+
+.readtext > h1,
+.readtext > h2,
+.readtext > h3 {
+	margin-top: 0;
+}

--
Gitblit v1.9.1