liquid_feedback_frontend

diff env/ui/bargraph.lua @ 500:03c205fc17f0

Show blue quorum bar in bargraph more clear, fixed too big quorum in ie
author bsw
date Wed Mar 21 19:43:44 2012 +0100 (2012-03-21)
parents 5d797c6706d5
children 811bf260f7cf
line diff
     1.1 --- a/env/ui/bargraph.lua	Wed Mar 21 12:20:39 2012 +0100
     1.2 +++ b/env/ui/bargraph.lua	Wed Mar 21 19:43:44 2012 +0100
     1.3 @@ -31,9 +31,10 @@
     1.4              end
     1.5              ui.container{
     1.6                attr = {
     1.7 +                class = "quorum",
     1.8                  style = "width: 1px; background-color: " .. (args.quorum_color or "blue") ..";",
     1.9                },
    1.10 -              content = function() slot.put(" ") end
    1.11 +              content = function() slot.put("") end
    1.12              }
    1.13              length = dlength + 1
    1.14              value = value - dlength

Impressum / About Us