Skip to content

Commit

Permalink
[FIX] account: bank reconciliation widget: correctly set the 'New' bu…
Browse files Browse the repository at this point in the history
…tton a new line (continuation of bf9544d)
  • Loading branch information
Whisno committed May 5, 2015
1 parent 71c76ae commit bb252f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ $aestetic_animation_speed: 300ms;
&.add_line_container {
width: 98%;
float: none;
clear: both;
margin: auto;

td {
Expand Down

0 comments on commit bb252f2

Please sign in to comment.