# HG changeset patch # User bsw # Date 1643887075 -3600 # Node ID 5e70733e17578c17bd3e8f5b2b484a6be4d8301c # Parent 4d27edb80e893c55d60f1ab57b3290ecac99e68e Align tree childs diff -r 4d27edb80e89 -r 5e70733e1757 app/main/admin/member_edit.lua --- a/app/main/admin/member_edit.lua Thu Feb 03 12:17:08 2022 +0100 +++ b/app/main/admin/member_edit.lua Thu Feb 03 12:17:55 2022 +0100 @@ -13,7 +13,7 @@ end local function field_boolean(id, name, checked, label, depth) - ui.container{ attr = { style = "margin-left: " .. (depth -1) * 20 .. "px;" }, content = function() + ui.container{ attr = { style = "margin-left: " .. (depth -1) * 24 .. "px;" }, content = function() ui.tag{ tag = "label", attr = { class = "mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect", ["for"] = id