1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 07:21:30 +02:00

[ticket/13163] Fix responsive link lists

PHPBB3-13163
This commit is contained in:
PayBas
2014-10-13 23:29:01 +02:00
parent 29b54d12cc
commit 36d1f87c5a
2 changed files with 120 additions and 124 deletions

View File

@@ -1289,18 +1289,10 @@ ul.linklist:after,
width: 50px;
}
.dropdown .clone {
.dropdown .clone.hidden + li.separator {
display: none;
}
.responsive .dropdown .clone {
display: inherit;
}
.dropdown .clone + li.separator {
display: none;
}
.responsive .dropdown .clone + li.separator {
display: inherit;
.dropdown .clone.hidden + li {
border-top: none;
}