diff options
author | Struan Donald <struan@exo.org.uk> | 2013-07-19 17:26:23 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-07-19 17:26:23 +0100 |
commit | 643b71c04ab95e14255310898838a1fa3a0a8721 (patch) | |
tree | 2e4e7ad55a28080d5c3ddad5188ea5d795fbd6b9 /src | |
parent | 45c346792c4eee303a8c849be6e9950e4933c6e8 (diff) |
fix gap at bottom of locating screen on some android phones. Fixes #56
Diffstat (limited to 'src')
-rw-r--r-- | src/css/fms.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/fms.css b/src/css/fms.css index e536a77..070a02a 100644 --- a/src/css/fms.css +++ b/src/css/fms.css @@ -442,7 +442,7 @@ top: 0; left: 0; right: 0; - bottom: 0; + bottom: -2px; z-index: 3010; text-align: center; background: #F6BE41; |