mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Merge pull request #1816 from cyberalien/ticket/11956
[ticket/11956] More resposive dropdown fixes
This commit is contained in:
commit
f67ebc2cdb
2 changed files with 3 additions and 9 deletions
|
@ -182,13 +182,7 @@ ul.profile-icons.responsive a.responsive-menu-link:before {
|
|||
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 {
|
||||
.postbody ul.profile-icons .dropdown li, .postbody ul.profile-icons .dropdown li a {
|
||||
display: block;
|
||||
background: transparent none;
|
||||
width: auto;
|
||||
|
@ -199,7 +193,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…
Add table
Reference in a new issue