diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-12 04:13:39 -0500 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-12 04:13:39 -0500 |
commit | a94f4be8d2cad46926d1fb2734d16ed2a04868be (patch) | |
tree | b166120842a12c6568924d80016728bc8f6e128d /plugins/managesieve/skins | |
parent | f652e36b2b2e958ceba3739041e257a4b39f19d0 (diff) |
Fix padding of some form elements
Diffstat (limited to 'plugins/managesieve/skins')
-rw-r--r-- | plugins/managesieve/skins/larry/managesieve.css | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/plugins/managesieve/skins/larry/managesieve.css b/plugins/managesieve/skins/larry/managesieve.css index 61d1c89a8..5c1836299 100644 --- a/plugins/managesieve/skins/larry/managesieve.css +++ b/plugins/managesieve/skins/larry/managesieve.css @@ -309,19 +309,10 @@ a.button.disabled 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 |