Debug client absences form

This commit is contained in:
Adrien RENARD 2024-02-03 15:46:37 +01:00
parent d8358a304f
commit 7bbd2083bd
1 changed files with 2 additions and 3 deletions

View File

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