liquid_feedback_frontend

changeset 1830:5e70733e1757

Align tree childs
author bsw
date Thu Feb 03 12:17:55 2022 +0100 (2022-02-03)
parents 4d27edb80e89
children 36e7c36da131
files app/main/admin/member_edit.lua
line diff
     1.1 --- a/app/main/admin/member_edit.lua	Thu Feb 03 12:17:08 2022 +0100
     1.2 +++ b/app/main/admin/member_edit.lua	Thu Feb 03 12:17:55 2022 +0100
     1.3 @@ -13,7 +13,7 @@
     1.4  end
     1.5  
     1.6  local function field_boolean(id, name, checked, label, depth)
     1.7 -  ui.container{ attr = { style = "margin-left: " .. (depth -1) * 20 .. "px;" }, content = function()
     1.8 +  ui.container{ attr = { style = "margin-left: " .. (depth -1) * 24 .. "px;" }, content = function()
     1.9      ui.tag{ tag = "label", attr = {
    1.10          class = "mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect",
    1.11          ["for"] = id

Impressum / About Us