From 5fd0436ab6ab2f147be9f873171ea219e8046e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez?= Date: Tue, 5 Nov 2013 11:15:42 +0000 Subject: [PATCH] Fixed a bit login form trying things with services display --- server/src/uds/static/css/uds-html5.css | 1 + server/src/uds/templates/uds/html5/index.html | 59 ++++++++++++------- server/src/uds/templates/uds/html5/login.html | 16 ++--- server/src/uds/web/forms/LoginForm.py | 2 +- 4 files changed, 49 insertions(+), 29 deletions(-) diff --git a/server/src/uds/static/css/uds-html5.css b/server/src/uds/static/css/uds-html5.css index 0b2489af..98990ecc 100644 --- a/server/src/uds/static/css/uds-html5.css +++ b/server/src/uds/static/css/uds-html5.css @@ -85,6 +85,7 @@ footer { } .profile-img { + font-size: 96px; width: 96px; height: 96px; margin: 0 auto 10px; diff --git a/server/src/uds/templates/uds/html5/index.html b/server/src/uds/templates/uds/html5/index.html index 37ad8a93..fce20567 100644 --- a/server/src/uds/templates/uds/html5/index.html +++ b/server/src/uds/templates/uds/html5/index.html @@ -2,7 +2,20 @@ {% load i18n static html5 %} {% block js %}