Nom de classe

This commit is contained in:
Fred Tempez 2020-08-12 16:35:13 +02:00
parent 0b400cdb35
commit b89314610b
2 changed files with 3 additions and 3 deletions

View File

@ -244,7 +244,7 @@ class template {
'value' => $attributes['value'] 'value' => $attributes['value']
]); ]);
// Champ d'upload // Champ d'upload
$html .= '<div class="inputWrapper">'; $html .= '<div class="inputFileWrapper">';
$html .= sprintf( $html .= sprintf(
'<a '<a
href="' . href="' .

View File

@ -1020,10 +1020,10 @@ label {
} }
/* Empêche le débordement et les sauts de ligne */ /* Empêche le débordement et les sauts de ligne */
.inputWrapper { .inputFileWrapper {
display: inline; display: inline;
} }
.inputWrapper > .inputFile { .inputFileWrapper > .inputFile {
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;