Aleksander Machniak
2015-06-06 a7b04265710a926ce64a9a065505c4d98ae2583c
plugins/managesieve/skins/larry/managesieve.css
@@ -58,6 +58,7 @@
#filtersetslist tbody tr.disabled td
{
  color: #87A3AA;
   text-decoration: line-through;
}
#filtersetslist tbody td
@@ -67,13 +68,13 @@
#filterslist tbody tr.filtermoveup td
{
  border-top: 2px dotted #555;
  border-top: 2px dotted #555 !important;
  padding-top: 5px;
}
#filterslist tbody tr.filtermovedown td
{
  border-bottom: 2px dotted #555;
  border-bottom: 2px dotted #555 !important;
  padding-bottom: 4px;
}
@@ -192,6 +193,10 @@
  display: inline-block;
  padding-right: 5px;
  min-width: 70px;
}
td.rowtargets div a {
  margin-left: 10px;
}
input.disabled, input.disabled:hover
@@ -332,6 +337,7 @@
  display: inline-block;
  max-height: 59px;
  overflow-y: auto;
  vertical-align: middle;
}
td.rowtargets > span.listarea
@@ -448,3 +454,7 @@
#vacationform td.vacation {
  white-space: nowrap;
}
#vacationform input.button {
  margin-left: 10px;
}