diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-24 10:53:29 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-24 10:53:29 +0200 |
commit | c883f687d922c84ba607b96b0aee15fbd1829a88 (patch) | |
tree | 48e6b84912ed280be784d6980f55ef0bb9e7067e /plugins/managesieve/skins/larry | |
parent | a7343c243cb04885e076ab4b471c2f7fa1a2455b (diff) |
Add possibility to specify an after-vacation-rule action (keep, discard, redirect) in Vacation UI
Diffstat (limited to 'plugins/managesieve/skins/larry')
-rw-r--r-- | plugins/managesieve/skins/larry/managesieve.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css index a0526eb68..31971a990 100644 --- a/plugins/managesieve/skins/larry/managesieve.css +++ b/plugins/managesieve/skins/larry/managesieve.css @@ -455,3 +455,7 @@ body.iframe.mail #filter-form border: 0; box-shadow: none; } + +#vacationform td.vacation { + white-space: nowrap; +} |