# HG changeset patch # User bsw # Date 1534180994 -7200 # Node ID eb0b7f728ed8644ae29d1392fda750b1b9a475d1 # Parent a0ee4204f6c178a93b4829d773ae91137fe4b991 Changed style of register image upload 4 diff -r a0ee4204f6c1 -r eb0b7f728ed8 app/main/registration/_register_form.lua --- a/app/main/registration/_register_form.lua Mon Aug 13 19:20:15 2018 +0200 +++ b/app/main/registration/_register_form.lua Mon Aug 13 19:23:14 2018 +0200 @@ -120,11 +120,12 @@ } ]] } 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", onclick = "getFile();"}, content = field.upload_label } + ui.tag{ attr = { id = "fileBtn", onclick = "getFile();", style = "font-size: 16px;" }, content = field.upload_label } if field.optional_checkbox then slot.put("   ") ui.tag{ tag = "label", attr = { class = "mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect", + style = "display: inline;", ["for"] = "verification_data_" .. field.name .. "_optout" }, content = function()