From 3bb0ba2c96572ff6b77a8a879fa1f3cd45ae000c Mon Sep 17 00:00:00 2001 From: gebele Date: Mon, 17 Jun 2013 12:44:18 +0200 Subject: added info icons; neighbors, color by class for text not background --- views/layout.haml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'views/layout.haml') diff --git a/views/layout.haml b/views/layout.haml index 410d150..b9fd06d 100644 --- a/views/layout.haml +++ b/views/layout.haml @@ -49,19 +49,24 @@ }); }); $('a#confidence').tooltip({ - predelay: 800, + predelay: 300, + position: 'bottom center', + offset: [-100, 0], + }); + $('a#result').tooltip({ + predelay: 300, position: 'bottom center', offset: [-100, 0], }); $('a#similarity').tooltip({ - predelay: 800, + predelay: 300, position: 'bottom center', offset: [-600, 0], }); $('a#measured_activity').tooltip({ - predelay: 800, + predelay: 300, position: 'bottom center', - offset: [-450, 0], + offset: [-500, 0], }); }); #back-top -- cgit v1.2.3