Aleksander Machniak
2015-06-06 a7b04265710a926ce64a9a065505c4d98ae2583c
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;
}
@@ -201,9 +202,33 @@
  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;
}
html.mozilla #filter-form select
{
  padding-top: 3px;
  padding-bottom: 3px;
}
input.disabled, input.disabled:hover
@@ -226,6 +251,7 @@
select.operator_selector
{
  width: 200px;
  vertical-align: top;
}
td.rowtargets span,
@@ -234,6 +260,11 @@
  color: #666666;
  font-size: 10px;
  white-space: nowrap;
}
td.rowtargets label
{
  color: black;
}
#footer
@@ -301,7 +332,78 @@
#filter-form textarea
{
  font-size: 11px;
  vertical-align: middle;
}
/* smart multi-row input field */
.listarea
{
  border: 1px solid #666;
  margin: 0;
  padding: 1px;
  display: inline-block;
  max-height: 67px;
  overflow-y: auto;
  vertical-align: middle;
}
td.rowtargets > span.listarea
{
  vertical-align: top;
  margin-top: 2px;
}
.listelement
{
  display: block;
  white-space: nowrap;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  height: 16px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 16px;
}
.listarea.error .listelement
{
  background-color: #FFFFC4;
}
.listelement:first-child
{
  border-top: none;
}
#filter-form .listelement input
{
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  vertical-align: top;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 16px;
  background-color: transparent;
}
.listelement input:focus
{
  box-shadow: none;
}
.listelement .reset
{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(images/erase.png) -1px 0 no-repeat #eee;
  cursor: pointer;
}
/* fixes for popup window */
@@ -315,3 +417,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;
}