1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-17 06:04:10 +02:00

[ticket/12769] Refacto action bar

This commit is contained in:
Michael Miday
2015-09-16 06:54:58 +02:00
parent 171424f89c
commit 2523ec8277
18 changed files with 39 additions and 30 deletions

View File

@@ -770,7 +770,7 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.action-bar {
font-size: 1.1em;
font-size: 11px;
margin: 4px 0;
}
@@ -778,6 +778,11 @@ fieldset.fields1 dl.pmlist dd.recipients {
margin-top: 2em;
}
.action-bar .button {
margin-right: 5px;
float: left;
}
/* Pagination
---------------------------------------- */
.pagination {
@@ -787,10 +792,15 @@ fieldset.fields1 dl.pmlist dd.recipients {
width: auto;
}
.action-bar.bottom .pagination {
.action-bar.bar-bottom .pagination {
margin-top: 0;
}
.action-bar .pagination .button {
margin-right: 0;
float: none;
}
.pagination > ul {
display: inline-block;
list-style: none !important;