Correction : clavier numérique et réduction de la largeur des colonnes
This commit is contained in:
@@ -72,27 +72,28 @@ body {
|
||||
}
|
||||
|
||||
#articles-table {
|
||||
width: calc(100% - 20px);
|
||||
max-width: 600px;
|
||||
width: 100%; /* Ajuste la table à 100% de la zone disponible */
|
||||
border-collapse: collapse;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#articles-table th, #articles-table td {
|
||||
#articles-table th,
|
||||
#articles-table td {
|
||||
border: 1px solid #ddd;
|
||||
padding: 12px;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-size: 14px; /* Taille plus petite pour éviter les débordements */
|
||||
}
|
||||
|
||||
#articles-table th {
|
||||
width: 25%;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
#articles-table td input,
|
||||
#articles-table td select {
|
||||
padding: 5px;
|
||||
font-size: 16px;
|
||||
font-size: 14px; /* Taille réduite */
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
#articles-table td input[type="radio"] {
|
||||
|
||||
Reference in New Issue
Block a user