aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSophist <github@sodalis.co.uk>2017-10-05 18:35:20 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-11-01 11:03:00 +0100
commitab83b2585733a65fec6205faaa5a4bac726804c5 (patch)
tree29ea76da7cf8a8894cedda79b08c07ac860466ad
parente5860288be774e9919cb45c29383aabfda545808 (diff)
downloadforums-ab83b2585733a65fec6205faaa5a4bac726804c5.tar
forums-ab83b2585733a65fec6205faaa5a4bac726804c5.tar.gz
forums-ab83b2585733a65fec6205faaa5a4bac726804c5.tar.bz2
forums-ab83b2585733a65fec6205faaa5a4bac726804c5.tar.xz
forums-ab83b2585733a65fec6205faaa5a4bac726804c5.zip
[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
-rw-r--r--phpBB/styles/prosilver/theme/content.css8
1 files 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;