1
0

Fix category filter width when not in overlay.

References #222
This commit is contained in:
Matthias Mees
2014-11-13 21:18:20 +01:00
parent cb73854822
commit bf3fc9ff78

View File

@@ -1272,6 +1272,11 @@ summary {
min-width: 20em; min-width: 20em;
} }
#edit_entry_metadata #categoryfilter {
max-width: 16em;
min-width: 0;
}
.user_level { .user_level {
display: block; display: block;
} }
@@ -3224,6 +3229,11 @@ img.mfp-img {
.js .configuration_group .media_choose input { .js .configuration_group .media_choose input {
max-width: 42.5%; max-width: 42.5%;
} }
#edit_entry_metadata #categoryfilter {
max-width: 22em;
min-width: 0;
}
} }
@media only screen and (min-width: 1600px) { @media only screen and (min-width: 1600px) {