mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
[ticket/14772] Add rtl definition for .topic-poster and small margin
PHPBB3-14772
This commit is contained in:
@@ -261,6 +261,10 @@
|
|||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .topic-poster {
|
||||||
|
float: right;
|
||||||
|
padding-left: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
/* Action Bar styles
|
/* Action Bar styles
|
||||||
---------------------------------------- */
|
---------------------------------------- */
|
||||||
|
@@ -878,6 +878,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
|||||||
/* Pagination in viewforum for multipage topics */
|
/* Pagination in viewforum for multipage topics */
|
||||||
.row .pagination {
|
.row .pagination {
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-top: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.row .pagination > ul {
|
.row .pagination > ul {
|
||||||
@@ -893,6 +894,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
|||||||
.topic-poster {
|
.topic-poster {
|
||||||
float: left;
|
float: left;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
|
margin-top: 0.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* jQuery popups
|
/* jQuery popups
|
||||||
|
Reference in New Issue
Block a user