changeset f5737e258468 in sao:6.0
details: https://hg.tryton.org/sao?cmd=changeset&node=f5737e258468
description:
        Add margin on button in horizontal group

        It is needed to display correctly the box-shadow of the theme.

        issue10771
        review367571002
        (grafted from 924b5e5a9c9313110add9f510526a13c200474c4)
diffstat:

 src/sao.less |  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r bb196c4e4050 -r f5737e258468 src/sao.less
--- a/src/sao.less      Sat Oct 02 00:23:38 2021 +0200
+++ b/src/sao.less      Sun Oct 03 00:21:06 2021 +0200
@@ -542,6 +542,11 @@
     table.form-hcontainer > tbody > tr > td {
         padding-top: 0px;
         padding-bottom: 0px;
+
+        > .btn {
+            margin-top: 2px;
+            margin-bottom: 2px;
+        }
     }
     table.form-vcontainer > tbody > tr > td {
         padding-left: 0px;

Reply via email to