This commit is contained in:
Laurent Destailleur 2016-07-09 15:35:49 +02:00
parent bfb48ecce9
commit 2ec7d47869
2 changed files with 6 additions and 0 deletions

View File

@ -4036,6 +4036,9 @@ dl.dropdown {
white-space: nowrap;
font-weight: normal;
}
.dropdown dd ul li input[type="checkbox"] {
margin-right: 3px;
}
.dropdown dd ul li a {
padding:5px;
display:block;

View File

@ -3919,6 +3919,9 @@ dl.dropdown {
white-space: nowrap;
font-weight: normal;
}
.dropdown dd ul li input[type="checkbox"] {
margin-right: 3px;
}
.dropdown dd ul li a {
padding:5px;
display:block;