liquid_feedback_frontend
diff app/main/initiative/_list.lua @ 4:80c215dbf076
Version alpha5
Many optical changes and improved usability
Support for different wiki-formatting-engines
Help system
Many optical changes and improved usability
Support for different wiki-formatting-engines
Help system
| author | bsw/jbe |
|---|---|
| date | Thu Dec 10 12:00:00 2009 +0100 (2009-12-10) |
| parents | 768faea1096d |
| children | afd9f769c7ae |
line diff
1.1 --- a/app/main/initiative/_list.lua Mon Nov 30 12:00:00 2009 +0100 1.2 +++ b/app/main/initiative/_list.lua Thu Dec 10 12:00:00 2009 +0100 1.3 @@ -66,7 +66,7 @@ 1.4 local max_value = record.issue.voter_count 1.5 ui.bargraph{ 1.6 max_value = max_value, 1.7 - width = 200, 1.8 + width = 100, 1.9 bars = { 1.10 { color = "#0a0", value = record.positive_votes }, 1.11 { color = "#aaa", value = max_value - record.negative_votes - record.positive_votes }, 1.12 @@ -78,7 +78,7 @@ 1.13 local max_value = (record.issue.population or 0) 1.14 ui.bargraph{ 1.15 max_value = max_value, 1.16 - width = 200, 1.17 + width = 100, 1.18 bars = { 1.19 { color = "#0a0", value = (record.satisfied_supporter_count or 0) }, 1.20 { color = "#8f8", value = (record.supporter_count or 0) - (record.satisfied_supporter_count or 0) },