comparison 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
comparison
equal deleted inserted replaced
584:b31e81f35b64 585:2e690cb2247c
98 table.static { 98 table.static {
99 margin: 0 0 0 0; 99 margin: 0 0 0 0;
100 width: 293px; 100 width: 293px;
101 } 101 }
102 102
103 table.wms {
104 font-size: 0.8em;
105 margin: 0 0 0 0;
106 }
107
103 table, th, td { 108 table, th, td {
104 margin: 0; 109 margin: 0;
105 padding: 0; 110 padding: 0;
106 font-size: 0.8em; 111 font-size: 0.8em;
107 } 112 }
126 font-size: 0.8em; 131 font-size: 0.8em;
127 font-weight: bold; 132 font-weight: bold;
128 padding-left: 5px; 133 padding-left: 5px;
129 text-align: left; 134 text-align: left;
130 vertical-align: top; 135 vertical-align: top;
131 width: 100px; 136 width: 110px;
132 } 137 }
133 138
134 .matrixHeader { 139 .matrixHeader {
135 padding-left: 5px; 140 padding-left: 5px;
141 }
142
143 .wmsvalue {
136 } 144 }
137 145
138 .value { 146 .value {
139 font-size: 1.2em; 147 font-size: 1.2em;
140 } 148 }
263 position: absolute; 271 position: absolute;
264 top: 33px; 272 top: 33px;
265 left: 350px; 273 left: 350px;
266 } 274 }
267 275
268 div#map { 276 div.outerMap {
269 position: absolute; 277 position: absolute;
270 top: 62px; 278 top: 62px;
271 left: 350px; 279 left: 350px;
272 width: 555px; 280 width: 555px;
273 height: 436px; 281 height: 436px;
282 margin: 0 0 0 0;
283 padding: 0 0 0 0;
284 }
285
286 div.wms {
287 position: relative;
288 top: 0px;
289 left: 0px;
290 height: 30px;
291 border: 1px solid red;
292 }
293
294 div#map {
295 position: absolute;
296 top: 55px;
297 left: 0px;
298 width: 555px;
299 height: 381px;
274 border: 1px solid #CCD5DE; 300 border: 1px solid #CCD5DE;
275 } 301 }
276 302
277 div.histogram { 303 div.histogram {
278 position: absolute; 304 position: absolute;

http://dive4elements.wald.intevation.org