# HG changeset patch # User Matti Hamalainen # Date 1452278769 -7200 # Node ID 409b795c4784128132d5b84074481a0e89a8f2eb # Parent 43d3d2e943aac0af4f1e4e571426fc4419aa439b Some stylesheet fixes. diff -r 43d3d2e943aa -r 409b795c4784 css/mapstyle1.css --- a/css/mapstyle1.css Thu Apr 16 22:05:13 2015 +0300 +++ b/css/mapstyle1.css Fri Jan 08 20:46:09 2016 +0200 @@ -16,16 +16,15 @@ #footercontent { position: absolute; - left: 0.2em; + left: 0em; right: 280px; - top: 0.25em; - - padding: 0.5em; + top: 0em; + bottom: 0em; + padding: 0.2em; color: white; background: rgba(0,0,0, 0.6); - border-radius: 0.2em; } #footercontent span { @@ -241,7 +240,7 @@ position: absolute; padding: 0.2em; left: 80px; - bottom: 4em; + bottom: 3em; height: auto; width: auto; font-size: 0.8em; diff -r 43d3d2e943aa -r 409b795c4784 css/mapstyle4.css --- a/css/mapstyle4.css Thu Apr 16 22:05:13 2015 +0300 +++ b/css/mapstyle4.css Fri Jan 08 20:46:09 2016 +0200 @@ -7,7 +7,8 @@ position: absolute; top: 0px; height: 2em; - width: 40em; + width: auto; + min-width: 30em; right: 280px; margin: 0px; z-index: 18; @@ -150,16 +151,15 @@ #headcontent { position: absolute; - top: 0px; + top: 0em; + left: 0em; right: 280px; - left: 10em; height: 5em; z-index: 20; vertical-align: top; color: white; padding: 8px; - margin-left: 2em; text-shadow: 2px 2px 1px #000; font-size: 0.7em; @@ -188,7 +188,8 @@ #headcontent div.controls { position: absolute; - right: 0px; + top: 3em; + right: 0.2em; width: auto; } @@ -222,7 +223,7 @@ position: absolute; padding: 0.2em; left: 80px; - bottom: 4em; + bottom: 0em; height: auto; width: auto; font-size: 8pt;