aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/css/fms.css5
-rw-r--r--www/templates/en/around.html6
2 files changed, 8 insertions, 3 deletions
diff --git a/www/css/fms.css b/www/css/fms.css
index 20e6e58..c06a2ab 100644
--- a/www/css/fms.css
+++ b/www/css/fms.css
@@ -211,6 +211,11 @@
background-color: rgb(248,248,248);
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
+
+ #locating p {
+ margin-left: 15px;
+ margin-right: 15px;
+ }
#login-options a.loggedin .signout{
display:block;
diff --git a/www/templates/en/around.html b/www/templates/en/around.html
index b7fda3f..0838098 100644
--- a/www/templates/en/around.html
+++ b/www/templates/en/around.html
@@ -15,8 +15,8 @@
the map when it's <% print( CONFIG.ACCURACY ) %>m or better.
</p>
- <div style="width:100%; height:10px; border:1px solid black;">
- <div id="progress-bar" style="width:0%; background-color: grey; height:10px;">
+ <div style="width:100%; height:15px; border:1px solid black;">
+ <div id="progress-bar" style="width:0%; background-color: grey; height:15px;">
</div>
</div>
@@ -25,7 +25,7 @@
</p>
<p>
- <input type="button" id="locate_search" value="Search">
+ <input data-theme="a" type="button" id="locate_search" value="Search">
</p>
</div>
<script type="text/javascript">