# HG changeset patch # User bsw # Date 1340723535 -7200 # Node ID 52ee665edf86d95de56fe3a159f249efd31da0da # Parent e98b56d8e53fdccd94bc74d9b64051ff9705cf81 Optical enhancements in event list diff -r e98b56d8e53f -r 52ee665edf86 app/main/event/_list.lua --- a/app/main/event/_list.lua Tue Jun 26 17:12:05 2012 +0200 +++ b/app/main/event/_list.lua Tue Jun 26 17:12:15 2012 +0200 @@ -45,7 +45,7 @@ last_event_id = event.id event.issue:load_everything_for_member_id(app.session.member_id) - ui.container{ attr = { class = "issue_policy_info" }, content = function() + ui.container{ attr = { class = "event_info" }, content = function() if (app.session.member_id or config.public_access == "pseudonym") and event.member_id then if app.session.member_id then ui.link{ diff -r e98b56d8e53f -r 52ee665edf86 static/style.css --- a/static/style.css Tue Jun 26 17:12:05 2012 +0200 +++ b/static/style.css Tue Jun 26 17:12:15 2012 +0200 @@ -910,37 +910,32 @@ border: 1px solid #b2cdff; } -.issue .issue_info { - padding: 1ex 1ex 0.3ex 1ex; - line-height: 140%; - margin-bottom: 1ex; -} - -.event_list .event .issue_id, -.issue .issue_info .issue_id { - font-size: 125%; -} - .issue .suggestion { margin-left: 1ex; margin-bottom: 1ex; font-weight: bold; } -.issue_policy_info { - line-height: 200%; +.event_info { + float: left; display: inline; - padding: 5px; + padding: 6px 6px 1px 6px; background-color: #d0ddff; color: #000; font-style: italic; border-radius: 8px 8px 0 0; } -.events .issue { +.event_info img { + vertical-align: middle; +} + +.events .issue { + clear: left; border-radius: 0 8px 8px 8px; } +.event_info .event_name, .issue_policy_info .event_name { font-weight: bold; }