summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
Diffstat (limited to 'views/layout.haml')
-rw-r--r--views/layout.haml13
1 files changed, 9 insertions, 4 deletions
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