Mercurial > dive4elements > river
changeset 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 | 60cd8c56ca58 |
children | 16b7adc66330 |
files | flys-client/ChangeLog flys-client/src/main/webapp/FLYS.css |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-client/ChangeLog Thu Dec 08 12:13:33 2011 +0000 +++ b/flys-client/ChangeLog Fri Dec 09 11:05:48 2011 +0000 @@ -1,3 +1,10 @@ +2011-12-09 Raimund Renkert <raimund.renkert@intevation.de> + + Issue 377. + + * src/main/webapp/FLYS.css: + Added border style for floodmap. + 2011-12-08 Felix Wolfsteller <felix.wolfsteller@intevation.de> * src/main/webapp/WEB-INF/web.xml:
--- 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; +}