diff options
author | thomascube <thomas@roundcube.net> | 2011-12-15 20:36:39 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-15 20:36:39 +0000 |
commit | 264476005079e890756ad9f4d57906e4a8d8bab8 (patch) | |
tree | a49f625c607040e087d274550956c0b2670875a7 /skins/larry/styles.css | |
parent | 918bb927381ada0853c6a6ab959f879474dd21fa (diff) |
Fix login button size
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 c1847f2f9..0aeb2fa68 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -825,7 +825,7 @@ table.propform .mceLayout td { padding-right: 1em; } -#login-form p.buttons { +#login-form p.formbuttons { margin-top: 2em; text-align: center; } |