v1.2.1 Fixed dropdown location

This commit is contained in:
parabola949
2013-08-28 14:47:15 -05:00
parent 90b00b3111
commit c452e35598

View File

@ -2,7 +2,7 @@
// @id iitc-plugin-farms@949 // @id iitc-plugin-farms@949
// @name IITC plugin: Show farms by level // @name IITC plugin: Show farms by level
// @category Info // @category Info
// @version 1.2.0.20130828.143908 // @version 1.2.1.20130828.144608
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @description [parabola949-2013-08-27] Find farms by minimum level // @description [parabola949-2013-08-27] Find farms by minimum level
// @include https://www.ingress.com/intel* // @include https://www.ingress.com/intel*
@ -15,6 +15,9 @@
//CHANGELOG //CHANGELOG
/* /*
* *
v1.2.1
Fixed dropdown location overlap
v1.2.0 v1.2.0
Circle is sent to back on mouseover Circle is sent to back on mouseover
Clicking on circle displays portal counts for farm (including portals of level lower than farm) 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 {" + "#farm_level_select {"
+ " position: absolute;" + " position: absolute;"
+ " top: 5px;" + " top: 5px;"
+ " left:110px;" + " left:180px;"
+ " z-index: 2500;" + " z-index: 2500;"
+ " font-size:11px;" + " font-size:11px;"
+ ' font-family: "coda",arial,helvetica,sans-serif;' + ' font-family: "coda",arial,helvetica,sans-serif;'