From 9c38c58e1e60c5d6d793eaa35692c8d80ece2d58 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Mon, 20 Apr 2015 05:47:38 -0400 Subject: Add option to prepopulate vacation addresses on form init (#1490030) --- plugins/managesieve/skins/larry/managesieve.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'plugins/managesieve/skins/larry/managesieve.css') diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css index aa502a07c..d5098e0ce 100644 --- a/plugins/managesieve/skins/larry/managesieve.css +++ b/plugins/managesieve/skins/larry/managesieve.css @@ -194,6 +194,10 @@ td.rowtargets div.adv span.label min-width: 70px; } +td.rowtargets div a { + margin-left: 10px; +} + input.disabled, input.disabled:hover { color: #999999; @@ -312,7 +316,7 @@ a.button.disabled /* revert larry style button */ #filter-form input.button { - padding: inherit; + padding: 4px 12px; } fieldset @@ -332,6 +336,7 @@ fieldset display: inline-block; max-height: 59px; overflow-y: auto; + vertical-align: middle; } td.rowtargets > span.listarea @@ -448,3 +453,7 @@ body.iframe.mail #filter-form #vacationform td.vacation { white-space: nowrap; } + +#vacationform input.button { + margin-left: 10px; +} -- cgit v1.2.3