From eddab57f3292987c6605eee2111b54dc5d2edd19 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Fri, 24 Jun 2016 01:00:37 +0200 Subject: [PATCH] Minor css fix --- htdocs/theme/eldy/style.css.php | 5 ++++- htdocs/theme/md/style.css.php | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 9bdbd3bb4b7..056d1bff97a 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -2731,7 +2731,10 @@ form.liste_total div { border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important; border-top-style: solid !important; } - +.paymenttable tr td:first-child, .margintable tr td:first-child +{ + padding-left: 2px; +} .margintable td { border: 0px !important; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index ed60bf1e876..f4e7fe8342a 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2599,7 +2599,10 @@ input.liste_titre { border-top-color: rgb(<?php echo $colortopbordertitle1 ?>) !important; border-top-style: solid !important; } - +.paymenttable tr td:first-child, .margintable tr td:first-child +{ + padding-left: 2px; +} .margintable td { border: 0px !important; } -- GitLab