Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/scripts/viewport.jsp @ 1013:e2c4e9886dc3
Syncronized size of the headline of fullscreen-mode of the map-client to the size of the headline of the web-client.
gnv/trunk@1232 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 28 Jun 2010 15:24:44 +0000 |
parents | 5b118b59dc14 |
children | 3665834344a8 |
comparison
equal
deleted
inserted
replaced
1012:5b118b59dc14 | 1013:e2c4e9886dc3 |
---|---|
266 new Ext.Viewport({ | 266 new Ext.Viewport({ |
267 layout: "border", | 267 layout: "border", |
268 items: [ | 268 items: [ |
269 { | 269 { |
270 region: "north", | 270 region: "north", |
271 contentEl: "title", | 271 contentEl: "headline", |
272 cls: 'title', | 272 cls: 'title', |
273 height: 40 | 273 height: 40 |
274 }, | 274 }, |
275 mylegend, | 275 mylegend, |
276 mapPanel | 276 mapPanel |