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 --- plugins/managesieve/skins/larry/managesieve.css | 48 ++++++++++++++++++++++++++++-------------------- 1 files changed, 28 insertions(+), 20 deletions(-) diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css index b36d97f..5193b42 100644 --- a/plugins/managesieve/skins/larry/managesieve.css +++ b/plugins/managesieve/skins/larry/managesieve.css @@ -58,6 +58,7 @@ #filtersetslist tbody tr.disabled td { color: #87A3AA; + text-decoration: line-through; } #filtersetslist tbody td @@ -67,13 +68,13 @@ #filterslist tbody tr.filtermoveup td { - border-top: 2px dotted #555; + border-top: 2px dotted #555 !important; padding-top: 5px; } #filterslist tbody tr.filtermovedown td { - border-bottom: 2px dotted #555; + border-bottom: 2px dotted #555 !important; padding-bottom: 4px; } @@ -194,6 +195,10 @@ min-width: 70px; } +td.rowtargets div a { + margin-left: 10px; +} + input.disabled, input.disabled:hover { color: #999999; @@ -306,21 +311,13 @@ font-size: 11px; padding: 1px; vertical-align: middle; -} - -html.mozilla #filter-form select -{ - padding-top: 3px; - padding-bottom: 3px; + max-width: 280px; } /* revert larry style button */ #filter-form input.button { - padding-bottom: 2px; - padding-left: 5px; - padding-right: 5px; - padding-top: 2px; + padding: 4px 12px; } fieldset @@ -334,14 +331,13 @@ border: 1px solid #B2B2B2; border-radius: 4px; box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1); - -moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1); -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1); - -o-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1); margin: 0; padding: 2px; display: inline-block; max-height: 59px; overflow-y: auto; + vertical-align: middle; } td.rowtargets > span.listarea @@ -417,11 +413,13 @@ /* vacation form */ -#settings-sections span.vacation a { - background: url(images/vacation_icons.png) no-repeat 7px 1px; +#settings-sections .vacation a { + background-image: url(images/vacation_icons.png); + background-repeat: no-repeat; + background-position: 7px 1px; } -#settings-sections span.vacation.selected a { +#settings-sections .vacation.selected a { background-position: 7px -23px; } @@ -435,18 +433,28 @@ } #vacationform .listarea { - max-height: 83px; + max-height: 91px; } #vacationform .listelement, #vacationform .listelement .reset { - height: 27px; + height: 22px; } #vacationform .listelement .reset { - background-position: -1px 5px; + background-position: -1px 3px; } #vacationform .listelement input { vertical-align: top; + border: 0; + box-shadow: none; +} + +#vacationform td.vacation { + white-space: nowrap; +} + +#vacationform input.button { + margin-left: 10px; } -- Gitblit v1.9.1