1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 19:20:23 +02:00

[ticket/12613] Replaced topic-actions with action-bar

PHPBB3-12613
This commit is contained in:
PayBas
2014-06-13 14:38:41 +02:00
parent f17eee19de
commit 93c39477e0
10 changed files with 17 additions and 45 deletions

View File

@@ -804,22 +804,6 @@ fieldset.fields1 dl.pmlist dd.recipients {
/* Action-bars (container for post/reply buttons, pagination, etc.)
---------------------------------------- */
.topic-actions {
margin-bottom: 3px;
font-size: 1.1em;
height: 28px;
min-height: 28px;
}
div[class].topic-actions {
height: auto;
}
.topic-actions:after {
clear: both;
content: '';
display: block;
}
.action-bar {
font-size: 11px;
margin: 4px 0;
@@ -836,7 +820,7 @@ div[class].topic-actions {
.pagination {
float: right;
font-size: 11px;
margin-top: 5px;
margin-top: 3px;
text-align: right;
width: auto;
}