From 1ce287ec7c7036f0dce5678e5d602902cc62590b Mon Sep 17 00:00:00 2001 From: ArthurJahn Date: Mon, 27 Jul 2015 17:00:34 -0300 Subject: [PATCH] fixing tooltips position --- theme.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme.js b/theme.js index d90dd4d..d971527 100644 --- a/theme.js +++ b/theme.js @@ -191,7 +191,7 @@ $('#link-buscar').click(function(e) { $('[data-toggle="tooltip"]').tooltip({ position: { - my: "center bottom-10", + my: "center bottom-13", at: "center top" }, tooltipClass: "ui-tooltip-top" @@ -203,7 +203,7 @@ $('#link-buscar').click(function(e) { $('[data-toggle="tooltip"]').tooltip({ position: { - my: "center top+10", + my: "center top+13", at: "center bottom" }, tooltipClass: "ui-tooltip-bottom" -- libgit2 0.21.2