[ticket/12813] Move inline-CSS to css file

PHPBB3-12813
This commit is contained in:
PayBas 2014-07-06 13:02:26 +02:00
parent 8d6d21c7de
commit b323a01fd3
2 changed files with 5 additions and 1 deletions

View file

@ -35,7 +35,7 @@
<!-- ENDIF --> <!-- ENDIF -->
<!-- IF S_DISPLAY_POST_INFO or .pagination or TOTAL_POSTS or TOTAL_TOPICS --> <!-- 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 --> <!-- IF not S_IS_BOT and S_DISPLAY_POST_INFO -->
<div class="buttons"> <div class="buttons">

View file

@ -852,6 +852,10 @@ fieldset.fields1 dl.pmlist dd.recipients {
margin: 4px 0; margin: 4px 0;
} }
.forabg + .action-bar {
margin-top: 2em;
}
.action-bar:after { .action-bar:after {
clear: both; clear: both;
content: ''; content: '';