liquid_feedback_frontend

changeset 700:a2d907f12dd8

Optical improvements
author bsw
date Tue Jun 26 19:40:29 2012 +0200 (2012-06-26)
parents 7d157aab3ffd
children 6c5cc85f59c1
files app/main/member/_profile.lua static/style.css
line diff
     1.1 --- a/app/main/member/_profile.lua	Tue Jun 26 19:29:58 2012 +0200
     1.2 +++ b/app/main/member/_profile.lua	Tue Jun 26 19:40:29 2012 +0200
     1.3 @@ -10,7 +10,7 @@
     1.4  end
     1.5  
     1.6  ui.form{
     1.7 -  attr = { class = "box member vertical" },
     1.8 +  attr = { class = "member_statement member vertical" },
     1.9    record = member,
    1.10    readonly = true,
    1.11    content = function()
    1.12 @@ -110,16 +110,16 @@
    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        ui.container{
    1.20 -        attr = { class = "member_statement wiki" },
    1.21 +        attr = { class = " wiki" },
    1.22          content = function()
    1.23            slot.put(member:get_content("html"))
    1.24          end
    1.25        }
    1.26      end
    1.27 -    slot.put("<br style=\"clear: both;\" />")
    1.28    end
    1.29  }
    1.30  
     2.1 --- a/static/style.css	Tue Jun 26 19:29:58 2012 +0200
     2.2 +++ b/static/style.css	Tue Jun 26 19:40:29 2012 +0200
     2.3 @@ -671,7 +671,7 @@
     2.4    background: -o-linear-gradient(#fec, #fc9);
     2.5    background: linear-gradient(#fec, #fc9);
     2.6    padding: 0.5ex;
     2.7 -  border: 1px solid #fc0;
     2.8 +  border: 1px solid #777;
     2.9  }
    2.10  
    2.11  .notifications ul {
    2.12 @@ -865,7 +865,7 @@
    2.13  }
    2.14  
    2.15  .area_list .area {
    2.16 -  border-top: 1px solid #444;
    2.17 +  border-top: 1px solid #777;
    2.18  }
    2.19  
    2.20  .area_list .area:first-child {
    2.21 @@ -1176,10 +1176,6 @@
    2.22  }
    2.23  
    2.24  
    2.25 -.member_statement {
    2.26 -  margin-right: 250px;
    2.27 -}
    2.28 -
    2.29  #suggestion_description {
    2.30    height: 15ex;
    2.31  }
    2.32 @@ -1420,14 +1416,20 @@
    2.33  .suggestion_content,
    2.34  .initiative_head,
    2.35  .box {
    2.36 -  border: 1px solid #aaa;
    2.37 +  border: 1px solid #777;
    2.38  }
    2.39  
    2.40  .member_statement,
    2.41  .draft_content,
    2.42  .suggestion_content,
    2.43  .box {
    2.44 -  padding: 1ex;
    2.45 +  padding: 0 12px;
    2.46 +}
    2.47 +
    2.48 +.suggestion_content,
    2.49 +.member_statement,
    2.50 +.draft_content {
    2.51 +  border-left: 12px solid #777;
    2.52  }
    2.53  
    2.54  .slot_footer {

Impressum / About Us