changeset 202:dc16e078e4e4 gmap2

CSS adjustments.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 12 Mar 2014 13:34:35 +0200
parents 14659de17205
children 06a62216428f
files css/mapstyle1.css
diffstat 1 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/css/mapstyle1.css	Wed Mar 12 06:38:24 2014 +0200
+++ b/css/mapstyle1.css	Wed Mar 12 13:34:35 2014 +0200
@@ -16,7 +16,7 @@
 	position: absolute;
 
 	left: 0.2em;
-	right: 0.2em;
+	right: 280px;
 	top: 0.25em;
 
 	padding: 0.5em;
@@ -35,8 +35,8 @@
 #sidebar {
 	position: absolute;
 	right: 0px;
-	top: 80px;
-	bottom: 80px;
+	top: 60px;
+	bottom: 40px;
 	width: 270px;
 	padding: 0px;
 	margin: 0px;
@@ -53,7 +53,7 @@
 
 #sidetop {
 	position: absolute;
-	z-index: 10;
+	z-index: 20;
 
 	width: 100%;
 	height: 65px;
@@ -64,7 +64,7 @@
 
 #sidebottom {
 	position: absolute;
-	z-index: 10;
+	z-index: 15;
 
 	width: 100%;
 	height: 75px;
@@ -75,10 +75,10 @@
 
 #sidecontent {
 	position: absolute;
-	z-index: 15;
+	z-index: 10;
 
 	top: 140px;
-	bottom: 32px;
+	bottom: 24px;
 
 	right: 16px;
 	left: 16px;