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;
}