1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-04 14:47:52 +02:00

Merge pull request #3875 from hanakin/ticket/14137

[Ticket/14137] Fix Notification Menu Layout issue

* hanakin/ticket/14137:
  [ticket/14137]
This commit is contained in:
Tristan Darricau 2015-09-01 22:25:14 +02:00
commit 4a75a8eaa3

View File

@ -1157,6 +1157,11 @@ ul.linklist:after,
text-transform: none;
}
.dropdown-extended .header .header_settings a {
display: inline-block;
padding: 0 5px;
}
.dropdown-extended .footer {
text-align: center;
font-size: 1.1em;