From b9b55142fc0c32562f6db22e38af2cb320e32c50 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Tue, 14 Jul 2015 19:45:12 +0200 Subject: [PATCH] Fix CSS regressions introduced by aaca8e References #356 --- templates/2k11/admin/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index 185df06e..97265db0 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1028,6 +1028,7 @@ input[type=checkbox], .js .media_choose label, .js .media_choose input, .quick_list ol > li, +#media_filter .form_field > label, .serendipity_emoticon_bar { margin-bottom: .75em; } @@ -1315,6 +1316,10 @@ summary { width: 100%; } +#media_pane_filter input[type="submit"] { + width: auto; +} + .comment_data dd { max-width: 75%; }