diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-11 15:17:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-11 15:17:27 +0100 |
commit | 6687f3d1692c8ee704db894824c5eb32df1e4af1 (patch) | |
tree | 8878f492b46e686b3d3dad4892128e7d53c6e422 | |
parent | a89289c8c9b154d195fa347cca1dbce0e669330a (diff) |
small improvements to look of locating page
-rw-r--r-- | www/css/fms.css | 5 | ||||
-rw-r--r-- | www/templates/en/around.html | 6 |
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"> |