[ticket/11782] RTL support for post notices

PHPBB3-11782
This commit is contained in:
Vjacheslav Trushkin 2013-08-11 20:01:15 +03:00
parent 788238d7a9
commit c63901fcb5

View file

@ -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 {