Author: humbedooh
Date: Tue Mar 24 23:41:40 2015
New Revision: 1669025
URL: http://svn.apache.org/r1669025
Log:
dim issue some more if already voted on it, expand on tooltip
Modified:
steve/trunk/pysteve/www/htdocs/js/steve_rest.js
Modified: steve/trunk/pysteve/www/htdocs/js/steve_rest.js
URL:
http://svn.apache.org/viewvc/steve/trunk/pysteve/www/htdocs/js/steve_rest.js?rev=1669025&r1=1669024&r2=1669025&view=diff
==============================================================================
--- steve/trunk/pysteve/www/htdocs/js/steve_rest.js (original)
+++ steve/trunk/pysteve/www/htdocs/js/steve_rest.js Tue Mar 24 23:41:40 2015
@@ -660,8 +660,8 @@ function renderElectionFrontpage(respons
no.innerHTML = (s)
if (issue.hasVoted) {
- outer.setAttribute("style", "background:
linear-gradient(to bottom, #d8d8d8 0%,#aaaaaa 100%);")
- outer.setAttribute("title", "Notice: You have already
voted once on this issue")
+ outer.setAttribute("style", "background:
linear-gradient(to bottom, #d8d8d8 0%,#aaaaaa 100%); opacity: 0.55;")
+ outer.setAttribute("title", "Notice: You have already
voted once on this issue. You may recast your vote if you like.")
} else {
outer.setAttribute("title", "You have not yet voted on
this issue");
}