1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12662] Fix notifications dropdown positioning for RTL

PHPBB3-12662
This commit is contained in:
PayBas
2014-06-25 13:28:54 +02:00
parent 665742945f
commit 367c6aafca
3 changed files with 16 additions and 2 deletions

View File

@@ -1147,9 +1147,9 @@ form > p.post-notice strong {
.dropdown-extended .dropdown-contents {
max-height: none;
max-width: 340px !important;
padding: 0;
position: absolute;
width: 340px;
}
.dropdown-extended .header {

View File

@@ -191,7 +191,7 @@ ul.topiclist li.row dt a.subforum {
@media only screen and (max-width: 350px), only screen and (max-device-width: 350px)
{
.dropdown-extended .dropdown-contents {
max-width: 300px !important;
width: auto;
}
}