liquid_feedback_frontend

changeset 294:fee2fcc5d88e

Use only one blue color instead of different blues
author bsw
date Sat Feb 25 20:37:02 2012 +0100 (2012-02-25)
parents a72a389399fc
children fac04b72bc9a
files static/style.css
line diff
     1.1 --- a/static/style.css	Sat Feb 25 20:36:31 2012 +0100
     1.2 +++ b/static/style.css	Sat Feb 25 20:37:02 2012 +0100
     1.3 @@ -912,10 +912,8 @@
     1.4    height: 48px;
     1.5    display: block;
     1.6    float: left;
     1.7 -  xborder: 1px solid #999;
     1.8    background-color: #eee;
     1.9    overflow: hidden;
    1.10 -  xwhite-space: nowrap;
    1.11    position: relative;
    1.12    border-radius: 7px;
    1.13    padding: 2px;
    1.14 @@ -971,14 +969,20 @@
    1.15    font-weight: bold;
    1.16  }
    1.17  
    1.18 -
    1.19  .member .right {
    1.20    float: right;
    1.21  }
    1.22  
    1.23  .member_thumb.not_accepted,
    1.24  .member_thumb.not_informed {
    1.25 -  opacity: 0.5;
    1.26 +  background: #fff;
    1.27 +}
    1.28 +
    1.29 +.member_thumb.not_accepted .member_image,
    1.30 +.member_thumb.not_accepted .member_name,
    1.31 +.member_thumb.not_informed .member_image,
    1.32 +.member_thumb.not_informed .member_name {
    1.33 +  opacity: 0.4;
    1.34  }
    1.35  
    1.36  .member_thumb.in_delegation_chain {
    1.37 @@ -1076,7 +1080,7 @@
    1.38  .help,
    1.39  .use_terms {
    1.40    border: 1px solid #bcd;
    1.41 -  background-color: #def;
    1.42 +  background-color: #cdf;
    1.43    color: #000;
    1.44    padding: 1ex;
    1.45  }

Impressum / About Us