diff gnv/src/main/webapp/styles/default.css @ 585:2e690cb2247c

Show information about MapServer path and layer name after publishing calculated shapefiles as wms. Use MapServer settings configured in conf.xml to feed OpenLayers client. gnv/trunk@736 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Fri, 05 Mar 2010 09:33:30 +0000
parents b31e81f35b64
children 9a019c125b60
line wrap: on
line diff
--- a/gnv/src/main/webapp/styles/default.css	Thu Mar 04 14:27:26 2010 +0000
+++ b/gnv/src/main/webapp/styles/default.css	Fri Mar 05 09:33:30 2010 +0000
@@ -100,6 +100,11 @@
     width:         293px;
 }
 
+table.wms {
+    font-size: 0.8em;
+    margin: 0 0 0 0;
+}
+
 table, th, td {
     margin: 0;
     padding: 0;
@@ -128,13 +133,16 @@
     padding-left:   5px;
     text-align:     left;
     vertical-align: top;
-    width:          100px;
+    width:          110px;
 }
 
 .matrixHeader {
     padding-left: 5px;
 }
 
+.wmsvalue {
+}
+
 .value {
     font-size: 1.2em;
 }
@@ -265,12 +273,30 @@
     left: 350px;
 }
 
-div#map {
+div.outerMap {
     position: absolute;
     top: 62px;
     left: 350px;
     width: 555px;
     height: 436px;
+    margin: 0 0 0 0;
+    padding: 0 0 0 0;
+}
+
+div.wms {
+    position: relative;
+    top: 0px;
+    left: 0px;
+    height: 30px;
+    border: 1px solid red;
+}
+
+div#map {
+    position: absolute;
+    top: 55px;
+    left: 0px;
+    width: 555px;
+    height: 381px;
     border: 1px solid #CCD5DE;
 }
 

http://dive4elements.wald.intevation.org