Commit aa38ac104fc7e011aa47f8f53010912bfe7123ec

Authored by Arthur Sturzbecher
1 parent 9c8b3e03

fixing tooltips position

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
theme.js
... ... @@ -184,7 +184,7 @@ $('#link-buscar').click(function(e) {
184 184  
185 185 $('[data-toggle="tooltip"]').tooltip({
186 186 position: {
187   - my: "center bottom-10",
  187 + my: "center bottom-13",
188 188 at: "center top"
189 189 },
190 190 tooltipClass: "ui-tooltip-top"
... ... @@ -196,7 +196,7 @@ $('#link-buscar').click(function(e) {
196 196  
197 197 $('[data-toggle="tooltip"]').tooltip({
198 198 position: {
199   - my: "center top+10",
  199 + my: "center top+13",
200 200 at: "center bottom"
201 201 },
202 202 tooltipClass: "ui-tooltip-bottom"
... ...