# HG changeset patch # User Sebastian Kruse # Date 1353937520 -3600 # Node ID 16965d9c29a39971866221ced1be3f5c5c7a9804 # Parent 6bdbe4fb0c7e55a79b03d2ee37cd1292e8b46450 fixed z-Index for map canvas background diff -r 6bdbe4fb0c7e -r 16965d9c29a3 war/Sti.css --- 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; }