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