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:
parent
7aa1e02d06
commit
474c8bef0a
@ -475,6 +475,10 @@ address .poweredby {
|
|||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input_form .form_data label {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
.input_form .form_settings .form_data p.form_guide {
|
.input_form .form_settings .form_data p.form_guide {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user