mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14206]Fix arrow placement
PHPBB3-14206
This commit is contained in:
parent
a342517dfb
commit
a19660ad4c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue