1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-01 03:54:56 +02:00

[ticket/11956] Fix postprofile popup

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin 2013-10-22 22:34:19 +03:00
parent 5eeaab562c
commit 76bfd138c9
2 changed files with 8 additions and 2 deletions

View File

@ -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