mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11782] RTL support for post notices
PHPBB3-11782
This commit is contained in:
parent
788238d7a9
commit
c63901fcb5
1 changed files with 7 additions and 0 deletions
|
@ -371,6 +371,13 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
.rtl p.post-notice:before {
|
||||
left: auto;
|
||||
right: 0;
|
||||
padding-left: 5px;
|
||||
padding-right: 26px;
|
||||
}
|
||||
|
||||
/* Topic review panel
|
||||
----------------------------------------*/
|
||||
.rtl #topicreview {
|
||||
|
|
Loading…
Add table
Reference in a new issue