Minor changes for template style.

This commit is contained in:
Emanuel Schuetze 2012-09-10 17:17:22 +02:00
parent 65840d4261
commit 74ffad6ced
2 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@
{% block body %}
<div id="login-page" class="container">
<h2><img src="/static/img/logo-login.png" width="250px"></h2>
<h2><img src="/static/img/logo-login.png"></h2>
{% if form.errors %}
<div class="alert alert-error">

View File

@ -1,5 +1,5 @@
body {
background-color: #FAFAFA;
background-color: #FBFBFB;
}
/* Header */
@ -48,6 +48,9 @@ a:hover {
margin-left: 30px;
margin-bottom: 20px;
}
#login-page h2 img {
width: 250px;
}
#login-page .well {
background-color: white;
border: 1px solid rgba(0, 0, 0, 0.2);
@ -66,6 +69,7 @@ a:hover {
height: 26px;
padding: 8px 5px 4px 5px;
}
/* show optional column */
.optional {
display: auto;