liquid_feedback_frontend

changeset 447:2cdbfb06a62b

Show more areas link in member area list italic
author bsw
date Sun Mar 11 13:04:43 2012 +0100 (2012-03-11)
parents 93a40d1c66f4
children b04d1f79508e
files app/main/member/_area_list.lua static/style.css
line diff
     1.1 --- a/app/main/member/_area_list.lua	Sun Mar 11 13:02:12 2012 +0100
     1.2 +++ b/app/main/member/_area_list.lua	Sun Mar 11 13:04:43 2012 +0100
     1.3 @@ -64,7 +64,7 @@
     1.4        :count()
     1.5      if more_area_count > 0 then
     1.6        slot.put("<br />")
     1.7 -      ui.container{ content = function()
     1.8 +      ui.container{ attr = { class = "more_areas" }, content = function()
     1.9          ui.link{ content = _("#{count} more areas in this unit, #{delegated_count} of them delegated", { count = more_area_count, delegated_count = delegated_count }), module = "unit", view = "show", id = unit.id }
    1.10        end }
    1.11      end
     2.1 --- a/static/style.css	Sun Mar 11 13:02:12 2012 +0100
     2.2 +++ b/static/style.css	Sun Mar 11 13:04:43 2012 +0100
     2.3 @@ -879,6 +879,10 @@
     2.4    margin-top: 4ex;
     2.5  }
     2.6  
     2.7 +.member_area_list .more_areas {
     2.8 +  font-style: italic;
     2.9 +}
    2.10 +
    2.11  .area_list {
    2.12    margin-bottom: 4ex;
    2.13  }

Impressum / About Us