1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/12662] Enable responsive linkslist for IE8

Also fixed arrow color

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-07 14:23:54 +02:00
parent a540cdc3b2
commit cf1b56af8d
7 changed files with 163 additions and 178 deletions

View File

@@ -452,6 +452,14 @@ ul.linklist.bulletin li.no-bulletin:before {
width: auto;
}
.header-avatar span:after {
content: '\25BC';
display: inline-block;
float: right;
margin-left: 2px;
opacity: 0.7;
}
/* Dropdown menu
----------------------------------------*/
.dropdown-container {
@@ -606,7 +614,7 @@ ul.linklist.bulletin li.no-bulletin:before {
}
.dropdown li.separator, ul.linklist .dropdown li.separator {
margin: 3px 0;
margin: 4px 0;
padding: 0;
}