add download function

refactored code of personalisation logo section
wip - file upload
This commit is contained in:
mike-esokia
2018-06-01 11:29:09 +04:00
committed by Mike Ng
parent 4d96feaf28
commit 3d50c59e89
6 changed files with 41 additions and 31 deletions

View File

@@ -685,6 +685,7 @@ span.simplecolorpicker.picker {
margin-top: 10px;
padding: 3px 20px;
line-height: 11px;
margin-left: 0;
}
#help-text {
font-family: Roboto;
@@ -704,9 +705,9 @@ span.simplecolorpicker.picker {
text-align: left;
color: #ff0404;
}
//input[type="file"] {
// display: none;
//}
input[type="file"] {
display: none;
}
}
}