summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2009-09-22 18:08:45 +0000
committeralecpl <alec@alec.pl>2009-09-22 18:08:45 +0000
commit6a486e0bef9ba32ad5ef12fac66d3b1ecf21252e (patch)
treeff220b68cf539fcf45cc7e4c6a9e3089f25b3684 /skins
parent6d479a622bfb779e07e7ac7bd12154ec951982e5 (diff)
- allow setting login inputs size in skin template (#1486155)
Diffstat (limited to 'skins')
-rw-r--r--skins/default/templates/login.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/default/templates/login.html b/skins/default/templates/login.html
index a61e70c0b..680900136 100644
--- a/skins/default/templates/login.html
+++ b/skins/default/templates/login.html
@@ -16,7 +16,7 @@
<div class="boxcontent">
<form name="form" action="./" method="post">
-<roundcube:object name="loginform" form="form" autocomplete="off" />
+<roundcube:object name="loginform" form="form" autocomplete="off" size="30" />
<p style="text-align:center;"><input type="submit" class="button mainaction" value="<roundcube:label name='login' />" /></p>