Mercurial > dive4elements > river
diff flys-client/src/main/webapp/FLYS.css @ 862:c9549074ecd1
Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
flys-client/trunk@2669 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 07 Sep 2011 13:57:28 +0000 |
parents | 9b1499a65aaa |
children | d5fb88ba99d2 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/FLYS.css Wed Sep 07 10:40:56 2011 +0000 +++ b/flys-client/src/main/webapp/FLYS.css Wed Sep 07 13:57:28 2011 +0000 @@ -107,3 +107,12 @@ font-weight: 400; color: #000000; } + +.loading-message { + background: white; + border: 1px solid black; + color: red; + font-size: 20px; + font-style: normal; + font-weight: bolder; +}