mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14975] add missing .rtl
[ticket/14975] add missing .rtl and resolve conflict [PHPBB3-14975]
This commit is contained in:
parent
2991888438
commit
f47d244151
1 changed files with 2 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue