Aleksander Machniak
2016-05-04 de14ec6aa0dd41f6d414da93bf83b52783e48632
plugins/managesieve/skins/larry/managesieve.css
@@ -58,6 +58,7 @@
#filtersetslist tbody tr.disabled td
{
  color: #87A3AA;
   text-decoration: line-through;
}
#filtersetslist tbody td
@@ -92,6 +93,7 @@
#filter-form legend, #filter-form label
{
  color: #666666;
  vertical-align: middle;
}
#rules, #actions
@@ -145,12 +147,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
@@ -192,6 +194,15 @@
  display: inline-block;
  padding-right: 5px;
  min-width: 70px;
}
td.rowtargets div a {
  margin-left: 10px;
}
td.rowtargets div.adv input
{
  margin-bottom: 1px;
}
input.disabled, input.disabled:hover
@@ -277,7 +288,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;
@@ -286,7 +297,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;
@@ -312,7 +323,7 @@
/* revert larry style button */
#filter-form input.button
{
  padding: inherit;
  padding: 4px 12px;
}
fieldset
@@ -332,6 +343,7 @@
  display: inline-block;
  max-height: 59px;
  overflow-y: auto;
  vertical-align: middle;
}
td.rowtargets > span.listarea
@@ -387,7 +399,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 -1px no-repeat #eee;
  cursor: pointer;
}
@@ -408,7 +420,7 @@
/* vacation form */
#settings-sections .vacation a {
  background-image: url(images/vacation_icons.png);
  background-image: url(images/vacation_icons.png?v=e738.767);
   background-repeat: no-repeat;
   background-position: 7px 1px;
}
@@ -448,3 +460,7 @@
#vacationform td.vacation {
  white-space: nowrap;
}
#vacationform input.button {
  margin-left: 10px;
}