manager: don't include bullets in radio fields (#28164)

This commit is contained in:
Frédéric Péters 2019-06-21 09:13:05 +02:00
parent 6691d56452
commit ac45c52f8a
1 changed files with 6 additions and 0 deletions

View File

@ -80,6 +80,12 @@ table.users tbody tr td:nth-child(2):hover {
width: 100%;
}
.form-inner-container p + ul {
list-style: none;
margin-left: 0;
padding-left: 0.5em;
}
.with-actions #main .form-inner-container {
width: 70%;
float: left;