From 7bbd2083bd936abefb71e024de3f5a5e39e85e46 Mon Sep 17 00:00:00 2001 From: Adrien RENARD Date: Sat, 3 Feb 2024 15:46:37 +0100 Subject: [PATCH] Debug client absences form --- public_html_admin/css/clients.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public_html_admin/css/clients.css b/public_html_admin/css/clients.css index 4e043b6..56b7649 100644 --- a/public_html_admin/css/clients.css +++ b/public_html_admin/css/clients.css @@ -20,15 +20,14 @@ #modalViewClient div.tabAbsences table tr.editable { background-color: #cce4f9; } -#modalViewClient div.tabAbsences table tr.editable td.date { padding: 0; text-align: right; } -#modalViewClient div.tabAbsences table tr.editable td.remarque { padding: 0; } +#modalViewClient div.tabAbsences table tr.editable td.date { text-align: right; } +#modalViewClient div.tabAbsences table tr.editable td.remarque { padding-left: 0; } #modalViewClient div.tabAbsences table tr.editable input { border: none; padding: 0; width: 100%; height: 24px; - margin-top: 6px; border-radius: 4px; border: 1px solid #CCC; }