mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/11241] Fix the dropdown in RTL languages.
PHPBB3-11241
This commit is contained in:
parent
9c9c20ad55
commit
a25b1e6a40
1 changed files with 15 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue