diff options
-rw-r--r-- | iPhone/Icon-120.png | bin | 0 -> 5584 bytes | |||
-rw-r--r-- | src/css/fms.css | 17 | ||||
-rw-r--r-- | src/js/views/around.js | 2 | ||||
-rw-r--r-- | src/templates/en/around.html | 2 |
4 files changed, 14 insertions, 7 deletions
diff --git a/iPhone/Icon-120.png b/iPhone/Icon-120.png Binary files differnew file mode 100644 index 0000000..f019a23 --- /dev/null +++ b/iPhone/Icon-120.png diff --git a/src/css/fms.css b/src/css/fms.css index 9c639d2..a9c24f3 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -428,8 +428,11 @@ #OpenLayers_Control_Crosshairs_crosshairs { pointer-events: none; + background-size: 50px 50px; + background-position: center center; + background-repeat: no-repeat; background-image: url(../images/crosshairs@x2.png); - background-size: 106px 106px; + } /* locating screen */ @@ -562,11 +565,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 { @@ -716,7 +723,7 @@ .ui-icon-fms-photo-new { position: static; float: left; - background-size: 18px 18px; + background-size: 16px 16px; } div[data-role='header'] .ui-icon-fms-account { background-image: url(../images/user@x2.png); diff --git a/src/js/views/around.js b/src/js/views/around.js index df2bd89..eae53ff 100644 --- a/src/js/views/around.js +++ b/src/js/views/around.js @@ -172,7 +172,7 @@ if ( !fixmystreet.map ) { $('#relocate').hide(); $('#mark-here').hide(); - $('#pc').focus(); + $('#pc').attr('Search for a place or postcode.').focus(); } $('#front-howto').html('<p>' + msg + '</msg>'); $('#front-howto').show(); 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> |