summaryrefslogtreecommitdiff
path: root/templates/install_login.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/install_login.tpl')
-rw-r--r--templates/install_login.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/install_login.tpl b/templates/install_login.tpl
index c680bf0..8df50ac 100644
--- a/templates/install_login.tpl
+++ b/templates/install_login.tpl
@@ -7,7 +7,7 @@
{formfeedback error="$error"}
{formlabel label="Username or Email" for="user"}
{forminput}
- <input type="text" name="user" id="user" size="25" />
+ <input type="text" class="form-control" name="user" id="user" />
{formhelp note=""}
{/forminput}
</div>
@@ -15,7 +15,7 @@
<div class="form-group">
{formlabel label="Password" for="pass"}
{forminput}
- <input type="password" name="pass" id="pass" size="25" />
+ <input type="password" class="form-control" name="pass" id="pass" />
{/forminput}
</div>