mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-17 15:11:40 +02:00
[ticket/14975] add missing .rtl
[ticket/14975] add missing .rtl and resolve conflict [PHPBB3-14975]
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
p.jumpbox-return {
|
.rtl p.jumpbox-return {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -122,7 +122,7 @@ p.jumpbox-return {
|
|||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jumpbox .dropdown-contents a {
|
.rtl .jumpbox .dropdown-contents a {
|
||||||
margin-right: 0px;
|
margin-right: 0px;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
}
|
}
|
||||||
@@ -270,11 +270,6 @@ p.jumpbox-return {
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl .topic-poster {
|
|
||||||
float: right;
|
|
||||||
padding-left: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Action Bar styles
|
/* Action Bar styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
.rtl .action-bar .button {
|
.rtl .action-bar .button {
|
||||||
|
Reference in New Issue
Block a user