1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-21 16:01:40 +02:00

[ticket/12662] Move dropdown container from <li> to new inner div

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-24 23:42:59 +02:00
parent 020218fcea
commit 9c2ef168c1
2 changed files with 26 additions and 19 deletions

View File

@@ -435,7 +435,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
display: none !important;
}
/* Avatar in overall_header.html */
/* Profile in overall_header.html */
.header-profile {
display: inline-block;
vertical-align: top;
}
.header-avatar:hover {
text-decoration: none;
}