Aleksander Machniak
2014-06-09 13b33da51a70300f9080a643b25cf2c474322fbe
plugins/managesieve/skins/larry/managesieve.css
@@ -89,7 +89,7 @@
  padding: 20px 10px 10px 10px;
}
legend, label
#filter-form legend, #filter-form label
{
  color: #666666;
}
@@ -124,7 +124,7 @@
  min-width: 600px;
}
td
#filter-form td
{
  vertical-align: top;
}
@@ -306,6 +306,7 @@
  font-size: 11px;
  padding: 1px;
  vertical-align: middle;
  max-width: 280px;
}
html.mozilla #filter-form select
@@ -414,3 +415,43 @@
{
  padding: 10px 5px 5px 5px;
}
/* vacation form */
#settings-sections .vacation a {
  background-image: url(images/vacation_icons.png);
   background-repeat: no-repeat;
   background-position: 7px 1px;
}
#settings-sections .vacation.selected a {
  background-position: 7px -23px;
}
#managesieve-vacation {
  position: absolute;
  top: 0;
  left: 212px;
  right: 0;
  bottom: 0;
  overflow: auto;
}
#vacationform .listarea {
  max-height: 91px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
  height: 22px;
}
#vacationform .listelement .reset {
  background-position: -1px 3px;
}
#vacationform .listelement input {
  vertical-align: top;
  border: 0;
  box-shadow: none;
}