liquid_feedback_frontend
diff app/main/initiative/_list_element.lua @ 674:117a505fbe64
Optical improvements
| author | bsw |
|---|---|
| date | Tue Jun 26 17:04:35 2012 +0200 (2012-06-26) |
| parents | ea89fa21b0ab |
| children | 21ae6ff8629a |
line diff
1.1 --- a/app/main/initiative/_list_element.lua Tue Jun 26 16:45:02 2012 +0200 1.2 +++ b/app/main/initiative/_list_element.lua Tue Jun 26 17:04:35 2012 +0200 1.3 @@ -25,7 +25,7 @@ 1.4 max_value = max_value, 1.5 width = 100, 1.6 bars = { 1.7 - { color = "#0a0", value = initiative.positive_votes }, 1.8 + { color = "#0a5", value = initiative.positive_votes }, 1.9 { color = "#aaa", value = max_value - initiative.negative_votes - initiative.positive_votes }, 1.10 { color = "#a00", value = initiative.negative_votes }, 1.11 }