diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-25 19:12:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-03-25 19:12:46 +0100 |
commit | d60eef36a023f45224a9b52d17324ab4c1013c47 (patch) | |
tree | 705c78f6f96e34d3c472e8a9790d57111e341ba1 | |
parent | a1c243a9db6b99b2cb6eee6136c14201099026e2 (diff) | |
download | Papillon-d60eef36a023f45224a9b52d17324ab4c1013c47.tar.bz2 Papillon-d60eef36a023f45224a9b52d17324ab4c1013c47.zip |
-rw-r--r-- | papillon/static/styles.css | 5 | ||||
-rw-r--r-- | papillon/templates/editChoicesAdmin.html | 2 |
2 files changed, 6 insertions, 1 deletions
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%}<th style="word-wrap:none;">{% trans "Position" %}</th>{%endif%} <th>{% trans "Value" %}</th> <th>{% trans "Max votes" %}</th> - <th width="60px;">{% trans "Delete?"%} <span class="help_button" title='{% trans "To remove a choice, check this box on the good line and click on Edit."%}'>?</span></th> + <th width="65px;">{% trans "Delete?"%} <span class="help_button" title='{% trans "To remove a choice, check this box on the good line and click on Edit."%}'>?</span></th> </tr> {% for choice in choices %} <form action="." method="post"> |