Thomas Bruederli
2015-04-17 a3644638aaf0418598196a870204e0b632a4c8ad
plugins/managesieve/skins/classic/managesieve.css
@@ -115,7 +115,7 @@
  padding: 20px 10px 10px 10px;
}
legend, label
#filter-form legend, #filter-form label
{
  color: #666666;
}
@@ -210,6 +210,13 @@
td.rowtargets div.adv
{
  padding-top: 3px;
}
td.rowtargets div.adv span.label
{
  display: inline-block;
  padding-right: 10px;
  min-width: 65px;
}
html.mozilla #filter-form select
@@ -319,6 +326,7 @@
#filter-form textarea
{
  font-size: 11px;
  vertical-align: middle;
}
/* smart multi-row input field */
@@ -330,6 +338,12 @@
  display: inline-block;
  max-height: 67px;
  overflow-y: auto;
}
td.rowtargets > span.listarea
{
  vertical-align: top;
  margin-top: 2px;
}
.listelement
@@ -396,3 +410,21 @@
{
  padding: 10px 5px 5px 5px;
}
#vacationform .listarea {
  max-height: 75px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
  height: 18px;
}
#vacationform .listelement .reset {
  background-position: -1px 1px;
}
#vacationform .listelement input {
  vertical-align: top;
  border: 0;
}