Bug 1201031 - Menu for conversation options in the panel should be under the arrow [r=andreio]

This commit is contained in:
Ed Lee 2015-09-03 10:43:52 -07:00
parent c93d4c051b
commit 01e240e3ef

View File

@ -581,11 +581,11 @@ html[dir="rtl"] .room-entry-call-btn {
html[dir="rtl"] .room-entry-context-actions > .dropdown-menu {
right: auto;
left: 45px;
left: 21px;
}
.room-entry-context-actions > .dropdown-menu {
right: 45px;
right: 21px;
bottom: auto;
left: auto;
}