liquid_feedback_frontend

changeset 1386:39d3418d696b

More white space adjusting
author bsw
date Wed Aug 08 17:43:39 2018 +0200 (2018-08-08)
parents bb694e6b1a95
children 6be0bfd38222
files app/main/registration/_register_form.lua
line diff
     1.1 --- a/app/main/registration/_register_form.lua	Wed Aug 08 17:42:25 2018 +0200
     1.2 +++ b/app/main/registration/_register_form.lua	Wed Aug 08 17:43:39 2018 +0200
     1.3 @@ -9,7 +9,6 @@
     1.4    end
     1.5    if not field.internal then
     1.6      if field.name == "date_of_birth" then
     1.7 -      slot.put("<br />")
     1.8        local label = field.label
     1.9        if field.optional then
    1.10          label = label .. config.self_registration.optional_field_indicator
    1.11 @@ -106,6 +105,7 @@
    1.12        slot.put("<br />")
    1.13  
    1.14      elseif field.type == "image" then
    1.15 +      slot.put("<br />")
    1.16        ui.tag{ tag = "label", attr = { style = "vertical-align: bottom; border-bottom: 1px solid rgba(0,0,0, 0.12); color: #777; font-size: 16px;" }, content = field.label .. ":" }
    1.17        slot.put(" &nbsp; ")
    1.18        ui.tag{ tag = "input", attr = { type = "file", name = "verification_data_" .. field.name } }
    1.19 @@ -162,6 +162,7 @@
    1.20          name = "verification_data_" .. field.name,
    1.21          value = tonumber(request.get_param{ name = "verification_data_" .. field.name })
    1.22        }
    1.23 +      slot.put("<br />")
    1.24      else
    1.25        if field.name == "mobile_phone" then
    1.26          if config.self_registration.lang ~= "en" then

Impressum / About Us