Made form elements large
This commit is contained in:
+6
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user