# HG changeset patch # User bsw # Date 1340723075 -7200 # Node ID 117a505fbe6425317af20dbe6855174f06774120 # Parent da77d9b2d14038f892e48fefcbb69daafb5f71c5 Optical improvements diff -r da77d9b2d140 -r 117a505fbe64 app/main/initiative/_list_element.lua --- a/app/main/initiative/_list_element.lua Tue Jun 26 16:45:02 2012 +0200 +++ b/app/main/initiative/_list_element.lua Tue Jun 26 17:04:35 2012 +0200 @@ -25,7 +25,7 @@ max_value = max_value, width = 100, bars = { - { color = "#0a0", value = initiative.positive_votes }, + { color = "#0a5", value = initiative.positive_votes }, { color = "#aaa", value = max_value - initiative.negative_votes - initiative.positive_votes }, { color = "#a00", value = initiative.negative_votes }, } diff -r da77d9b2d140 -r 117a505fbe64 static/style.css --- a/static/style.css Tue Jun 26 16:45:02 2012 +0200 +++ b/static/style.css Tue Jun 26 17:04:35 2012 +0200 @@ -529,12 +529,12 @@ .ui_tabs_links a { padding: 1.33ex 1em; background-color: #444; - background: -webkit-linear-gradient(top, #555, #000); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%,#000)); - background: -moz-linear-gradient(#555, #000); - background: -ms-linear-gradient(#555, #000); - background: -o-linear-gradient(#555, #000); - background: linear-gradient(#555, #000); + background: -webkit-linear-gradient(top, #777, #000); + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #777), color-stop(100%,#000)); + background: -moz-linear-gradient(#777, #000); + background: -ms-linear-gradient(#777, #000); + background: -o-linear-gradient(#777, #000); + background: linear-gradient(#777, #000); color: #fff; white-space: nowrap; border-radius: 8px; @@ -586,15 +586,15 @@ .ui_filter_head a.active { - border: 1px solid #000; + border: 1px solid #666; text-decoration: none; background-color: #444; - background: -webkit-linear-gradient(top, #555, #000); + background: -webkit-linear-gradient(top, #666, #222); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666), color-stop(100%,#222)); - background: -moz-linear-gradient(#555, #000); - background: -ms-linear-gradient(#555, #000); - background: -o-linear-gradient(#555, #000); - background: linear-gradient(#555, #000); + background: -moz-linear-gradient(#666, #222); + background: -ms-linear-gradient(#666, #222); + background: -o-linear-gradient(#666, #222); + background: linear-gradient(#666, #222); color: #fff; } @@ -900,7 +900,7 @@ .issues .issue { overflow: hidden; - border: 1px solid #ddd; + border: 1px solid #d0ddff; border-radius: 8px; margin-bottom: 2ex; } @@ -928,7 +928,17 @@ } .issue_policy_info { + line-height: 200%; + display: inline; + padding: 5px; + background-color: #d0ddff; + color: #000; font-style: italic; + border-radius: 8px 8px 0 0; +} + +.events .issue { + border-radius: 0 8px 8px 8px; } .issue_policy_info .event_name {