mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge pull request #5026 from marc1706/ticket/15387
[ticket/15387] Make vertical bars full height on board index forum rows
This commit is contained in:
commit
96cb62fe6d
1 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@ ul.topiclist dl {
|
|||
}
|
||||
|
||||
ul.topiclist li.row dl {
|
||||
padding: 2px 0;
|
||||
margin: 2px 0;
|
||||
}
|
||||
|
||||
ul.topiclist dt, ul.topiclist dd {
|
||||
|
@ -70,6 +70,11 @@ ul.topiclist dd {
|
|||
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…
Add table
Reference in a new issue