# HG changeset patch # User bsw # Date 1330198622 -3600 # Node ID fee2fcc5d88e8e7ccee264c5af3e16498141aeed # Parent a72a389399fcb167f84d2458c9797d24b614afe4 Use only one blue color instead of different blues diff -r a72a389399fc -r fee2fcc5d88e static/style.css --- a/static/style.css Sat Feb 25 20:36:31 2012 +0100 +++ b/static/style.css Sat Feb 25 20:37:02 2012 +0100 @@ -912,10 +912,8 @@ height: 48px; display: block; float: left; - xborder: 1px solid #999; background-color: #eee; overflow: hidden; - xwhite-space: nowrap; position: relative; border-radius: 7px; padding: 2px; @@ -971,14 +969,20 @@ font-weight: bold; } - .member .right { float: right; } .member_thumb.not_accepted, .member_thumb.not_informed { - opacity: 0.5; + background: #fff; +} + +.member_thumb.not_accepted .member_image, +.member_thumb.not_accepted .member_name, +.member_thumb.not_informed .member_image, +.member_thumb.not_informed .member_name { + opacity: 0.4; } .member_thumb.in_delegation_chain { @@ -1076,7 +1080,7 @@ .help, .use_terms { border: 1px solid #bcd; - background-color: #def; + background-color: #cdf; color: #000; padding: 1ex; }