mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
[ticket/11956] More resposive dropdown fixes
PHPBB3-11956
This commit is contained in:
parent
bbb73d6e5c
commit
1795f1d54b
2 changed files with 4 additions and 4 deletions
|
@ -182,13 +182,13 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
||||||
top: 20px;
|
top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbody ul.profile-icons.responsive .responsive-popup {
|
.postbody ul.profile-icons .dropdown {
|
||||||
left: auto;
|
left: auto;
|
||||||
right: -4px;
|
right: -4px;
|
||||||
top: 30px;
|
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;
|
display: block;
|
||||||
background: transparent none;
|
background: transparent none;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
@ -199,7 +199,7 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.postbody ul.profile-icons.responsive .responsive-popup li span {
|
.postbody ul.profile-icons .dropdown li span {
|
||||||
display: block;
|
display: block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|
|
@ -523,7 +523,7 @@ ul.linklist.bulletin li.no-bulletin:before {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrap .dropdown li, .dropdown.wrap li {
|
.wrap .dropdown li, .dropdown.wrap li, #notification_list li {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue