Fix "Votre nom" trop petit pour la saisie lorsqu'il y a un grand nombre de colonnes.

This commit is contained in:
JosephK 2015-09-24 17:27:29 +02:00
parent f634e36344
commit c06abca356

View File

@ -304,7 +304,9 @@ table.results .btn-link.btn-sm {
#vote-form td {
border-top:2px solid white;
}
#vote-form td:first-child {
min-width: 180px;
}
.yes input, .ifneedbe input,.no input {
position:absolute;
left:0;