From aa05c12ab77fb2eb8488636633a45f9b6eaac403 Mon Sep 17 00:00:00 2001 From: Aanand Prasad Date: Thu, 9 Jun 2016 12:18:28 +0100 Subject: [PATCH] Always show total vote count --- result-app/views/index.html | 6 ++++-- result-app/views/stylesheets/style.css | 1 + 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/result-app/views/index.html b/result-app/views/index.html index 2a97853..0b6713a 100644 --- a/result-app/views/index.html +++ b/result-app/views/index.html @@ -31,8 +31,10 @@ -
- {{total}} votes +
+ No votes yet + {{total}} vote + {{total}} votes
diff --git a/result-app/views/stylesheets/style.css b/result-app/views/stylesheets/style.css index 9acf00d..6842773 100644 --- a/result-app/views/stylesheets/style.css +++ b/result-app/views/stylesheets/style.css @@ -47,6 +47,7 @@ body{ vertical-align:middle; } #result{ + z-index: 3; position: absolute; bottom: 40px; right: 20px;