style: set all help text under password to red, italic, 90% size font

really fixes #3573
This commit is contained in:
Benjamin Dauvergne 2013-09-11 00:11:50 +02:00
parent cf9bd0ec6c
commit 4e099ddd6d
1 changed files with 5 additions and 1 deletions

View File

@ -709,7 +709,11 @@ ul.show-user-feeds li.mediathk { background-image: url(mediathk.png); }
ul.show-user-feeds li.opendata { background-image: url(opendata.png); }
ul.show-user-feeds li.planet { background-image: url(planet.png); }
.password_change_form #id_new_password1_help_text { color: red }
#id_new_password1_help_text {
font-style: italic;
font-size: 90%;
color: red;
}
/* saml post page */
.post-redirect {