Mercurial > dive4elements > river
comparison flys-client/src/main/webapp/FLYS.css @ 870:d5fb88ba99d2
Display status message and progress information in the WSPLGEN loading panel.
flys-client/trunk@2690 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 09 Sep 2011 15:08:15 +0000 |
parents | c9549074ecd1 |
children | a9dd792444a1 |
comparison
equal
deleted
inserted
replaced
869:94d9c8353ca9 | 870:d5fb88ba99d2 |
---|---|
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 | 110 |
111 .loading-box { | |
112 border: 1px solid black; | |
113 } | |
114 | |
115 .loading-title { | |
116 background: white; | |
117 padding-left: 10px; | |
118 color: blue; | |
119 font-size: 15px; | |
120 font-style: normal; | |
121 padding: 10px; | |
122 text-decoration: underline; | |
123 } | |
124 | |
111 .loading-message { | 125 .loading-message { |
112 background: white; | 126 background: white; |
113 border: 1px solid black; | 127 color: blue; |
114 color: red; | 128 font-size: 12px; |
115 font-size: 20px; | |
116 font-style: normal; | 129 font-style: normal; |
117 font-weight: bolder; | 130 padding-left: 10px; |
118 } | 131 } |