diff --git a/plugins/globe/graphics/showhide.png b/plugins/globe/graphics/showhide.png index 98d440428e4bba7ae54b7ad75ecf0e0ed4374868..7b41751895d4ea20b27a0ecb19dfeda34dcfeefb 100644 Binary files a/plugins/globe/graphics/showhide.png and b/plugins/globe/graphics/showhide.png differ diff --git a/plugins/globe/views/default/globe/content.php b/plugins/globe/views/default/globe/content.php index 66eb51102cd4b3700e37d70456c1fb7fe5694be3..10ad1182372fa5a1bc1026a83f210e71e03cf24a 100644 --- a/plugins/globe/views/default/globe/content.php +++ b/plugins/globe/views/default/globe/content.php @@ -195,7 +195,7 @@ </div> <div class="globeGroup col right" id="plotFeatured"> - <h3 class="sec_header">Featured Huskers <span class="plotOnMap">Show Us</span></h3> + <h3 class="sec_header">Featured Huskers <span class="plotOnMap hide">Show Us</span></h3> <!-- row 1 --> <div class="member_icon"> diff --git a/plugins/globe/views/default/globe/css.php b/plugins/globe/views/default/globe/css.php index 6415244a44af4ab2ca08d6f345db1e963d5e473f..3c07cedfd42e670b68901d8c10c1afd906190be1 100644 --- a/plugins/globe/views/default/globe/css.php +++ b/plugins/globe/views/default/globe/css.php @@ -16,7 +16,7 @@ span.plotOnMap { float:right; background:url(<?php echo $vars['url']; ?>/mod/globe/graphics/showhide.png) no-repeat top right; display:block; - width:61px; + width:57px; height:40px; margin-top:-15px; margin-right:-2px; @@ -24,6 +24,9 @@ span.plotOnMap { z-index:99; position:relative; } +span.plotOnMap.hide { + background-position:0 -40px; +} /* You Icon *************/ #plotMe {