odoo/addons/edi/static/src/css/edi.css

46 lines
690 B
CSS

td.oe_edi_preview {
width: 65%;
vertical-align: top;
border-right: 1px solid #D2CFCF;
}
.oe_edi_sidebar_container {
width: 35%;
vertical-align: top;
}
div.oe_edi_center {
margin: 25px;
}
.oe_edi_right_top {
margin-right: 5px;
}
button.edi_action_print {
font-size: 1.5em;
}
/** EDI Sidebar **/
.oe_edi_sidebar_title {
border-bottom: 1px solid #D2CFCF;
font-weight: bold;
font-size: 1.3em;
}
.oe_edi_nested_block {
margin-left: 25px;
padding: 0px;
}
.oe_edi_right_top .oe_edi_nested_block label {
float: left;
text-align: right;
margin-right: 0.5em;
line-height: 180%;
font-weight: bold;
min-width: 5em;
}