Made form elements large

This commit is contained in:
Key Networks
2018-01-09 17:25:23 +08:00
parent fc22e63efa
commit 23ef1a02c3
4 changed files with 16 additions and 13 deletions
+6 -5
View File
@@ -26,7 +26,7 @@ block login_content
.input-group
span.input-group-addon
i.glyphicon.glyphicon-user
input#username.form-control(type='text' name='username' placeholder='Enter your username')
input#username.form-control.input-lg(type='text' name='username' placeholder='Enter your username')
.form-group.row
.col-sm-2
@@ -35,10 +35,11 @@ block login_content
.input-group
span.input-group-addon
i.glyphicon.glyphicon-lock
input#password.form-control(type='password' name='password' placeholder='Enter your password')
input#password.form-control.input-lg(type='password' name='password' placeholder='Enter your password')
.form-group.row
.col-sm-12
button.btn.btn-primary(type='submit') Login
.col-sm-2
.col-sm-10
button.btn.btn-primary.btn-lg(type='submit') Login
= ' '
a.btn.btn-default(href='/' name='cancel' role='button') Cancel
a.btn.btn-default.btn-lg(href='/' name='cancel' role='button') Cancel