mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 01:06:48 +02:00
[ticket/14206]Fix arrow placement
PHPBB3-14206
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user