liquid_feedback_frontend

changeset 1394:eb0b7f728ed8

Changed style of register image upload 4
author bsw
date Mon Aug 13 19:23:14 2018 +0200 (2018-08-13)
parents a0ee4204f6c1
children dbf90b71b19e
files app/main/registration/_register_form.lua
line diff
     1.1 --- a/app/main/registration/_register_form.lua	Mon Aug 13 19:20:15 2018 +0200
     1.2 +++ b/app/main/registration/_register_form.lua	Mon Aug 13 19:23:14 2018 +0200
     1.3 @@ -120,11 +120,12 @@
     1.4          }
     1.5        ]] }
     1.6        ui.tag{ tag = "input", attr = { id = "fileInput", style = "display: none;", type = "file", name = "verification_data_" .. field.name, onchange = "fileChoosen(this);" } }
     1.7 -      ui.tag{ attr = { id = "fileBtn", onclick = "getFile();"}, content = field.upload_label }
     1.8 +      ui.tag{ attr = { id = "fileBtn", onclick = "getFile();", style = "font-size: 16px;" }, content = field.upload_label }
     1.9        if field.optional_checkbox then
    1.10          slot.put("   ")
    1.11          ui.tag{ tag = "label", attr = {
    1.12              class = "mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect",
    1.13 +            style = "display: inline;",
    1.14              ["for"] = "verification_data_" .. field.name .. "_optout"
    1.15            },
    1.16            content = function()

Impressum / About Us