mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +02:00
[ticket/15406] Fix missing .rtl class
PHPBB3-15406
This commit is contained in:
@@ -290,7 +290,7 @@
|
|||||||
direction: ltr;
|
direction: ltr;
|
||||||
}
|
}
|
||||||
|
|
||||||
.pagination li.page-jump {
|
.rtl .pagination li.page-jump {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
@@ -344,7 +344,7 @@
|
|||||||
unicode-bidi: embed;
|
unicode-bidi: embed;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.breadcrumbs span:first-child > a {
|
.rtl li.breadcrumbs span:first-child > a {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -711,7 +711,7 @@ li.breadcrumbs span:first-child > a {
|
|||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabs-container h2 {
|
.rtl .tabs-container h2 {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -949,7 +949,7 @@ li.breadcrumbs span:first-child > a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.rtl .button-search,
|
.rtl .button-search,
|
||||||
.button-search-end {
|
.rtl .button-search-end {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user