liquid_feedback_frontend

diff static/style.css @ 676:52ee665edf86

Optical enhancements in event list
author bsw
date Tue Jun 26 17:12:15 2012 +0200 (2012-06-26)
parents 117a505fbe64
children 14c02016727c
line diff
     1.1 --- a/static/style.css	Tue Jun 26 17:12:05 2012 +0200
     1.2 +++ b/static/style.css	Tue Jun 26 17:12:15 2012 +0200
     1.3 @@ -910,37 +910,32 @@
     1.4    border: 1px solid #b2cdff;
     1.5  }
     1.6  
     1.7 -.issue .issue_info {
     1.8 -  padding: 1ex 1ex 0.3ex 1ex;
     1.9 -  line-height: 140%;
    1.10 -  margin-bottom: 1ex;
    1.11 -}
    1.12 -
    1.13 -.event_list .event .issue_id,
    1.14 -.issue .issue_info .issue_id {
    1.15 -  font-size: 125%;
    1.16 -}
    1.17 -
    1.18  .issue .suggestion {
    1.19    margin-left: 1ex;
    1.20    margin-bottom: 1ex;
    1.21    font-weight: bold;
    1.22  }
    1.23  
    1.24 -.issue_policy_info {
    1.25 -  line-height: 200%;
    1.26 +.event_info {
    1.27 +  float: left;
    1.28    display: inline;
    1.29 -  padding: 5px;
    1.30 +  padding: 6px 6px 1px 6px;
    1.31    background-color: #d0ddff;
    1.32    color: #000;
    1.33    font-style: italic;
    1.34    border-radius: 8px 8px 0 0;
    1.35  }
    1.36  
    1.37 -.events .issue { 
    1.38 +.event_info img {
    1.39 +  vertical-align: middle;
    1.40 +}
    1.41 +
    1.42 +.events .issue {
    1.43 +  clear: left;
    1.44    border-radius: 0 8px 8px 8px;
    1.45  }
    1.46  
    1.47 +.event_info .event_name,
    1.48  .issue_policy_info .event_name {
    1.49    font-weight: bold;
    1.50  }

Impressum / About Us