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 +++++ 1 file changed, 5 insertions(+) (limited to 'papillon/static') 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; } -- cgit v1.2.3