mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge pull request #5006 from hanakin/ticket/15406
[ticket/15406] Fix/standardize bidi.css classes
This commit is contained in:
@@ -252,16 +252,6 @@
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
*:first-child + html dl.details dd {
|
||||
float: none;
|
||||
margin-right: 30%;
|
||||
}
|
||||
|
||||
* html dl.details dd {
|
||||
float: none;
|
||||
margin-right: 30%;
|
||||
}
|
||||
|
||||
/* Pagination
|
||||
---------------------------------------- */
|
||||
.rtl .pagination {
|
||||
@@ -290,7 +280,7 @@
|
||||
direction: ltr;
|
||||
}
|
||||
|
||||
.pagination li.page-jump {
|
||||
.rtl .pagination li.page-jump {
|
||||
margin-right: 0;
|
||||
margin-left: 5px;
|
||||
}
|
||||
@@ -344,7 +334,7 @@
|
||||
unicode-bidi: embed;
|
||||
}
|
||||
|
||||
li.breadcrumbs span:first-child > a {
|
||||
.rtl li.breadcrumbs span:first-child > a {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
@@ -711,7 +701,7 @@ li.breadcrumbs span:first-child > a {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.tabs-container h2 {
|
||||
.rtl .tabs-container h2 {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -949,7 +939,7 @@ li.breadcrumbs span:first-child > a {
|
||||
}
|
||||
|
||||
.rtl .button-search,
|
||||
.button-search-end {
|
||||
.rtl .button-search-end {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user