From bf3fc9ff78a48df764ccc5f179ead4c95549143d Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Thu, 13 Nov 2014 21:18:20 +0100 Subject: [PATCH] Fix category filter width when not in overlay. References #222 --- templates/2k11/admin/style.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index aa990189..b051228b 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1272,6 +1272,11 @@ summary { min-width: 20em; } +#edit_entry_metadata #categoryfilter { + max-width: 16em; + min-width: 0; +} + .user_level { display: block; } @@ -3224,6 +3229,11 @@ img.mfp-img { .js .configuration_group .media_choose input { max-width: 42.5%; } + + #edit_entry_metadata #categoryfilter { + max-width: 22em; + min-width: 0; + } } @media only screen and (min-width: 1600px) {