Initial commit

This commit is contained in:
2025-01-03 09:19:18 +01:00
parent b6f5f602bd
commit 4a0c080ad0
5 changed files with 31 additions and 12 deletions

View File

@@ -92,8 +92,9 @@ body {
#articles-table td input,
#articles-table td select {
padding: 5px;
font-size: 14px; /* Taille réduite */
font-size: 16px; /* Taille réduite */
width: 90%;
box-sizing: border-box; /* Pour garantir que la largeur reste contrôlée */
}
#articles-table td input[type="radio"] {