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/templates/login.html | |
parent | 918bb927381ada0853c6a6ab959f879474dd21fa (diff) |
Fix login button size
Diffstat (limited to 'skins/larry/templates/login.html')
-rw-r--r-- | skins/larry/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
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> |