[FIX] account: bank reconciliation widget: correctly set the 'New' button a new line (continuation of bf9544d7d4)

This commit is contained in:
Arthur Maniet 2015-05-05 12:50:37 +02:00
parent 71c76aebc5
commit bb252f201e
2 changed files with 2 additions and 0 deletions

View File

@ -295,6 +295,7 @@
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .create .oe_form > table.add_line_container {
width: 98%;
float: none;
clear: both;
margin: auto; }
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .create .oe_form > table.add_line_container td {
text-align: center; }

View File

@ -482,6 +482,7 @@ $aestetic_animation_speed: 300ms;
&.add_line_container {
width: 98%;
float: none;
clear: both;
margin: auto;
td {