1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 20:24:08 +02:00

Merge pull request #3837 from hanakin/ticket/14107

[ticket/14107] Fix dropdown rtl states
This commit is contained in:
Marc Alexander
2015-09-14 14:42:53 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -88,7 +88,7 @@
/* Dropdown menu
---------------------------------------- */
.rtl .dropdown-container.topic-tools {
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
float: right;
}
@@ -114,12 +114,12 @@
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 {
float: right;
margin-left: 5px;