1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-23 00:50:30 +01:00

[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
This commit is contained in:
Sophist 2017-10-05 18:35:20 +01:00 committed by Marc Alexander
parent e5860288be
commit ab83b25857
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -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;