From: Felix Dörre Date: Sat, 5 Jul 2014 15:22:46 +0000 (+0200) Subject: Convert font tags to spans in Change password. X-Git-Url: https://code.wpia.club/?p=gigi.git;a=commitdiff_plain;h=9964272815dae91c0c2466a9f4c63e7d6e4ed7da Convert font tags to spans in Change password. --- diff --git a/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ b/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ index f886196e..45ac7507 100644 --- a/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ +++ b/src/org/cacert/gigi/pages/account/ChangePasswordForm.templ @@ -7,15 +7,15 @@ - Neues Kennwort*: + Neues Kennwort*: - Kennwort bestätigen*: + Kennwort bestätigen*: - *Beachten Sie bitte, für eine hohe Sicherheit muss das Kennwort mindestens einen Großbuchstaben, Kleinbuchstaben, Zahl und Sonderzeichen enthalten (alle Leerzeichen am Anfang und am Ende werden entfernt). + *Beachten Sie bitte, für eine hohe Sicherheit muss das Kennwort mindestens einen Großbuchstaben, Kleinbuchstaben, Zahl und Sonderzeichen enthalten (alle Leerzeichen am Anfang und am Ende werden entfernt). diff --git a/static/static/default.css b/static/static/default.css index ac122d65..fe09d6f3 100644 --- a/static/static/default.css +++ b/static/static/default.css @@ -734,4 +734,7 @@ ul.menu.hidden{ } img{ border: 0; +} +formMandatory{ + color: red; } \ No newline at end of file