[ticket/15023] undo previous changes

PHPBB3-15023
This commit is contained in:
hanakin 2017-01-16 12:27:53 -05:00
parent 43ba6783c5
commit d28c016bef
2 changed files with 1 additions and 12 deletions

View file

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

View file

@ -878,7 +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; margin-top: -12px;
} }
.row .pagination > ul { .row .pagination > ul {
@ -891,12 +891,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
font-size: 9px; font-size: 9px;
} }
.topic-poster {
float: left;
padding-right: 0.5em;
margin-top: 0.3em;
}
/* jQuery popups /* jQuery popups
---------------------------------------- */ ---------------------------------------- */
.phpbb_alert { .phpbb_alert {