Center form and improve header
This commit is contained in:
parent
7a5bc35cc3
commit
147219e66d
@ -9,9 +9,24 @@
|
|||||||
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" />
|
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
#head {
|
||||||
|
height:160px;
|
||||||
|
line-height: 160px;
|
||||||
|
font-size:200%;
|
||||||
|
}
|
||||||
|
#content{
|
||||||
|
width:510px;
|
||||||
|
}
|
||||||
#invalidCredentials {
|
#invalidCredentials {
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
|
input {
|
||||||
|
margin-left:150px;
|
||||||
|
width:250px;
|
||||||
|
}
|
||||||
|
label {
|
||||||
|
position:absolute;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
|
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user