summaryrefslogtreecommitdiff
path: root/views/layout.haml
diff options
context:
space:
mode:
authorgebele <gebele@in-silico.ch>2013-06-17 12:44:18 +0200
committergebele <gebele@in-silico.ch>2013-06-17 12:44:18 +0200
commit3bb0ba2c96572ff6b77a8a879fa1f3cd45ae000c (patch)
treef2c00ae58ad2792994af3687cee9aa686b3e10cc /views/layout.haml
parent5bc627dc499fb592312951f26538199444bd562a (diff)
added info icons; neighbors, color by class for text not background
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