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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user