From 112ec25e5a2126578b670921614ab2857e473adb Mon Sep 17 00:00:00 2001 From: Timotej Lazar Date: Thu, 18 Feb 2016 16:08:33 +0100 Subject: Translate and improve "login failed" message --- css/codeq.css | 5 ++++- index.html | 1 + js/codeq/login.js | 14 ++++++-------- res/en.json | 1 + res/sl.json | 1 + 5 files changed, 13 insertions(+), 9 deletions(-) diff --git a/css/codeq.css b/css/codeq.css index 881f46d..667349e 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -110,6 +110,10 @@ button.navbar-toggle > span.glyphicon { padding: 15px 0; } +#screen_login div.login-failed { + color: red; +} + /* screen language */ #screen_language { margin-top: 20px; @@ -124,7 +128,6 @@ button.navbar-toggle > span.glyphicon { } /* screen about*/ - .about-logos { text-align: center; height: 6em; diff --git a/index.html b/index.html index 4cac786..5d9949e 100644 --- a/index.html +++ b/index.html @@ -131,6 +131,7 @@ keep me logged-in +