# HG changeset patch # User bsw # Date 1534182155 -7200 # Node ID 5c5efdeb80cd15123e3cf083a841e366ebb49019 # Parent 8c839bced5577864057bd0c5b3a03dc6ec0b40b5 Changed style of register image upload 13 diff -r 8c839bced557 -r 5c5efdeb80cd app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Mon Aug 13 19:40:16 2018 +0200 +++ b/app/main/registration/_register_form.lua Mon Aug 13 19:42:35 2018 +0200 @@ -126,7 +126,7 @@ ]] } ui.tag{ tag = "input", attr = { id = "fileInput", style = "display: none;", type = "file", name = "verification_data_" .. field.name, onchange = "fileChoosen(this);" } } ui.tag{ - attr = { id = "fileBtn", class = "mdl-checkbox__label", onclick = "getFile();" }, + attr = { id = "fileBtn", class = "mdl-button mdl-js-button mdl-button--underlined", onclick = "getFile();" }, content = field.upload_label } if field.optional_checkbox then