diff --git a/glacier/css/style.css b/glacier/css/style.css index ab61f7a..73219ee 100644 --- a/glacier/css/style.css +++ b/glacier/css/style.css @@ -36,17 +36,16 @@ canvas{ } .modal { - position: absolute; - top:15%; - left:35%; - width: 30%; - display: none; - background: white; - border-radius:4px; - border:1px solid #ddd; - color:black; + position: relative; + max-width: 355px; + background: #FFF; + border-radius: 4px; + border: 1px solid #DDD; + color: #000; padding: 10px 20px; line-height: 24px; + margin: 15% auto; + display: none; } .modal a { diff --git a/glacier/elevation/index.html b/glacier/elevation/index.html index e17d445..21436ad 100644 --- a/glacier/elevation/index.html +++ b/glacier/elevation/index.html @@ -42,7 +42,7 @@
  • Street data: OpenStreetMap Contributors
  • Global satellite layer: Digital Globe
  • Map design: MapBox
  • -
  • Read more on: MappBox Partners With Drone Adventures to Bring UAV Imagery to the Web
  • +
  • Read more on: MappBox Partners With Drone Adventures to Bring UAV Imagery to the Web
  • diff --git a/glacier/imagery/index.html b/glacier/imagery/index.html index 2e45e39..37ed859 100644 --- a/glacier/imagery/index.html +++ b/glacier/imagery/index.html @@ -72,7 +72,7 @@
  • Street data: OpenStreetMap Contributors
  • Global satellite layer: Digital Globe
  • Map design: MapBox
  • -
  • Read more on: MappBox Partners With Drone Adventures to Bring UAV Imagery to the Web
  • +
  • Read more on: MappBox Partners With Drone Adventures to Bring UAV Imagery to the Web
  • diff --git a/glacier/index.html b/glacier/index.html index e95d27c..e5006a3 100644 --- a/glacier/index.html +++ b/glacier/index.html @@ -34,7 +34,7 @@
    About this Map
    - + diff --git a/matterhorn/css/style.css b/matterhorn/css/style.css index 1cee859..7a55891 100644 --- a/matterhorn/css/style.css +++ b/matterhorn/css/style.css @@ -11,7 +11,11 @@ html { } canvas{ - position: absolute; + position: absolute; + top: 0; + left: 0; + padding: 0; + margin: 0; } #no-canvas { @@ -19,12 +23,11 @@ canvas{ height: 100%; } -#info { +#info,h1 { color: #FFF; font-family: Monaco, monospace; - font-size: 12px; font-weight: bold; - position: absolute; + position: relative; text-transform: uppercase; } diff --git a/matterhorn/elevation/index.html b/matterhorn/elevation/index.html index 54e3549..01f35cf 100644 --- a/matterhorn/elevation/index.html +++ b/matterhorn/elevation/index.html @@ -42,7 +42,7 @@
  • Street data: OpenStreetMap Contributors
  • Global satellite layer: Digital Globe
  • Map design: MapBox
  • -
  • Read more on: MappBox Partners With Drone Adventures to Bring UAV Imagery to the Web
  • +
  • Read more on: MappBox Partners With Drone Adventures to Bring UAV Imagery to the Web
  • @@ -50,12 +50,25 @@