liquid_feedback_frontend
diff static/style.css @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
| author | bsw |
|---|---|
| date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
| parents | 5c601807d397 |
| children | 80c215dbf076 |
line diff
1.1 --- a/static/style.css Mon Nov 23 12:00:00 2009 +0100 1.2 +++ b/static/style.css Mon Nov 30 12:00:00 2009 +0100 1.3 @@ -637,20 +637,37 @@ 1.4 border: 1px solid #ccc; 1.5 } 1.6 1.7 -.member_thumb:hover { 1.8 - border: 1px solid #000; 1.9 +.member_thumb a:hover div { 1.10 + background-color: #444; 1.11 + color: #fff; 1.12 +} 1.13 + 1.14 +.member_thumb .flags a:hover { 1.15 + background-color: #444; 1.16 + color: #fff; 1.17 } 1.18 1.19 .member_thumb img { 1.20 margin-right: 0.5em; 1.21 vertical-align: bottom; 1.22 + float: left; 1.23 } 1.24 1.25 .member_thumb div { 1.26 display: inline; 1.27 +} 1.28 + 1.29 +.member_thumb .member_name { 1.30 + display: block; 1.31 + margin-top: 3ex; 1.32 margin-right: 0.5em; 1.33 } 1.34 1.35 +.member_thumb .flags { 1.36 + float: right; 1.37 + font-size: 75%; 1.38 +} 1.39 + 1.40 .draft_content { 1.41 background-color: #eee; 1.42 border: 1px solid #ccc; 1.43 @@ -696,4 +713,5 @@ 1.44 border: 2px solid #faa; 1.45 background-color: #fee; 1.46 padding: 1ex; 1.47 -} 1.48 \ No newline at end of file 1.49 +} 1.50 +