diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-24 16:44:26 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-24 18:23:47 +0100 |
commit | e7bf9b7aab7e5ed61942f3f159dbbd831781f3be (patch) | |
tree | 948824e41e24570a88a314c72184a102c900e3dd /www/css | |
parent | 602f5b9e616745124c33b30996c2c787fe5bb29b (diff) |
if initial geolocation fails then display a message on the map screen
rather than a whole new page
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/fms.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/css/fms.css b/www/css/fms.css index 3f1a82f..499b4fe 100644 --- a/www/css/fms.css +++ b/www/css/fms.css @@ -238,6 +238,12 @@ .frontpage-menu{ padding: 0px; } + + #front-howto { + padding: 0.3em; + background-color: rgba(255,255,255,0.8); + } + .nodisplay { display: none; } |