From 74ffad6ced4599ee80eee2f6a00a16131d13e5db Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Mon, 10 Sep 2012 17:17:22 +0200 Subject: [PATCH] Minor changes for template style. --- openslides/participant/templates/participant/login.html | 2 +- openslides/static/styles/base.css | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openslides/participant/templates/participant/login.html b/openslides/participant/templates/participant/login.html index f9ebaff2c..cd969f77f 100644 --- a/openslides/participant/templates/participant/login.html +++ b/openslides/participant/templates/participant/login.html @@ -5,7 +5,7 @@ {% block body %}
-

+

{% if form.errors %}
diff --git a/openslides/static/styles/base.css b/openslides/static/styles/base.css index 162f0396d..794517ef7 100644 --- a/openslides/static/styles/base.css +++ b/openslides/static/styles/base.css @@ -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;