From 4044be4f1934ee41e51524d681b688dd7671a60e Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Thu, 03 Apr 2014 12:00:47 -0400
Subject: [PATCH] Fix list-input fields in Vacation interface

---
 plugins/managesieve/skins/larry/managesieve.css |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css
index b36d97f..1f954ca 100644
--- a/plugins/managesieve/skins/larry/managesieve.css
+++ b/plugins/managesieve/skins/larry/managesieve.css
@@ -435,18 +435,20 @@
 }
 
 #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;
 }

--
Gitblit v1.9.1