From cb738548220bff28d4babca776d71895d51dc4c7 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Thu, 13 Nov 2014 21:08:22 +0100 Subject: [PATCH] Reposition close button in categories overlay. References #222 --- templates/2k11/admin/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index c021def1..aa990189 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1678,10 +1678,15 @@ form > .button_link:first-of-type, opacity: 1; text-shadow: #050505 0 1px 1px; top: auto; - right: 1.5em; + right: 2em; bottom: 1em; } +#edit_entry_category button.mfp-close { + top: 1em; + bottom: auto; +} + .js .mfp-wrap #edit_entry_category .wrap_legend, .mfp-content #s9y_links h3 { border-bottom: 1px solid #aaa;