diff options
author | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-18 16:08:33 +0100 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@fri.uni-lj.si> | 2016-02-18 16:08:33 +0100 |
commit | 112ec25e5a2126578b670921614ab2857e473adb (patch) | |
tree | b41550a04033298c68e7baeb9423e0f105d10510 /css | |
parent | 0bd77f137dfcdcec2d9fd14926c5c85961c2b23a (diff) |
Translate and improve "login failed" message
Diffstat (limited to 'css')
-rw-r--r-- | css/codeq.css | 5 |
1 files changed, 4 insertions, 1 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; |