From dc9c05ba8b98021c0a8ac48eee4d37be4fa029b2 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Mon, 10 Mar 2014 20:07:50 +0100 Subject: [PATCH] Fix headings in content lists on small screens References #83 --- templates/2k11/admin/style.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/2k11/admin/style.css b/templates/2k11/admin/style.css index b0419fbb..bacb89b6 100644 --- a/templates/2k11/admin/style.css +++ b/templates/2k11/admin/style.css @@ -1766,7 +1766,15 @@ form > .button_link:first-of-type, .karmalog h4 { font-size: 1em; line-height: 1.5; - max-width: 85%; +} + +#entries_list h3, +.karmalog h4 { + max-width: 50%; +} + +#serendipity_comments_list h4 { + max-width: 90%; } .toggle_headline > button,