Improved selects min-width.
This commit is contained in:
@@ -473,11 +473,21 @@ body.admin-interface .paginator a.showall:visited {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
.admin-interface.change-form select {
|
||||||
|
min-width: 150px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: 1024px) {
|
||||||
.admin-interface.change-form select {
|
.admin-interface.change-form select {
|
||||||
min-width: 200px;
|
min-width: 200px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface.change-form .inline-related.tabular select {
|
||||||
|
min-width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* fixed time widget header border radius */
|
/* fixed time widget header border radius */
|
||||||
.admin-interface .clockbox.module h2 {
|
.admin-interface .clockbox.module h2 {
|
||||||
border-bottom-left-radius: 0;
|
border-bottom-left-radius: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user