Issue #2359371 by esod, idebr, LewisNyman: Why the 0.2em left margin for label in the seven theme?

8.0.x
Alex Pott 2015-01-08 14:08:44 +00:00
parent 8096a6c1a6
commit e631fbf672
1 changed files with 1 additions and 4 deletions

View File

@ -24,13 +24,10 @@ fieldset {
} }
label { label {
display: table; display: table;
margin: 0 0 0 0.2em; /* LTR */ margin: 0 0 0.1em;
padding: 0; padding: 0;
font-weight: bold; font-weight: bold;
} }
[dir="rtl"] label {
margin: 0 0.2em 0 0;
}
label.error { label.error {
color: #a51b00; color: #a51b00;
} }