liquid_feedback_frontend

changeset 1383:e43ff9fd6c05

Removed line break
author bsw
date Wed Aug 08 17:41:22 2018 +0200 (2018-08-08)
parents 8f4ed517bc09
children 6f0fb5a1cae6
files app/main/registration/_register_form.lua
line diff
     1.1 --- a/app/main/registration/_register_form.lua	Wed Aug 08 17:40:30 2018 +0200
     1.2 +++ b/app/main/registration/_register_form.lua	Wed Aug 08 17:41:22 2018 +0200
     1.3 @@ -154,6 +154,7 @@
     1.4        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.5        slot.put("   ")
     1.6        ui.field.select{
     1.7 +        container_attr = { style = "display: inline-block; " },
     1.8          foreign_records = units,
     1.9          foreign_id = "id",
    1.10          foreign_name = "name",

Impressum / About Us