liquid_feedback_frontend

changeset 1416:b06da8ab308d

Do not show identification twice in profile, made form labels distinctive
author bsw
date Thu Aug 30 10:42:48 2018 +0200 (2018-08-30)
parents 16695c98de23
children 1d27f2800c52
files app/main/_layout/default.html app/main/member/show.lua
line diff
     1.1 --- a/app/main/_layout/default.html	Thu Aug 30 10:35:26 2018 +0200
     1.2 +++ b/app/main/_layout/default.html	Thu Aug 30 10:42:48 2018 +0200
     1.3 @@ -679,6 +679,10 @@
     1.4    cursor: pointer;
     1.5  }
     1.6  
     1.7 +form.form label {
     1.8 +  text-transform: uppercase;
     1.9 +  font-size: 80%;
    1.10 +}
    1.11    </style>
    1.12  <!-- WEBMCP SLOTNODIV meta_navigation_style -->
    1.13    
     2.1 --- a/app/main/member/show.lua	Thu Aug 30 10:35:26 2018 +0200
     2.2 +++ b/app/main/member/show.lua	Thu Aug 30 10:42:48 2018 +0200
     2.3 @@ -94,9 +94,11 @@
     2.4        
     2.5        ui.container{ attr = { class = "mdl-card__content" }, content = function()
     2.6  
     2.7 +        --[[
     2.8          if member.identification then
     2.9            ui.container{ content = member.identification }
    2.10          end
    2.11 +        --]]
    2.12  
    2.13          execute.view{
    2.14            module = "member",

Impressum / About Us