From ab83b2585733a65fec6205faaa5a4bac726804c5 Mon Sep 17 00:00:00 2001 From: Sophist Date: Thu, 5 Oct 2017 18:35:20 +0100 Subject: [PATCH] [ticket/15387] Make vertical bars full height - fix MCP Fix issue where changes were half applied to MCP creating c. 990px of whitespace. PHPBB3-15387 --- phpBB/styles/prosilver/theme/content.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index e51aaa5600..6d332eb9ea 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -64,13 +64,17 @@ ul.topiclist.two-columns dt .list-inner { ul.topiclist dd { border-left: 1px solid transparent; - padding: 4px 0 999px 0; - margin-bottom: -995px; + padding: 4px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } +ul.topiclist li.row dd { + padding: 4px 0 999px 0; + margin-bottom: -995px; +} + ul.topiclist dfn { /* Labels for post/view counts */ position: absolute;