liquid_feedback_frontend
changeset 1403:5c5efdeb80cd
Changed style of register image upload 13
author | bsw |
---|---|
date | Mon Aug 13 19:42:35 2018 +0200 (2018-08-13) |
parents | 8c839bced557 |
children | f99e7df399e6 |
files | app/main/registration/_register_form.lua |
line diff
1.1 --- a/app/main/registration/_register_form.lua Mon Aug 13 19:40:16 2018 +0200 1.2 +++ b/app/main/registration/_register_form.lua Mon Aug 13 19:42:35 2018 +0200 1.3 @@ -126,7 +126,7 @@ 1.4 ]] } 1.5 ui.tag{ tag = "input", attr = { id = "fileInput", style = "display: none;", type = "file", name = "verification_data_" .. field.name, onchange = "fileChoosen(this);" } } 1.6 ui.tag{ 1.7 - attr = { id = "fileBtn", class = "mdl-checkbox__label", onclick = "getFile();" }, 1.8 + attr = { id = "fileBtn", class = "mdl-button mdl-js-button mdl-button--underlined", onclick = "getFile();" }, 1.9 content = field.upload_label 1.10 } 1.11 if field.optional_checkbox then