diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-09 18:17:52 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-09 18:17:52 +0000 |
commit | 83a51eaf5cc606736e831ead3af6f199b07f663f (patch) | |
tree | e64e927c571a13929fe28871befb2c3e695bc2b4 | |
parent | a5a2591edde09c88a3abd48a81e28ff331ba20dd (diff) |
improve initial map display
-rw-r--r-- | www/css/mobile.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/www/css/mobile.css b/www/css/mobile.css index 402b00b..44015c1 100644 --- a/www/css/mobile.css +++ b/www/css/mobile.css @@ -156,10 +156,22 @@ input.green-btn:hover { top: 360px; left: 60px; z-index: 2000; - display: block; + display: none; padding: 10px; } #OpenLayers_Control_Crosshairs_crosshairs { pointer-events: none } + +#around-page .container { + padding: 0px; +} + +#around-page #map_box { + position: 'absolute'; + top: 0, left: 0, right: 0, bottom: 0; + padding: 0px; + height: 100%; + margin: 0px; +} |