From 8ba413b3170851f4ee0f6cc966393d4c8933d15e Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 28 Nov 2017 14:45:05 +1100 Subject: [PATCH] Make warning even more prominent --- eosweb/core/static/css/main.css | 6 ++++++ eosweb/core/static/nunjucks/booth/cast.html | 4 ++-- eosweb/core/static/nunjucks/booth/review.html | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/eosweb/core/static/css/main.css b/eosweb/core/static/css/main.css index 8d5283b..704922a 100644 --- a/eosweb/core/static/css/main.css +++ b/eosweb/core/static/css/main.css @@ -26,6 +26,12 @@ word-wrap: break-word; } +.superem { + font-weight: bold; + font-style: italic; + text-decoration: underline; +} + @media print { body, html { /* Default height: 100% causes blank pages */ diff --git a/eosweb/core/static/nunjucks/booth/cast.html b/eosweb/core/static/nunjucks/booth/cast.html index 10de7e1..49862e4 100644 --- a/eosweb/core/static/nunjucks/booth/cast.html +++ b/eosweb/core/static/nunjucks/booth/cast.html @@ -20,10 +20,10 @@ {% block content %}
-

Your vote has not yet been cast. If you have not already done so, please make a note of your ballot fingerprint, {{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(ballot).hash_as_b64() }}.

+

Your vote has not yet been cast. If you have not already done so, please make a note of your ballot fingerprint, {{ eosjs.eos.core.hashing.__all__.SHA256().update_obj(ballot).hash_as_b64() }}.

-

Your vote has not yet been cast. Please follow the instructions to continue.

+

Your vote has not yet been cast. Please follow the instructions to continue.

This election requires you to log in to vote. If you disconnected your internet connection earlier, you must now reconnect it before proceeding.

diff --git a/eosweb/core/static/nunjucks/booth/review.html b/eosweb/core/static/nunjucks/booth/review.html index 0ad28a4..31ccd23 100644 --- a/eosweb/core/static/nunjucks/booth/review.html +++ b/eosweb/core/static/nunjucks/booth/review.html @@ -19,10 +19,10 @@ #} {% block content %} -

Your vote has not yet been cast. Your selections are shown below. Please review your selections and ensure you are happy with them before continuing.

+

Your vote has not yet been cast. Your selections are shown below. Please review your selections and ensure you are happy with them before continuing.

-

Your vote has not yet been cast. Please follow the instructions to continue.

+

Your vote has not yet been cast. Please follow the instructions to continue.

{% for question in election.questions.impl %}