forked from GNUsocial/gnu-social
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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user