Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/styles/default.css @ 410:9602f4bffc07
Added statistic to the actions if available.
gnv/trunk@604 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 13:58:30 +0000 |
parents | b5733f9f386b |
children | 8e39c74f9fb6 |
comparison
equal
deleted
inserted
replaced
409:df78178e1180 | 410:9602f4bffc07 |
---|---|
253 width: 300px; | 253 width: 300px; |
254 margin-top: 30px; | 254 margin-top: 30px; |
255 } | 255 } |
256 | 256 |
257 div#diagram { | 257 div#diagram { |
258 /*POSITION DEFINIEREN*/ | 258 position: absolute; |
259 /* border: 1px solid crimson;*/ | 259 top: 33px; |
260 position: absolute; | |
261 top: 65px; | |
262 left: 350px; | 260 left: 350px; |
263 } | 261 } |
264 | 262 |
265 div#export { | 263 div#export { |
266 width: 325px; | 264 width: 325px; |
272 top: 600px; | 270 top: 600px; |
273 left: 300px; | 271 left: 300px; |
274 } | 272 } |
275 | 273 |
276 div#diagramoptions { | 274 div#diagramoptions { |
277 /*POSITION DEFINIEREN*/ | |
278 position: relative; | 275 position: relative; |
279 width: 325px; | 276 width: 325px; |
280 } | 277 } |
281 | 278 |
282 div#diagramOptionsContent { | 279 div#diagramOptionsContent { |
283 width : 325px; | 280 width : 325px; |
284 } | 281 } |
285 | 282 |
286 div#statistics { | 283 div.statistics { |
287 /*POSITION DEFINIEREN*/ | 284 position: absolute; |
288 /*border: 1px solid Red;*/ | 285 top : 33px; |
289 position: relative; | 286 left : 350px; |
290 width: 600px; | 287 width : 325px; |
291 } | 288 } |
292 | 289 |
293 div#statisticValues { | 290 div#statisticValues { |
294 width: 100%; | 291 width: 100%; |
295 } | 292 } |