1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-21 08:00:46 +01: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
No known key found for this signature in database
GPG Key ID: 50E0D2423696F995
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
---------------------------------------- */

View File

@ -878,6 +878,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Pagination in viewforum for multipage topics */
.row .pagination {
display: block;
margin-top: 0.3em;
}
.row .pagination > ul {
@ -893,6 +894,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
.topic-poster {
float: left;
padding-right: 0.5em;
margin-top: 0.3em;
}
/* jQuery popups