# HG changeset patch # User bsw # Date 1535618568 -7200 # Node ID b06da8ab308df63a7e16863989f321fda6aad267 # Parent 16695c98de239140ac9476e4a49aaeca0dae706f Do not show identification twice in profile, made form labels distinctive diff -r 16695c98de23 -r b06da8ab308d app/main/_layout/default.html --- a/app/main/_layout/default.html Thu Aug 30 10:35:26 2018 +0200 +++ b/app/main/_layout/default.html Thu Aug 30 10:42:48 2018 +0200 @@ -679,6 +679,10 @@ cursor: pointer; } +form.form label { + text-transform: uppercase; + font-size: 80%; +} diff -r 16695c98de23 -r b06da8ab308d app/main/member/show.lua --- a/app/main/member/show.lua Thu Aug 30 10:35:26 2018 +0200 +++ b/app/main/member/show.lua Thu Aug 30 10:42:48 2018 +0200 @@ -94,9 +94,11 @@ ui.container{ attr = { class = "mdl-card__content" }, content = function() + --[[ if member.identification then ui.container{ content = member.identification } end + --]] execute.view{ module = "member",