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

[ticket/15387] Make vertical bars full height on board index forum rows

Make vertical left border bars for height for Topics and Posts columns
in board index forum rows when these columns have less height than e.g.
the Last Post column.

PHPBB3-15387
This commit is contained in:
Sophist 2017-10-03 09:23:34 +01:00 committed by Marc Alexander
parent fc3d3a83db
commit a6b994d95e
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995

View File

@ -64,7 +64,8 @@ ul.topiclist.two-columns dt .list-inner {
ul.topiclist dd {
border-left: 1px solid transparent;
padding: 4px 0;
padding: 4px 0 99999px 0;
margin-bottom: -99995px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;