mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14107] Fix dropdown rtl states
This commit is contained in:
parent
c2a5108452
commit
a21ed712bc
1 changed files with 3 additions and 7 deletions
|
@ -88,7 +88,7 @@
|
||||||
|
|
||||||
/* Dropdown menu
|
/* Dropdown menu
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl .dropdown-container.topic-tools {
|
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -114,13 +114,9 @@
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .dropdown-extended .header .header_settings {
|
.rtl .dropdown-extended .header .header_settings, .rtl .dropdown-container-right {
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}rtl .notification_list ul li img {
|
||||||
|
|
||||||
/* Notifications
|
|
||||||
----------------------------------------*/
|
|
||||||
.rtl .notification_list ul li img {
|
|
||||||
float: right;
|
float: right;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue