Commit 1ce287ec7c7036f0dce5678e5d602902cc62590b

Authored by Arthur Sturzbecher
1 parent 40197f47

fixing tooltips position

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
theme.js
... ... @@ -191,7 +191,7 @@ $('#link-buscar').click(function(e) {
191 191  
192 192 $('[data-toggle="tooltip"]').tooltip({
193 193 position: {
194   - my: "center bottom-10",
  194 + my: "center bottom-13",
195 195 at: "center top"
196 196 },
197 197 tooltipClass: "ui-tooltip-top"
... ... @@ -203,7 +203,7 @@ $('#link-buscar').click(function(e) {
203 203  
204 204 $('[data-toggle="tooltip"]').tooltip({
205 205 position: {
206   - my: "center top+10",
  206 + my: "center top+13",
207 207 at: "center bottom"
208 208 },
209 209 tooltipClass: "ui-tooltip-bottom"
... ...