fix check/uncheck icon - show input file

This commit is contained in:
Javier 2016-08-19 10:08:52 -03:00
commit 1bcaffdfe2
4 changed files with 11 additions and 6 deletions

View file

@ -976,6 +976,11 @@ input[type=file] {
text-align: left;
}
.input-label {
max-width: none;
width: inherit;
}
/*
* Calculator
*/