[IMP] website_mail: tmeplate editor: improved tmeplate of the pag

- removed an unnecessary oe_structure in head of the page
- added a position: relative on the body_html field because otherwise
there are ugly violet bars

bzr revid: tde@openerp.com-20140115151706-pwy0jjgce955ttth
This commit is contained in:
Thibault Delavallée 2014-01-15 16:17:06 +01:00
parent 6072e586f4
commit 54ee20cbd0
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<script type="text/javascript" src="/website_mail/static/src/js/website_email_designer.js"></script>
</t>
<div id="wrap">
<div class="oe_structure container">
<div class="container">
<h1 t-field="template.name"/>
<div class="row" style="width: 600px;">
<div class="row">
@ -38,7 +38,7 @@
</div>
<div class="row well">
<div t-field="template.body_html"/>
<div t-field="template.body_html" style="position: relative;"/>
</div>
</div>
</div>