mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12813] Move inline-CSS to css file
PHPBB3-12813
This commit is contained in:
parent
8d6d21c7de
commit
b323a01fd3
2 changed files with 5 additions and 1 deletions
|
@ -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: '';
|
||||
|
|
Loading…
Add table
Reference in a new issue