[ticket/11241] Fix the dropdown in RTL languages.

PHPBB3-11241
This commit is contained in:
Cesar G 2013-10-12 00:03:34 -07:00
parent 9c9c20ad55
commit a25b1e6a40

View file

@ -90,6 +90,21 @@
text-align: left; text-align: left;
} }
/* Dropdown menu
---------------------------------------- */
.rtl .dropdown-container.topic-tools {
float: right;
}
.rtl .dropdown li {
text-align: right;
}
.rtl .dropdown li li {
padding-left: 0;
padding-right: 10px;
}
/* Table styles /* Table styles
----------------------------------------*/ ----------------------------------------*/
.rtl table.table1 thead th { .rtl table.table1 thead th {