From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- .../mass_mailing/static/src/css/email_template.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 addons/mass_mailing/static/src/css/email_template.css (limited to 'addons/mass_mailing/static/src/css/email_template.css') diff --git a/addons/mass_mailing/static/src/css/email_template.css b/addons/mass_mailing/static/src/css/email_template.css new file mode 100644 index 00000000..edd9c0c3 --- /dev/null +++ b/addons/mass_mailing/static/src/css/email_template.css @@ -0,0 +1,21 @@ +.openerp .oe_kanban_email_template { + width: 360px; + height: 340px; +} + +.openerp .oe_kanban_email_template .oe_kanban_content{ + height: 320px; + overflow: hidden !important; +} + +.kanban_html_preview { + pointer-events: none; + width: 600px; + -webkit-transform: scale(.50); + -ms-transform: scale(.50); + transform: scale(.50); + -webkit-transform-origin: 0 0; + -ms-transform-origin: 0 0; + transform-origin: 0 0; + margin: 0; +} -- cgit v1.2.3