Merge pull request #1816 from cyberalien/ticket/11956

[ticket/11956] More resposive dropdown fixes
This commit is contained in:
Nils Adermann 2013-10-24 10:00:23 -07:00
commit f67ebc2cdb
2 changed files with 3 additions and 9 deletions

View file

@ -182,13 +182,7 @@ 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 li, .postbody ul.profile-icons .dropdown li a {
left: auto;
right: -4px;
top: 30px;
}
.postbody ul.profile-icons.responsive .responsive-popup li, .postbody ul.profile-icons.responsive .responsive-popup li a {
display: block; display: block;
background: transparent none; background: transparent none;
width: auto; width: auto;
@ -199,7 +193,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;

View file

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