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