Mercurial > dive4elements > river
diff flys-client/src/main/webapp/FLYS.css @ 1428:441b0a047c40
Issue 377.
Added border style for floodmap.
flys-client/trunk@3373 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 09 Dec 2011 11:05:48 +0000 |
parents | ec6e4dad1279 |
children | 57f9753700e2 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/FLYS.css Thu Dec 08 12:13:33 2011 +0000 +++ b/flys-client/src/main/webapp/FLYS.css Fri Dec 09 11:05:48 2011 +0000 @@ -136,3 +136,10 @@ .capabilities-info-title { font-weight: bold; } + +/** Mapstyle*/ +.olMap { + border-width: 1px; + border-style: solid; + border-color: black; +}