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 | |
parent | 918bb927381ada0853c6a6ab959f879474dd21fa (diff) |
Fix login button size
Diffstat (limited to 'skins')
-rw-r--r-- | skins/larry/styles.css | 2 | ||||
-rw-r--r-- | skins/larry/templates/login.html | 2 |
2 files changed, 2 insertions, 2 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; } diff --git a/skins/larry/templates/login.html b/skins/larry/templates/login.html index 745bfefa4..816d4693b 100644 --- a/skins/larry/templates/login.html +++ b/skins/larry/templates/login.html @@ -14,7 +14,7 @@ <form name="form" action="./" method="post"> <roundcube:object name="loginform" form="form" size="40" /> -<p class="buttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> +<p class="formbuttons"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p> </form> </div> |