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
@@ -191,7 +191,7 @@ $('#link-buscar').click(function(e) { @@ -191,7 +191,7 @@ $('#link-buscar').click(function(e) {
191 191
192 $('[data-toggle="tooltip"]').tooltip({ 192 $('[data-toggle="tooltip"]').tooltip({
193 position: { 193 position: {
194 - my: "center bottom-10", 194 + my: "center bottom-13",
195 at: "center top" 195 at: "center top"
196 }, 196 },
197 tooltipClass: "ui-tooltip-top" 197 tooltipClass: "ui-tooltip-top"
@@ -203,7 +203,7 @@ $('#link-buscar').click(function(e) { @@ -203,7 +203,7 @@ $('#link-buscar').click(function(e) {
203 203
204 $('[data-toggle="tooltip"]').tooltip({ 204 $('[data-toggle="tooltip"]').tooltip({
205 position: { 205 position: {
206 - my: "center top+10", 206 + my: "center top+13",
207 at: "center bottom" 207 at: "center bottom"
208 }, 208 },
209 tooltipClass: "ui-tooltip-bottom" 209 tooltipClass: "ui-tooltip-bottom"