diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css/fms.css | 10 | ||||
-rw-r--r-- | src/templates/en/around.html | 2 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index 4705e4e..a539edc 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -564,11 +564,15 @@ #relocate { display: block; - height: 40px; - width: 40px; + height: 30px; + width: 30px; padding: 5px; margin: 0px; - background-color: rgba(248,248,248,0.8); + background-color: rgba(248,248,248,0.9); + background-image: url(../images/location@x2.png); + background-repeat: no-repeat; + background-position: center center; + background-size: 50%; } #pc { diff --git a/src/templates/en/around.html b/src/templates/en/around.html index 683fdb6..39c513d 100644 --- a/src/templates/en/around.html +++ b/src/templates/en/around.html @@ -28,7 +28,7 @@ <form class="inputcard" name="postcodeForm" id="postcodeForm"> <input type="search" id="pc" name="pc" placeholder="Search or scroll the map"> </form> - <a data-role="none" id="relocate" class="nodisplay"><img src="images/location@x2.png"></a> + <a data-role="none" id="relocate" class="nodisplay"></a> <div class="nodisplay" id="front-howto"></div> </div> |