[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; 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 {