summaryrefslogtreecommitdiff
path: root/papillon/static/styles.css
diff options
context:
space:
mode:
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
commitd60eef36a023f45224a9b52d17324ab4c1013c47 (patch)
tree705c78f6f96e34d3c472e8a9790d57111e341ba1 /papillon/static/styles.css
parenta1c243a9db6b99b2cb6eee6136c14201099026e2 (diff)
downloadPapillon-master.tar.bz2
Papillon-master.zip
CSS: fix help text in edit choices tableHEADv0.5master
Diffstat (limited to 'papillon/static/styles.css')
-rw-r--r--papillon/static/styles.css5
1 files changed, 5 insertions, 0 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;
}