mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/15023] undo previous changes
PHPBB3-15023
This commit is contained in:
parent
43ba6783c5
commit
d28c016bef
2 changed files with 1 additions and 12 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue