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

[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;
}
/* 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
----------------------------------------*/
.rtl table.table1 thead th {