823a8d9efc65037faa24279a6142add2bc37eeab
[odoo/odoo.git] / addons / mass_mailing / static / src / css / email_template.css
1 .openerp .oe_kanban_email_template {
2     width: 360px;
3     min-height: 270px !important;
4 }
5
6 .form_html_preview {
7     width: 600px;
8     max-height: 1000px;
9     -webkit-transform: scale(.50);
10     -ms-transform: scale(.50);
11     transform: scale(.50);
12     -webkit-transform-origin: 0 0; 
13     -ms-transform-origin: 0 0; 
14     transform-origin: 0 0; 
15     margin: 0 0px -300px 0;
16     overflow: visible !important;
17 }
18
19 .kanban_html_preview {
20     width: 600px;
21     height: 600px;
22     -webkit-transform: scale(.50);
23     -ms-transform: scale(.50);
24     transform: scale(.50);
25     -webkit-transform-origin: 0 0; 
26     -ms-transform-origin: 0 0; 
27     transform-origin: 0 0; 
28     margin: 0 0px -300px 0;
29     overflow: hidden !important;
30 }