mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-26 21:13:50 +01:00
[ticket/14107] Fix dropdown rtl states
This commit is contained in:
parent
c2a5108452
commit
a21ed712bc
@ -88,7 +88,7 @@
|
||||
|
||||
/* Dropdown menu
|
||||
---------------------------------------- */
|
||||
.rtl .dropdown-container.topic-tools {
|
||||
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@ -114,13 +114,9 @@
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.rtl .dropdown-extended .header .header_settings {
|
||||
.rtl .dropdown-extended .header .header_settings, .rtl .dropdown-container-right {
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* Notifications
|
||||
----------------------------------------*/
|
||||
.rtl .notification_list ul li img {
|
||||
}rtl .notification_list ul li img {
|
||||
float: right;
|
||||
margin-left: 5px;
|
||||
margin-right: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user