mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/11782] RTL support for post notices
PHPBB3-11782
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user