mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/11782] RTL support for post notices
PHPBB3-11782
This commit is contained in:
@@ -371,6 +371,13 @@
|
|||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl p.post-notice:before {
|
||||||
|
left: auto;
|
||||||
|
right: 0;
|
||||||
|
padding-left: 5px;
|
||||||
|
padding-right: 26px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Topic review panel
|
/* Topic review panel
|
||||||
----------------------------------------*/
|
----------------------------------------*/
|
||||||
.rtl #topicreview {
|
.rtl #topicreview {
|
||||||
|
Reference in New Issue
Block a user