Center form and improve header

This commit is contained in:
Jan Bader 2016-12-03 21:11:45 +01:00
parent 7a5bc35cc3
commit 147219e66d

View File

@ -9,9 +9,24 @@
<link href="/static/css/bootstrap-theme.min.css" rel="stylesheet" />
<style>
#head {
height:160px;
line-height: 160px;
font-size:200%;
}
#content{
width:510px;
}
#invalidCredentials {
color: red;
}
input {
margin-left:150px;
width:250px;
}
label {
position:absolute;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.js"></script>