Fix css
This commit is contained in:
parent
bfb48ecce9
commit
2ec7d47869
@ -4036,6 +4036,9 @@ dl.dropdown {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.dropdown dd ul li input[type="checkbox"] {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
.dropdown dd ul li a {
|
.dropdown dd ul li a {
|
||||||
padding:5px;
|
padding:5px;
|
||||||
display:block;
|
display:block;
|
||||||
|
|||||||
@ -3919,6 +3919,9 @@ dl.dropdown {
|
|||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
.dropdown dd ul li input[type="checkbox"] {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
.dropdown dd ul li a {
|
.dropdown dd ul li a {
|
||||||
padding:5px;
|
padding:5px;
|
||||||
display:block;
|
display:block;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user