[FIX] account: bank statement reconciliation widget: firefox compatibility

This commit is contained in:
Arthur Maniet 2014-09-10 15:45:28 +02:00
parent b281b83cd0
commit 90cc05f8c3
2 changed files with 45 additions and 40 deletions

View File

@ -202,6 +202,8 @@
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view tr .undo_partial_reconcile_button, .openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .match table tr .undo_partial_reconcile_button {
color: #555;
padding-right: 5px; }
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view {
border-collapse: separate; }
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view .initial_line > td {
border-top: 1px solid #bbb;
padding-top: 4px;
@ -270,9 +272,11 @@
width: 49%;
height: 26px; }
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .create .oe_form > table:nth-child(2n+1) {
float: left; }
float: left;
clear: left; }
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .create .oe_form > table:nth-child(2n) {
float: right; }
float: right;
clear: right; }
.openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .create .oe_form > table th {
font-weight: bold;
line-height: 26px;

View File

@ -345,6 +345,7 @@ $aestetic_animation_speed: 300ms;
/* Partie infos */
.accounting_view {
border-collapse: separate;
.initial_line > td {
border-top: $lightBorder;
@ -452,8 +453,8 @@ $aestetic_animation_speed: 300ms;
width: 49%;
height: 26px;
&:nth-child(2n+1) { float: left; }
&:nth-child(2n) { float: right; }
&:nth-child(2n+1) { float: left; clear: left; }
&:nth-child(2n) { float: right; clear: right; }
th {
font-weight: bold;