1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-22 16:40:21 +01:00

[ticket/14975] add missing .rtl

[ticket/14975] add missing .rtl and resolve conflict

[PHPBB3-14975]
This commit is contained in:
Saeed Hubaishan 2017-01-30 07:39:25 +03:00 committed by GitHub
parent 2991888438
commit f47d244151

View File

@ -13,7 +13,7 @@
text-align: left;
}
p.jumpbox-return {
.rtl p.jumpbox-return {
float: right;
}
@ -122,7 +122,7 @@ p.jumpbox-return {
float: left;
}
.jumpbox .dropdown-contents a {
.rtl .jumpbox .dropdown-contents a {
margin-right: 0px;
margin-left: 20px;
}
@ -270,11 +270,6 @@ p.jumpbox-return {
margin-right: 0;
}
.rtl .topic-poster {
float: right;
padding-left: 0.5em;
}
/* Action Bar styles
---------------------------------------- */
.rtl .action-bar .button {