From 24017c4fa866eee060e84fbc787cbcf5e1992626 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Tue, 10 Aug 2010 07:00:03 -0700
Subject: [PATCH] fixed link for election creation

---
 server_ui/media/main.css       | 4 ++--
 server_ui/templates/index.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/server_ui/media/main.css b/server_ui/media/main.css
index 799a43b..079870d 100644
--- a/server_ui/media/main.css
+++ b/server_ui/media/main.css
@@ -76,14 +76,14 @@ table.pretty th, td {
 }
 
 .highlight-box {
-  background:#ccc;
+  background:#eee;
   padding: 10px;
   color: black;
   border: 1px solid #888;
 }
 
 .highlight-box-margin {
-  background:#ccc;
+  background:#eee;
   padding: 10px;
   color: black;
   border: 1px solid #888;
diff --git a/server_ui/templates/index.html b/server_ui/templates/index.html
index c1f7d04..6450d28 100644
--- a/server_ui/templates/index.html
+++ b/server_ui/templates/index.html
@@ -24,7 +24,7 @@
 <em>none yet</em><br />
 {% endif %}
 <div style="text-align:right">
-<button style="font-size:1.2em;"><a href="{% url helios.views.election_new %}">create election &gt;</a></button>
+<a href="{% url helios.views.election_new %}" style="font-size: 1.2em; padding:5px; background: #eee; border: 1px solid #888">create election &gt;</a>
 </div>
 {% endif %}
 
-- 
GitLab