diff options
Diffstat (limited to 'papillon/static/styles.css')
-rw-r--r-- | papillon/static/styles.css | 5 |
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; } |