From c452e35598dcbaa7187c2c39320faecf5280f63c Mon Sep 17 00:00:00 2001 From: parabola949 Date: Wed, 28 Aug 2013 14:47:15 -0500 Subject: [PATCH] v1.2.1 Fixed dropdown location --- plugins/layer-farms-find.user.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins/layer-farms-find.user.js b/plugins/layer-farms-find.user.js index 46dcce25..a27e870c 100644 --- a/plugins/layer-farms-find.user.js +++ b/plugins/layer-farms-find.user.js @@ -2,7 +2,7 @@ // @id iitc-plugin-farms@949 // @name IITC plugin: Show farms by level // @category Info -// @version 1.2.0.20130828.143908 +// @version 1.2.1.20130828.144608 // @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @description [parabola949-2013-08-27] Find farms by minimum level // @include https://www.ingress.com/intel* @@ -15,6 +15,9 @@ //CHANGELOG /* * +v1.2.1 +Fixed dropdown location overlap + v1.2.0 Circle is sent to back on mouseover Clicking on circle displays portal counts for farm (including portals of level lower than farm) @@ -301,7 +304,7 @@ window.plugin.farmFind.drawCircle = function(farm) + "#farm_level_select {" + " position: absolute;" + " top: 5px;" - + " left:110px;" + + " left:180px;" + " z-index: 2500;" + " font-size:11px;" + ' font-family: "coda",arial,helvetica,sans-serif;'