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