[MERGE] from master
[odoo/odoo.git] / addons / account / static / src / css / account_bank_statement_reconciliation.scss
index f8fcc7c..938965a 100644 (file)
@@ -16,17 +16,15 @@ $aestetic_animation_speed: 300ms;
     user-select: none;
     cursor: default;
     height: 100%;
+    overflow: auto;
 
     .oe_form_sheetbg {
-        border-bottom: 0;
-        padding: 0;
-        height: 100%;
+        padding-top: 0;
 
         .oe_form_sheet {
             position: relative;
-            padding: 20px 15px 30px 15px;
+            padding: 20px 15px 20px 15px;
             border-top: 0;
-            border-bottom: 0;
             height: 100%;
         }
     }
@@ -59,6 +57,11 @@ $aestetic_animation_speed: 300ms;
         td:last-child {
             width: 1%;
             padding-left: 3px;
+
+            button {
+                height: 100%;
+                box-sizing: content-box;
+            }
         }
     }
 
@@ -377,6 +380,8 @@ $aestetic_animation_speed: 300ms;
 
                 button {
                     float: right;
+                    position: relative;
+                    top: -4px;
 
                     &:disabled {
                         opacity: 0.5;