changeset 283:409b795c4784 gmap2

Some stylesheet fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 08 Jan 2016 20:46:09 +0200
parents 43d3d2e943aa
children 05ced537a07f
files css/mapstyle1.css css/mapstyle4.css
diffstat 2 files changed, 12 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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;
--- 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;