1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-31 20:11:54 +02:00

[ticket/14772] Add rtl definition for .topic-poster and small margin

PHPBB3-14772
This commit is contained in:
Marc Alexander
2017-01-06 22:36:35 +01:00
parent 89f0e4d54f
commit ba82dfa49e
2 changed files with 6 additions and 0 deletions

View File

@@ -261,6 +261,10 @@
margin-right: 0;
}
.rtl .topic-poster {
float: right;
padding-left: 0.5em;
}
/* Action Bar styles
---------------------------------------- */