[ticket/14206]Fix arrow placement

PHPBB3-14206
This commit is contained in:
Michael Miday 2015-09-28 17:54:26 +02:00
parent a342517dfb
commit a19660ad4c

View file

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