Aleksander Machniak
2016-05-22 0344b168276f80189e2254c75a762aff5b517b6b
plugins/managesieve/skins/classic/managesieve.css
@@ -54,6 +54,7 @@
#filtersetslist tbody tr.disabled td
{
  color: #999999;
   text-decoration: line-through;
}
#filtersetslist tbody td
@@ -171,12 +172,12 @@
td.advbutton a.show
{
  background: url(images/down_small.gif) center no-repeat;
  background: url(images/down_small.gif?v=8629.106) center no-repeat;
}
td.advbutton a.hide
{
  background: url(images/up_small.gif) center no-repeat;
  background: url(images/up_small.gif?v=c56c.106) center no-repeat;
}
td.rowbuttons
@@ -219,6 +220,16 @@
  min-width: 65px;
}
td.rowtargets div a
{
  margin-left: 10px;
}
td.rowtargets div.adv input
{
  margin-bottom: 1px;
}
html.mozilla #filter-form select
{
  padding-top: 3px;
@@ -249,6 +260,7 @@
}
td.rowtargets span,
td.rowtargets label,
span.label
{
  color: #666666;
@@ -299,7 +311,7 @@
a.button.add
{
  background: url(images/add.png) no-repeat;
  background: url(images/add.png?v=a165.280) no-repeat;
  width: 30px;
  height: 20px;
  margin-right: 4px;
@@ -308,7 +320,7 @@
a.button.del
{
  background: url(images/del.png) no-repeat;
  background: url(images/del.png?v=3c27.247) no-repeat;
  width: 30px;
  height: 20px;
  display: inline-block;
@@ -338,6 +350,7 @@
  display: inline-block;
  max-height: 67px;
  overflow-y: auto;
  vertical-align: middle;
}
td.rowtargets > span.listarea
@@ -393,7 +406,7 @@
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/erase.png) -1px 0 no-repeat #eee;
  background: url(images/erase.png?v=3052.453) -1px 0 no-repeat #eee;
  cursor: pointer;
}
@@ -412,18 +425,23 @@
}
#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;
}
#vacationform input.button {
  margin-left: 10px;
}