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 %} {% block body %}
<div id="login-page" class="container"> <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 %} {% if form.errors %}
<div class="alert alert-error"> <div class="alert alert-error">

View File

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