1
0
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:
Michael Miday 2015-08-16 16:08:30 +02:00
parent c2a5108452
commit a21ed712bc

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,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;