summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2014-03-15 18:50:09 +0100
committerAleksander Machniak <alec@alec.pl>2014-04-03 18:00:47 +0200
commit4044be4f1934ee41e51524d681b688dd7671a60e (patch)
tree30d2e62ce4a13c2a2882055f441bf8eae1c901b2
parentfda13f337c074c335d6f0c553d66dfb9ea21b503 (diff)
Fix list-input fields in Vacation interface
-rw-r--r--plugins/managesieve/skins/classic/managesieve.css7
-rw-r--r--plugins/managesieve/skins/larry/managesieve.css8
2 files changed, 9 insertions, 6 deletions
diff --git a/plugins/managesieve/skins/classic/managesieve.css b/plugins/managesieve/skins/classic/managesieve.css
index dea0a9485..836e16d5a 100644
--- a/plugins/managesieve/skins/classic/managesieve.css
+++ b/plugins/managesieve/skins/classic/managesieve.css
@@ -412,18 +412,19 @@ body.iframe.mail #filter-form
}
#vacationform .listarea {
- max-height: 83px;
+ max-height: 75px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
- height: 20px;
+ height: 18px;
}
#vacationform .listelement .reset {
- background-position: -1px 2px;
+ background-position: -1px 1px;
}
#vacationform .listelement input {
vertical-align: top;
+ border: 0;
}
diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css
index b36d97ffd..1f954caf2 100644
--- a/plugins/managesieve/skins/larry/managesieve.css
+++ b/plugins/managesieve/skins/larry/managesieve.css
@@ -435,18 +435,20 @@ body.iframe.mail #filter-form
}
#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;
}