Aleksander Machniak
2016-05-04 de14ec6aa0dd41f6d414da93bf83b52783e48632
plugins/managesieve/skins/classic/managesieve.css
@@ -54,6 +54,7 @@
#filtersetslist tbody tr.disabled td
{
  color: #999999;
   text-decoration: line-through;
}
#filtersetslist tbody td
@@ -115,7 +116,7 @@
  padding: 20px 10px 10px 10px;
}
legend, label
#filter-form legend, #filter-form label
{
  color: #666666;
}
@@ -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
@@ -201,9 +202,38 @@
  padding-top: 2px;
}
td.rowtargets > div
{
  vertical-align: top;
  margin-top: 2px;
}
td.rowtargets div.adv
{
  padding-top: 3px;
}
td.rowtargets div.adv span.label
{
  display: inline-block;
  padding-right: 10px;
  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;
  padding-bottom: 3px;
}
input.disabled, input.disabled:hover
@@ -230,6 +260,7 @@
}
td.rowtargets span,
td.rowtargets label,
span.label
{
  color: #666666;
@@ -280,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;
@@ -289,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;
@@ -307,6 +338,7 @@
#filter-form textarea
{
  font-size: 11px;
  vertical-align: middle;
}
/* smart multi-row input field */
@@ -318,6 +350,13 @@
  display: inline-block;
  max-height: 67px;
  overflow-y: auto;
  vertical-align: middle;
}
td.rowtargets > span.listarea
{
  vertical-align: top;
  margin-top: 2px;
}
.listelement
@@ -367,7 +406,7 @@
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/erase.png) -1px -1px no-repeat #eee;
  background: url(images/erase.png?v=3052.453) -1px 0 no-repeat #eee;
  cursor: pointer;
}
@@ -384,3 +423,25 @@
{
  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;
}
#vacationform input.button {
  margin-left: 10px;
}