odoo/addons/account/static/src/css/account_move_reconciliation...

31 lines
566 B
CSS

.openerp .oe_account_reconciliation {
border-bottom: 1px solid #CACACA;
padding: 5px;
}
.openerp .oe_account_reconciliation button {
margin: 3px;
}
.openerp .oe_account_reconciliation>div {
display: table;
width: 100%;
}
.openerp .oe_account_reconciliation>div>div {
display: table-cell;
width: 50%:
}
.openerp .oe_force_bold {
font-weight: bold !important;
}
.openerp .oe_account_opening_total {
margin-right: -14px;
}
.openerp .oe_account_ening_total {
margin-right: -2px;
}
.openerp .oe_account_total {
margin-left: -2px;
}