Don't display labels by default in notice forms

There are either descriptive placeholders or informational text next to
the elements.
This commit is contained in:
Mikael Nordfeldth 2015-03-08 23:30:54 +01:00
parent 7aa1e02d06
commit 474c8bef0a
1 changed files with 4 additions and 0 deletions

View File

@ -475,6 +475,10 @@ address .poweredby {
font-size: 1em;
}
.input_form .form_data label {
display: none;
}
.input_form .form_settings .form_data p.form_guide {
margin-left: 5px;
}