1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 13:44:12 +02:00

[ticket/12662] Hide quick-links when empty

Also some noJS fixes

PHPBB3-12662
This commit is contained in:
PayBas
2014-07-03 13:30:44 +02:00
parent 04550fcd8c
commit d8d6e3e943
3 changed files with 18 additions and 6 deletions

View File

@@ -327,14 +327,13 @@ ul.linklist:after {
}
ul.linklist > li {
display: block;
list-style-type: none;
float: left;
width: auto;
margin-right: 7px;
font-size: 1.1em;
line-height: 2.2em;
list-style-type: none;
margin-right: 7px;
padding-top: 1px;
width: auto;
}
ul.linklist > li.rightside, p.rightside, a.rightside {
@@ -404,12 +403,13 @@ li.responsive-menu.dropdown-left .dropdown {
right: -6px;
}
ul.linklist .dropdown-down .dropdown {
ul.linklist .dropdown {
top: 22px;
}
ul.linklist .dropdown-up .dropdown {
bottom: 18px;
top: auto;
}
/* Bulletin icons for list items
@@ -1152,6 +1152,10 @@ form > p.post-notice strong {
width: 340px;
}
.nojs .dropdown-extended .dropdown-contents {
position: relative;
}
.dropdown-extended .header {
padding: 0 10px;
font-family: Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;