mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11956] Fix postprofile popup
PHPBB3-11956
This commit is contained in:
parent
5eeaab562c
commit
76bfd138c9
2 changed files with 8 additions and 2 deletions
|
@ -170,10 +170,16 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
|||
border-top: 0.375em double transparent;
|
||||
}
|
||||
|
||||
.postbody ul.profile-icons.responsive .responsive-popup {
|
||||
.postbody ul.profile-icons.responsive .popup-pointer {
|
||||
left: auto;
|
||||
right: 7px;
|
||||
top: 19px;
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.postbody ul.profile-icons.responsive .responsive-popup {
|
||||
left: auto;
|
||||
right: -4px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.postbody ul.profile-icons.responsive .responsive-popup li, .postbody ul.profile-icons.responsive .responsive-popup li a {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Reference in a new issue