Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/styles/default.css @ 563:0fc9cd280f1e
Integrated an Textarea so that is possible to manipulate the XML-Document
which simulates the MapViewer-Interface-Body.
gnv/trunk@669 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Tue, 09 Feb 2010 13:13:41 +0000 |
parents | 0ce07c6e132c |
children | 9a5e50e7afaa |
comparison
equal
deleted
inserted
replaced
562:4df3347d6d1d | 563:0fc9cd280f1e |
---|---|
73 cursor: pointer; | 73 cursor: pointer; |
74 } | 74 } |
75 | 75 |
76 select, textarea { | 76 select, textarea { |
77 width: 250px; | 77 width: 250px; |
78 } | |
79 | |
80 textarea.mapviewer { | |
81 width: 450px; | |
78 } | 82 } |
79 | 83 |
80 input.textinput { | 84 input.textinput { |
81 width: 250px; | 85 width: 250px; |
82 } | 86 } |