1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 08:47:45 +02:00

[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 {
right: auto;
left: 10px;
top: 0;
top: -1px;
z-index: 3;
}
.dropdown-up .pointer {
bottom: 0;
bottom: -1px;
top: auto;
}