mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
[ticket/12649] Fix bidi.css
PHPBB3-12649
This commit is contained in:
parent
9a4e998f70
commit
f518a57d0d
1 changed files with 4 additions and 4 deletions
|
@ -88,10 +88,6 @@
|
||||||
|
|
||||||
/* Dropdown menu
|
/* Dropdown menu
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl .dropdown-container.topic-tools, .rtl .dropdown-container-left {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rtl .dropdown li {
|
.rtl .dropdown li {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
@ -862,6 +858,10 @@ li.breadcrumbs span:first-child > a {
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .dropdown fieldset.display-options label {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
/* Display actions for ucp and mcp pages */
|
/* Display actions for ucp and mcp pages */
|
||||||
.rtl fieldset.display-actions {
|
.rtl fieldset.display-actions {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|
Loading…
Add table
Reference in a new issue