mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12813] Move inline-CSS to css file
PHPBB3-12813
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_DISPLAY_POST_INFO or .pagination or TOTAL_POSTS or TOTAL_TOPICS -->
|
||||
<div class="action-bar top" <!-- IF S_HAS_SUBFORUM -->style="margin-top: 2em;"<!-- ENDIF -->>
|
||||
<div class="action-bar top">
|
||||
|
||||
<!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
|
||||
<div class="buttons">
|
||||
|
@@ -852,6 +852,10 @@ fieldset.fields1 dl.pmlist dd.recipients {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.forabg + .action-bar {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.action-bar:after {
|
||||
clear: both;
|
||||
content: '';
|
||||
|
Reference in New Issue
Block a user