diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-31 15:26:20 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-05-31 15:26:20 +0200 |
commit | fcd3f571732f62719724782b81afdcc5eca562d0 (patch) | |
tree | 8c58bb4f54db698a0ff7265ffb1310bde7295ac6 /skins/larry/styles.css | |
parent | 8ce602461821bfc4fb1c5b2d40fb7468d9c299c7 (diff) |
Add some padding to iframe footer
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 55cdc47f9..908642ce8 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1086,7 +1086,7 @@ body.iframe .footerbuttons { } .footerleft { - padding: 0 12px; + padding: 0 12px 10px 12px; } .propform fieldset { |