liquid_feedback_frontend

changeset 701:6c5cc85f59c1

Optical improvements
author bsw
date Tue Jun 26 19:43:27 2012 +0200 (2012-06-26)
parents a2d907f12dd8
children 0874cecb8261
files app/main/member/_profile.lua
line diff
     1.1 --- a/app/main/member/_profile.lua	Tue Jun 26 19:40:29 2012 +0200
     1.2 +++ b/app/main/member/_profile.lua	Tue Jun 26 19:43:27 2012 +0200
     1.3 @@ -15,6 +15,8 @@
     1.4    readonly = true,
     1.5    content = function()
     1.6  
     1.7 +    slot.put("<br />")
     1.8 +
     1.9      ui.container{
    1.10        attr = { class = "right" },
    1.11        content = function()
    1.12 @@ -110,9 +112,9 @@
    1.13      if member.last_activity then
    1.14        ui.field.text{ label = _"Last activity (updated daily)", value = format.date(member.last_activity) or _"not yet" }
    1.15      end
    1.16 -    slot.put("<br style=\"clear: both;\" /><br />")
    1.17 -
    1.18      if member.statement and #member.statement > 0 then
    1.19 +      slot.put("<br />")
    1.20 +      slot.put("<br />")
    1.21        ui.container{
    1.22          attr = { class = " wiki" },
    1.23          content = function()
    1.24 @@ -120,6 +122,7 @@
    1.25          end
    1.26        }
    1.27      end
    1.28 +    slot.put("<br style=\"clear: both;\" /><br />")
    1.29    end
    1.30  }
    1.31  

Impressum / About Us