aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/css/fms.css14
-rw-r--r--www/images/location@x2.pngbin0 -> 187 bytes
-rw-r--r--www/templates/en/around.html2
3 files changed, 16 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index c54e5b0..246b039 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -173,6 +173,20 @@
font-weight:bold;
border: 1px solid #ffea3d;
}
+
+ #relocate {
+ z-index: 3000;
+ position: absolute;
+ left: 15px;
+ bottom: 120px;
+ height: 40px;
+ width: 40px;
+ padding: 5px;
+ margin: 0px;
+ border-radius: 2px;
+ background-color: rgb(248,248,248);
+ box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
+ }
#login-options a.loggedin .signout{
display:block;
diff --git a/www/images/location@x2.png b/www/images/location@x2.png
new file mode 100644
index 0000000..098c6b1
--- /dev/null
+++ b/www/images/location@x2.png
Binary files differ
diff --git a/www/templates/en/around.html b/www/templates/en/around.html
index 9b0aaa3..a145fdf 100644
--- a/www/templates/en/around.html
+++ b/www/templates/en/around.html
@@ -70,5 +70,7 @@
<a id="confirm" data-role="button" data-theme="a" class="map-bottom-btn nodisplay">
Confirm location
</a>
+
+ <a data-role="none" id="relocate" class=""><img src="images/location@x2.png"></a>
</div>
</div>