X-Git-Url: http://git.inspyration.org/?a=blobdiff_plain;f=addons%2Faccount%2Fstatic%2Fsrc%2Fcss%2Faccount_bank_statement_reconciliation.css;fp=addons%2Faccount%2Fstatic%2Fsrc%2Fcss%2Faccount_bank_statement_reconciliation.css;h=818e3e537d89446b711f923ae1d6fa495f57515d;hb=c15f748be05b3709f5e16680569abdc2949468e2;hp=fb7de387b002d63532ecb80d79c5448d92162228;hpb=1dbf153eb51303c4186ca5e2dacd729aadd95f28;p=odoo%2Fodoo.git diff --git a/addons/account/static/src/css/account_bank_statement_reconciliation.css b/addons/account/static/src/css/account_bank_statement_reconciliation.css index fb7de38..818e3e5 100644 --- a/addons/account/static/src/css/account_bank_statement_reconciliation.css +++ b/addons/account/static/src/css/account_bank_statement_reconciliation.css @@ -7,16 +7,14 @@ user-select: none; cursor: default; height: 100%; + overflow: auto; /* icons */ } .openerp .oe_bank_statement_reconciliation .oe_form_sheetbg { - border-bottom: 0; - padding: 0; - height: 100%; } + padding-top: 0; } .openerp .oe_bank_statement_reconciliation .oe_form_sheetbg .oe_form_sheet { position: relative; - padding: 20px 15px 30px 15px; + padding: 20px 15px 20px 15px; border-top: 0; - border-bottom: 0; height: 100%; } .openerp .oe_bank_statement_reconciliation h1 input, .openerp .oe_bank_statement_reconciliation h2 input { height: auto !important; } @@ -38,6 +36,9 @@ .openerp .oe_bank_statement_reconciliation .change_statement_name_container td:last-child { width: 1%; padding-left: 3px; } + .openerp .oe_bank_statement_reconciliation .change_statement_name_container td:last-child button { + height: 100%; + box-sizing: content-box; } .openerp .oe_bank_statement_reconciliation h2 { font-size: 1.8em; } .openerp .oe_bank_statement_reconciliation .progress { @@ -229,7 +230,9 @@ height: 26px; margin: 0 15px 4px 15px; } .openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view caption button { - float: right; } + float: right; + position: relative; + top: -4px; } .openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view caption button:disabled { opacity: 0.5; } .openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view caption > span, .openerp .oe_bank_statement_reconciliation .oe_bank_statement_reconciliation_line .accounting_view caption > input {