[FIX] account: adapted reconciliation widget to bootstrap buttons and web client...
[odoo/odoo.git] / addons / account / static / src / css / account_bank_statement_reconciliation.css
index fb7de38..818e3e5 100644 (file)
@@ -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 {
         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 {