idp: give identical font size to input elements (#5743)

This is required as some alignments are given using em as unit and the
secondary email field has to have its margin calculated using the same
em value as the field labels.
This commit is contained in:
Frédéric Péters 2014-11-26 19:41:44 +01:00
parent 3939410a56
commit 68a42c2605
1 changed files with 3 additions and 2 deletions

View File

@ -232,10 +232,11 @@ body.narrow-page #main-content form div input {
display: block;
margin-left: 10px;
margin-bottom: 2ex;
font-size: 13px;
}
body.narrow-page #main-content form div input#id_email_1 {
margin-left: 13.7em;
margin-left: 14em;
}
div#welcome {
@ -272,7 +273,7 @@ body.narrow-page div.right form div label {
}
body.narrow-page div.right form div input {
width: 17em;
width: 18em;
}
body.narrow-page div.right form div.form-field-required label:after {