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:48 +0200 |
commit | a15c0aa218fabd2de93e962dc7c697c4bf7ce72f (patch) | |
tree | c5d0fd084c340c04780922499e8ad338d9189a84 /skins | |
parent | a2027101df54453a162b6a609bc85e5488ed7284 (diff) |
Add some padding to iframe footer
Diffstat (limited to 'skins')
-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 { |