liquid_feedback_frontend

diff static/style.css @ 414:699b9fa7bc36

Integrated new event system, splitted issues in open/closed, changed navigation
author bsw
date Sat Mar 10 16:57:49 2012 +0100 (2012-03-10)
parents 371e690018ea
children 54a7daa4d35c
line diff
     1.1 --- a/static/style.css	Sat Mar 10 13:54:14 2012 +0100
     1.2 +++ b/static/style.css	Sat Mar 10 16:57:49 2012 +0100
     1.3 @@ -158,9 +158,7 @@
     1.4    background-image: -webkit-gradient(linear, left top, left bottom, 
     1.5      color-stop(0%, #888), color-stop(25%,#333)
     1.6    );
     1.7 -  color: #fff;
     1.8    font-size: 90%;
     1.9 -  line-height: 200%;
    1.10    padding-left: 1%;
    1.11    box-shadow: #aaa 0 0 5px;
    1.12    overflow: hidden;
    1.13 @@ -174,6 +172,7 @@
    1.14  
    1.15  .topbar a {
    1.16    color: #eee;
    1.17 +  line-height: 30px;
    1.18  }
    1.19  
    1.20  .topbar  a:hover {
    1.21 @@ -200,6 +199,10 @@
    1.22    display: inline;
    1.23  }
    1.24  
    1.25 +.topbar .member_info {
    1.26 +  float: right;
    1.27 +}
    1.28 +
    1.29  .searchbox {
    1.30    margin: 0;
    1.31    padding: 0.1ex 1em 0ex 1em;
    1.32 @@ -543,9 +546,8 @@
    1.33   */
    1.34  
    1.35  .ui_tabs_links {
    1.36 -  margin-top: 3ex;
    1.37 +  margin-top: 2ex;
    1.38    margin-bottom: 1ex;
    1.39 -  font-size: 75%;
    1.40  }
    1.41  
    1.42  .ui_tabs_links a {
    1.43 @@ -566,7 +568,6 @@
    1.44    background-color: #444;
    1.45    color: #fff;
    1.46    text-decoration: none;
    1.47 -  padding: 1ex;
    1.48  }
    1.49  
    1.50  .ui_tabs_links a.yellow {
    1.51 @@ -616,7 +617,8 @@
    1.52    color: #777;
    1.53    margin-top: 0.5ex;
    1.54    margin-bottom: 0.5ex;
    1.55 -  font-size: 75%;
    1.56 +  font-size: 90%;
    1.57 +  font-weight: bold;
    1.58    float: left;
    1.59    line-height: 200%;
    1.60    margin-right: 2em;
    1.61 @@ -942,6 +944,25 @@
    1.62  }
    1.63  
    1.64  /*************************************************************************
    1.65 + * Events
    1.66 + */
    1.67 +
    1.68 +.events .date {
    1.69 +  font-size: 150%;
    1.70 +  font-weight: bold;
    1.71 +  margin-top: 2ex;
    1.72 +  line-height: 150%;
    1.73 +}
    1.74 +
    1.75 +.event_list .event div {
    1.76 +}
    1.77 +
    1.78 +.event_list .event .member_id {
    1.79 +  float: right;
    1.80 +}
    1.81 +
    1.82 +
    1.83 +/*************************************************************************
    1.84   * Issues
    1.85   */
    1.86  
    1.87 @@ -978,14 +999,29 @@
    1.88    background-image: -ms-linear-gradient(top, #dfeaff 0%, #fcfcfc 66%);
    1.89  }
    1.90  
    1.91 +.event_list .event .issue_id,
    1.92  .issues .issue .issue_info .issue_id {
    1.93    font-size: 125%;
    1.94  }
    1.95  
    1.96 +.issues .issue .suggestion {
    1.97 +  margin-left: 1ex;
    1.98 +  margin-bottom: 1ex;
    1.99 +  font-weight: bold;
   1.100 +}
   1.101 +
   1.102  .issue_policy_info {
   1.103    font-style: italic;
   1.104  }
   1.105  
   1.106 +.issue_policy_info .event_name {
   1.107 +  font-weight: bold;
   1.108 +}
   1.109 +
   1.110 +.issue_policy_info img {
   1.111 +  vertical-align: middle;
   1.112 +}
   1.113 +
   1.114  .issues .issue .interest_by_delegation {
   1.115    float: right;
   1.116  }

Impressum / About Us