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

Merge branch '3.2.x'

This commit is contained in:
Marc Alexander
2017-02-22 21:54:10 +01:00
4 changed files with 19 additions and 8 deletions

View File

@@ -16,6 +16,10 @@
text-align: left;
}
.rtl p.jumpbox-return {
float: right;
}
.rtl div.rules ul {
margin-right: 20px;
margin-left: 0;
@@ -126,6 +130,11 @@
float: left;
}
.rtl .jumpbox .dropdown-contents a {
margin-right: 0;
margin-left: 20px;
}
/* Notifications
----------------------------------------- */
.rtl .notification_list ul li img {
@@ -635,11 +644,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 {
@@ -960,7 +970,8 @@ li.breadcrumbs span:first-child > a {
float: right;
}
.button-search-end {
.rtl .button-search-end {
border-radius: 4px 0 0 4px;
border-right-width: 0;
border-left-width: 1px;
}