mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 12:03:21 +01:00
[ticket/11956] More resposive dropdown fixes
PHPBB3-11956
This commit is contained in:
parent
bbb73d6e5c
commit
1795f1d54b
@ -182,13 +182,13 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
.postbody ul.profile-icons.responsive .responsive-popup {
|
||||
.postbody ul.profile-icons .dropdown {
|
||||
left: auto;
|
||||
right: -4px;
|
||||
top: 30px;
|
||||
}
|
||||
|
||||
.postbody ul.profile-icons.responsive .responsive-popup li, .postbody ul.profile-icons.responsive .responsive-popup li a {
|
||||
.postbody ul.profile-icons .dropdown li, .postbody ul.profile-icons .dropdown li a {
|
||||
display: block;
|
||||
background: transparent none;
|
||||
width: auto;
|
||||
@ -199,7 +199,7 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
.postbody ul.profile-icons.responsive .responsive-popup li span {
|
||||
.postbody ul.profile-icons .dropdown li span {
|
||||
display: block;
|
||||
text-align: right;
|
||||
font-size: 1.2em;
|
||||
|
@ -523,7 +523,7 @@ ul.linklist.bulletin li.no-bulletin:before {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.wrap .dropdown li, .dropdown.wrap li {
|
||||
.wrap .dropdown li, .dropdown.wrap li, #notification_list li {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user