From d60eef36a023f45224a9b52d17324ab4c1013c47 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 25 Mar 2016 19:12:46 +0100 Subject: CSS: fix help text in edit choices table --- papillon/static/styles.css | 5 +++++ papillon/templates/editChoicesAdmin.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/papillon/static/styles.css b/papillon/static/styles.css index 9bba1d8..9bcf4d2 100644 --- a/papillon/static/styles.css +++ b/papillon/static/styles.css @@ -190,6 +190,11 @@ color:blue; text-align:center; } +th .help_button{ + width:14px; + height:14px; +} + .help_button:hover{ cursor: help; } diff --git a/papillon/templates/editChoicesAdmin.html b/papillon/templates/editChoicesAdmin.html index 0a8c611..7981498 100644 --- a/papillon/templates/editChoicesAdmin.html +++ b/papillon/templates/editChoicesAdmin.html @@ -30,7 +30,7 @@ {%if not poll.dated_choices%}{% trans "Position" %}{%endif%} {% trans "Value" %} {% trans "Max votes" %} - {% trans "Delete?"%} ? + {% trans "Delete?"%} ? {% for choice in choices %}
-- cgit v1.2.3