mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-15 05:04:09 +02:00
[ticket/14975] Correct RTL style css
display_options.html corrected to move (display and sorting option) to right jumpbox.html corrected to change arrow direction to left in RTL pagination.html corrected to change arrows direction on RTL bidi.css more edittions to correct remain style mistakes PHPBB3-14975
This commit is contained in:
@@ -13,6 +13,10 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
p.jumpbox-return {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.rtl div.rules ul {
|
||||
margin-left: 0;
|
||||
margin-right: 20px;
|
||||
@@ -118,6 +122,11 @@
|
||||
float: left;
|
||||
}
|
||||
|
||||
.jumpbox .dropdown-contents a {
|
||||
margin-right: 0px;
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
/* Notifications
|
||||
-----------------------------------------*/
|
||||
.rtl .notification_list ul li img {
|
||||
@@ -261,6 +270,10 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.rtl .topic-poster {
|
||||
float: right;
|
||||
padding-left: 0.5em;
|
||||
}
|
||||
|
||||
/* Action Bar styles
|
||||
---------------------------------------- */
|
||||
@@ -596,7 +609,11 @@ li.breadcrumbs span:first-child > a {
|
||||
*/
|
||||
|
||||
.rtl .caret {
|
||||
float: right;
|
||||
left: -6px;
|
||||
right: inherit;
|
||||
border-right: 1px solid;
|
||||
border-right-color: inherit;
|
||||
border-left: none;
|
||||
}
|
||||
|
||||
|
||||
@@ -915,9 +932,10 @@ li.breadcrumbs span:first-child > a {
|
||||
float: right;
|
||||
}
|
||||
|
||||
.button-search-end {
|
||||
.rtl .button-search-end {
|
||||
border-left-width: 1px;
|
||||
border-right-width: 0;
|
||||
border-radius: 4px 0 0 4px;
|
||||
}
|
||||
|
||||
.rtl .search-header .button-search-end {
|
||||
|
Reference in New Issue
Block a user