[FIX] account_reconcile_oca: Fix the layout of statement button on reconciliation screen
Css change Updated Changespull/721/head
parent
e11c081adb
commit
1e7a2c4d35
|
@ -20,9 +20,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
.o_reconcile_create_statement {
|
.o_reconcile_create_statement {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 4px;
|
height: 0px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 2px 0 0 0;
|
padding: 0 0 0 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
top: -14px;
|
top: -14px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Reference in New Issue