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:
parent
e5860288be
commit
ab83b25857
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user