1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/12613] Pagination should never be in responsive linklist

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-03 16:30:05 +02:00
parent 57a051c023
commit 09a433be61
20 changed files with 236 additions and 190 deletions

View File

@@ -238,8 +238,18 @@ div[class].topic-actions {
}
.topic-actions:after {
content: '';
clear: both;
content: '';
display: block;
}
.action-bar {
margin: 4px 0;
}
.action-bar:after {
clear: both;
content: '';
display: block;
}

View File

@@ -60,9 +60,7 @@ ul.cplist {
}
#cp-main .pagination {
float: right;
width: auto;
padding-top: 1px;
margin: 0;
}
#cp-main .postbody p {

View File

@@ -509,11 +509,11 @@ fieldset.display-actions {
margin: 0;
}
.topic-actions > .pagination, fieldset.jumpbox {
.topic-actions > .pagination, fieldset.jumpbox, .action-bar > .pagination {
text-align: center;
}
.topic-actions > .pagination {
.topic-actions > .pagination, .action-bar > .pagination {
float: none;
clear: both;
padding-bottom: 1px;