Fixed changelist filter min-width.
This commit is contained in:
@@ -254,10 +254,14 @@ body.admin-interface .paginator a.showall:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.admin-interface .module.filtered #changelist-filter {
|
.admin-interface .module.filtered #changelist-filter {
|
||||||
border-bottom-left-radius:4px;
|
min-width: 240px;
|
||||||
border-bottom-right-radius:4px;
|
}
|
||||||
|
|
||||||
|
@media (max-width: 1024px) {
|
||||||
|
.admin-interface .module.filtered #changelist-filter {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.admin-interface .module.filtered #changelist-filter h2 {
|
.admin-interface .module.filtered #changelist-filter h2 {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
|
|||||||
Reference in New Issue
Block a user