Improved selects min-width.
parent
96d1568c13
commit
30af685edf
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue