Fix notices on newsletter editor page to not be absorbed into contents

This commit is contained in:
Tautvidas Sipavičius
2017-03-01 17:26:17 +02:00
parent a59bf76fb4
commit d95aa40502
2 changed files with 4 additions and 0 deletions

View File

@@ -131,6 +131,7 @@ body
display: none display: none
.wrap > .mailpoet_notice, .wrap > .mailpoet_notice,
.notice
.update-nag .update-nag
margin-left: 2px + 15px !important margin-left: 2px + 15px !important

View File

@@ -224,6 +224,9 @@
<% endblock %> <% endblock %>
<% block content %> <% block content %>
<!-- Hidden heading for notices to appear under -->
<h1 style="display:none"><%= __('Newsletter Editor') %></h1>
<div id="mailpoet_editor"> <div id="mailpoet_editor">
<div id="mailpoet_editor_heading"></div> <div id="mailpoet_editor_heading"></div>
<div class="mailpoet_breadcrumbs"> <div class="mailpoet_breadcrumbs">