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 | 55 ++++++++++++++++++++++++++++++++++++++++++++----------- 1 files changed, 44 insertions(+), 11 deletions(-) diff --git a/skins/larry/settings.css b/skins/larry/settings.css index 0493e30..b02c6d5 100644 --- a/skins/larry/settings.css +++ b/skins/larry/settings.css @@ -211,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; @@ -251,21 +269,15 @@ padding: 2px; } -#subscription-table li a.name { - overflow: hidden; - text-overflow: ellipsis; - width: 100%; - float: left; -} - #subscription-table li input { position: absolute; - right: 0; + right: 8px; + top: 4px; + margin-right: 0; } -html.chrome #subscription-table li input, -html.opera #subscription-table li input { - margin-top: 6px; +#subscription-table li a { + padding-right: 28px; } .skinselection { @@ -322,6 +334,7 @@ #rcmfd_signature { width: 99%; min-width: 390px; + font-family: monospace; } #rcmfd_signature_toolbar1 td, @@ -333,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