1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Merge pull request #4629 from hubaishan/ticket/14975

[ticket/14975] Correct RTL style css
This commit is contained in:
Marc Alexander
2017-02-22 21:49:13 +01:00
4 changed files with 19 additions and 8 deletions

View File

@@ -13,6 +13,10 @@
text-align: left;
}
.rtl p.jumpbox-return {
float: right;
}
.rtl div.rules ul {
margin-left: 0;
margin-right: 20px;
@@ -118,6 +122,11 @@
float: left;
}
.rtl .jumpbox .dropdown-contents a {
margin-right: 0;
margin-left: 20px;
}
/* Notifications
-----------------------------------------*/
.rtl .notification_list ul li img {
@@ -595,11 +604,12 @@ li.breadcrumbs span:first-child > a {
*/
.rtl .caret {
float: right;
border-right: 1px solid;
border-right-color: inherit;
border-left: none;
right: 6px;
}
/* Post control buttons
--------------------------------------------- */
.rtl .post-buttons {
@@ -914,7 +924,8 @@ li.breadcrumbs span:first-child > a {
float: right;
}
.button-search-end {
.rtl .button-search-end {
border-radius: 4px 0 0 4px;
border-left-width: 1px;
border-right-width: 0;
}