Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
861:65204f30877b | 862:c9549074ecd1 |
---|---|
105 font-size: 11px; | 105 font-size: 11px; |
106 font-style: normal; | 106 font-style: normal; |
107 font-weight: 400; | 107 font-weight: 400; |
108 color: #000000; | 108 color: #000000; |
109 } | 109 } |
110 | |
111 .loading-message { | |
112 background: white; | |
113 border: 1px solid black; | |
114 color: red; | |
115 font-size: 20px; | |
116 font-style: normal; | |
117 font-weight: bolder; | |
118 } |