Bug position notice

This commit is contained in:
Fred Tempez 2021-12-02 09:41:44 +01:00
parent 049ce3767e
commit 1a3f2f1fbf
1 changed files with 5 additions and 1 deletions

View File

@ -337,9 +337,13 @@ td>.col12 {
/* Notice */
.notice {
display: block; /* au lieu de inline-block notamment dans les input file*/
display: inline-block;
color: #E74C3C;
}
/* Mauvaise position dans les champs File*/
.inputFile.notice {
display: block;
}
/* Container */
.container {