Fix login without fixed size
This commit is contained in:
parent
f4e227957b
commit
28b26c088e
@ -3,7 +3,7 @@
|
|||||||
line-height: 160px;
|
line-height: 160px;
|
||||||
font-size:200%;
|
font-size:200%;
|
||||||
}
|
}
|
||||||
#content{
|
#loginForm{
|
||||||
width:510px;
|
width:510px;
|
||||||
}
|
}
|
||||||
#invalidCredentials {
|
#invalidCredentials {
|
||||||
|
@ -24,8 +24,8 @@
|
|||||||
<div class="container" id="head">
|
<div class="container" id="head">
|
||||||
Budgeteer
|
Budgeteer
|
||||||
</div>
|
</div>
|
||||||
<div class="container center-block" id="content">
|
<div class="container col-lg-12" id="content">
|
||||||
<form id="loginForm" action="/api/v1/login" method="POST">
|
<form id="loginForm" action="/api/v1/login" method="POST" class="center-block">
|
||||||
<label for="username">User</label>
|
<label for="username">User</label>
|
||||||
<input type="text" name="username" /><br />
|
<input type="text" name="username" /><br />
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user