mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 22:40:39 +02:00
[ticket/11241] Fix the dropdown in RTL languages.
PHPBB3-11241
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user