Aleksander Machniak
2015-06-06 a7b04265710a926ce64a9a065505c4d98ae2583c
plugins/managesieve/skins/larry/managesieve.css
@@ -43,7 +43,7 @@
#filtersetslist
{
  width: 100%;
  table-layout: fixed;
  table-layout: fixed;
}
#filterslist tbody td,
@@ -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;
}
@@ -89,7 +90,7 @@
  padding: 20px 10px 10px 10px;
}
legend, label
#filter-form legend, #filter-form label
{
  color: #666666;
}
@@ -124,7 +125,7 @@
  min-width: 600px;
}
td
#filter-form td
{
  vertical-align: top;
}
@@ -184,6 +185,18 @@
td.rowtargets div.adv
{
  padding-top: 3px;
  font-size: 10px;
}
td.rowtargets div.adv span.label
{
  display: inline-block;
  padding-right: 5px;
  min-width: 70px;
}
td.rowtargets div a {
  margin-left: 10px;
}
input.disabled, input.disabled:hover
@@ -297,21 +310,14 @@
{
  font-size: 11px;
  padding: 1px;
}
html.mozilla #filter-form select
{
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
  max-width: 280px;
}
/* revert larry style button */
#filter-form input.button
{
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding: 4px 12px;
}
fieldset
@@ -325,14 +331,19 @@
  border: 1px solid #B2B2B2;
  border-radius: 4px;
  box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
  -moz-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
  -webkit-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
  -o-box-shadow: inset 0 0 2px 1px rgba(0,0,0, 0.1);
  margin: 0;
  padding: 2px;
  display: inline-block;
  max-height: 59px;
  overflow-y: auto;
  vertical-align: middle;
}
td.rowtargets > span.listarea
{
  vertical-align: top;
  margin-top: 2px;
}
.listelement
@@ -377,20 +388,12 @@
  box-shadow: none;
}
.listelement .actions
{
  display: inline-block;
  width: 32px;
  height: 16px;
  background: url(images/plus_minus.png) -1px -1px no-repeat #eee;
}
.actions .add,
.actions .reset
.listelement .reset
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/erase.png) -1px -1px no-repeat #eee;
  cursor: pointer;
}
@@ -407,3 +410,51 @@
{
  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;
}
#vacationform td.vacation {
  white-space: nowrap;
}
#vacationform input.button {
  margin-left: 10px;
}