Commit aa38ac104fc7e011aa47f8f53010912bfe7123ec
1 parent
9c8b3e03
Exists in
master
and in
9 other branches
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,7 +184,7 @@ $('#link-buscar').click(function(e) { | ||
184 | 184 | ||
185 | $('[data-toggle="tooltip"]').tooltip({ | 185 | $('[data-toggle="tooltip"]').tooltip({ |
186 | position: { | 186 | position: { |
187 | - my: "center bottom-10", | 187 | + my: "center bottom-13", |
188 | at: "center top" | 188 | at: "center top" |
189 | }, | 189 | }, |
190 | tooltipClass: "ui-tooltip-top" | 190 | tooltipClass: "ui-tooltip-top" |
@@ -196,7 +196,7 @@ $('#link-buscar').click(function(e) { | @@ -196,7 +196,7 @@ $('#link-buscar').click(function(e) { | ||
196 | 196 | ||
197 | $('[data-toggle="tooltip"]').tooltip({ | 197 | $('[data-toggle="tooltip"]').tooltip({ |
198 | position: { | 198 | position: { |
199 | - my: "center top+10", | 199 | + my: "center top+13", |
200 | at: "center bottom" | 200 | at: "center bottom" |
201 | }, | 201 | }, |
202 | tooltipClass: "ui-tooltip-bottom" | 202 | tooltipClass: "ui-tooltip-bottom" |