changeset 21:16965d9c29a3

fixed z-Index for map canvas background
author Sebastian Kruse <skruse@mpiwg-berlin.mpg.de>
date Mon, 26 Nov 2012 14:45:20 +0100
parents 6bdbe4fb0c7e
children e89b22550a2d
files war/Sti.css
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/war/Sti.css	Mon Nov 26 14:44:56 2012 +0100
+++ b/war/Sti.css	Mon Nov 26 14:45:20 2012 +0100
@@ -58,9 +58,13 @@
 	z-index: -1;
 }
 
+.olMap {
+	position: absolute;
+}
+
 .mapCanvas {
 	position: absolute;
-	z-index: 2;
+	z-index: -1;
 }
 
 .plotCanvas {
@@ -759,8 +763,8 @@
 	margin-left:	13px;
 	font-family:	arial,helvetica,clean,sans-serif;
 	font-size:	13px;
+	border-bottom: 1px solid #CCCCCC;
 	cursor: pointer;
-	border-bottom: 1px solid #CCCCCC;
 	width: 94px;
 }