Aleksander Machniak
2014-11-12 a94f4be8d2cad46926d1fb2734d16ed2a04868be
Fix padding of some form elements
1 files modified
11 ■■■■■ changed files
plugins/managesieve/skins/larry/managesieve.css 11 ●●●●● patch | view | raw | blame | history
plugins/managesieve/skins/larry/managesieve.css
@@ -309,19 +309,10 @@
  max-width: 280px;
}
html.mozilla #filter-form select
{
  padding-top: 3px;
  padding-bottom: 3px;
}
/* revert larry style button */
#filter-form input.button
{
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  padding: 4px 12px;
}
fieldset