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

Merge pull request #3940 from hanakin/ticket/14206

[Ticket/14206]Fix jumpbox UI consistency
This commit is contained in:
Marc Alexander
2015-10-07 11:52:08 +02:00
3 changed files with 3 additions and 20 deletions

View File

@@ -441,12 +441,12 @@ ul.linklist.bulletin > li.no-bulletin:before {
.dropdown .pointer {
right: auto;
left: 10px;
top: 0;
top: -1px;
z-index: 3;
}
.dropdown-up .pointer {
bottom: 0;
bottom: -1px;
top: auto;
}