liquid_feedback_frontend

changeset 676:52ee665edf86

Optical enhancements in event list
author bsw
date Tue Jun 26 17:12:15 2012 +0200 (2012-06-26)
parents e98b56d8e53f
children 14c02016727c
files app/main/event/_list.lua static/style.css
line diff
     1.1 --- a/app/main/event/_list.lua	Tue Jun 26 17:12:05 2012 +0200
     1.2 +++ b/app/main/event/_list.lua	Tue Jun 26 17:12:15 2012 +0200
     1.3 @@ -45,7 +45,7 @@
     1.4      last_event_id = event.id
     1.5      event.issue:load_everything_for_member_id(app.session.member_id)
     1.6  
     1.7 -    ui.container{ attr = { class = "issue_policy_info" }, content = function()
     1.8 +    ui.container{ attr = { class = "event_info" }, content = function()
     1.9        if (app.session.member_id or config.public_access == "pseudonym") and event.member_id then
    1.10          if app.session.member_id then
    1.11            ui.link{
     2.1 --- a/static/style.css	Tue Jun 26 17:12:05 2012 +0200
     2.2 +++ b/static/style.css	Tue Jun 26 17:12:15 2012 +0200
     2.3 @@ -910,37 +910,32 @@
     2.4    border: 1px solid #b2cdff;
     2.5  }
     2.6  
     2.7 -.issue .issue_info {
     2.8 -  padding: 1ex 1ex 0.3ex 1ex;
     2.9 -  line-height: 140%;
    2.10 -  margin-bottom: 1ex;
    2.11 -}
    2.12 -
    2.13 -.event_list .event .issue_id,
    2.14 -.issue .issue_info .issue_id {
    2.15 -  font-size: 125%;
    2.16 -}
    2.17 -
    2.18  .issue .suggestion {
    2.19    margin-left: 1ex;
    2.20    margin-bottom: 1ex;
    2.21    font-weight: bold;
    2.22  }
    2.23  
    2.24 -.issue_policy_info {
    2.25 -  line-height: 200%;
    2.26 +.event_info {
    2.27 +  float: left;
    2.28    display: inline;
    2.29 -  padding: 5px;
    2.30 +  padding: 6px 6px 1px 6px;
    2.31    background-color: #d0ddff;
    2.32    color: #000;
    2.33    font-style: italic;
    2.34    border-radius: 8px 8px 0 0;
    2.35  }
    2.36  
    2.37 -.events .issue { 
    2.38 +.event_info img {
    2.39 +  vertical-align: middle;
    2.40 +}
    2.41 +
    2.42 +.events .issue {
    2.43 +  clear: left;
    2.44    border-radius: 0 8px 8px 8px;
    2.45  }
    2.46  
    2.47 +.event_info .event_name,
    2.48  .issue_policy_info .event_name {
    2.49    font-weight: bold;
    2.50  }

Impressum / About Us