Aleksander Machniak
2014-03-15 4044be4f1934ee41e51524d681b688dd7671a60e
Fix list-input fields in Vacation interface
2 files modified
15 ■■■■■ changed files
plugins/managesieve/skins/classic/managesieve.css 7 ●●●●● patch | view | raw | blame | history
plugins/managesieve/skins/larry/managesieve.css 8 ●●●●● patch | view | raw | blame | history
plugins/managesieve/skins/classic/managesieve.css
@@ -412,18 +412,19 @@
}
#vacationform .listarea {
  max-height: 83px;
  max-height: 75px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
  height: 20px;
  height: 18px;
}
#vacationform .listelement .reset {
  background-position: -1px 2px;
  background-position: -1px 1px;
}
#vacationform .listelement input {
  vertical-align: top;
  border: 0;
}
plugins/managesieve/skins/larry/managesieve.css
@@ -435,18 +435,20 @@
}
#vacationform .listarea {
  max-height: 83px;
  max-height: 91px;
}
#vacationform .listelement,
#vacationform .listelement .reset {
  height: 27px;
  height: 22px;
}
#vacationform .listelement .reset {
  background-position: -1px 5px;
  background-position: -1px 3px;
}
#vacationform .listelement input {
  vertical-align: top;
  border: 0;
  box-shadow: none;
}