From aa38ac104fc7e011aa47f8f53010912bfe7123ec 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 ea128eb..6ab92a0 100644 --- a/theme.js +++ b/theme.js @@ -184,7 +184,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" @@ -196,7 +196,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