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/classic/settings.css | 134 +++++++++++++++++++++++++++++++++----------- 1 files changed, 100 insertions(+), 34 deletions(-) diff --git a/skins/classic/settings.css b/skins/classic/settings.css index 24c4382..673e145 100644 --- a/skins/classic/settings.css +++ b/skins/classic/settings.css @@ -11,60 +11,57 @@ background-color: #FFFFA6; } +#folderlist-title a.iconbutton.search { + background: url(images/icons/glass.png) no-repeat 0 0; + cursor: pointer; + position: absolute; + right: 4px; + top: 2px; + width: 16px; + text-indent: 50000px; +} + +.listsearchbox select { + width: 100%; + margin: 1px 0; +} + #identities-table, -#subscription-table, #sections-table { width: 100%; table-layout: fixed; } -#subscription-table input -{ - font: inherit; -} - -#subscription-table tbody td, -#identities-table tbody td, -#sections-table tbody td +#identities-table tbody tr td, +#sections-table tbody tr td { cursor: default; - text-overflow: ellipsis; - -o-text-overflow: ellipsis; - height: 18px; } -#subscription-table tr.virtual td +#identities-table tbody tr.readonly td { - color: #666; + font-style: italic; } -#subscription-table tr.root td +#subscription-table li.root { - font-size: 10%; + font-size: 5%; + line-height: 5px; height: 5px; + padding: 2px; } -#subscription-table tr.selected td -{ - color: #FFFFFF; - background-color: #CC3333; +#subscription-table li input { + position: absolute; + right: 0; + top: 2px; } -#subscription-table tr.droptarget td -{ - background-color: #FFFFA6; -} - -#subscription-table td.name -{ - width: auto; -} - -#subscription-table td.subscribed -{ - text-align: right; - padding-right: 12px; +#subscription-table li a { + padding-right: 20px; + overflow: hidden; + text-overflow: ellipsis; } #folder-box, @@ -81,10 +78,21 @@ } #identity-details table td.title, +#response-details table td.title, #folder-details table td.title { font-weight: bold; text-align: right; + width: 1%; + white-space: nowrap; +} + +#response-details table td.title +{ + text-align: left; + vertical-align: top; + width: 140px; + padding-top: 5px; } #bottomboxes @@ -147,6 +155,12 @@ float: right; } +#formfooter .footerindent +{ + padding: 10px 0; + margin-left: 155px; +} + #quota { position: absolute; @@ -198,6 +212,46 @@ margin-top: 1.5em; } +.skinselection +{ + display: block; + white-space: nowrap; + margin: 0.3em 0; +} + +.skinselection span +{ + display: inline-block; + vertical-align: middle; + padding-right: 1em; +} + +.skinselection .skinname +{ + font-weight: bold; +} + +.skinselection .skinlicense, +.skinselection .skinlicense a +{ + color: #999; + font-style: italic; + text-decoration: none; +} + +.skinselection .skinlicense a:hover +{ + text-decoration: underline; +} + +img.skinthumbnail +{ + width: 64px; + height: 64px; + border: 1px solid #999; + background: #fff; +} + #pluginlist { border: 1px solid #999; @@ -213,3 +267,15 @@ { overflow: auto; } + +#rcmfd_signature +{ + width: 99%; + min-width: 390px; +} + +#rcmfd_signature_toolbar1 td, +#rcmfd_signature_toolbar2 td +{ + width: auto; +} -- Gitblit v1.9.1