Mercurial > dive4elements > gnv-client
comparison gnv/src/main/webapp/styles/default.css @ 408:b5733f9f386b
Design improvements: Moved chart option panel and export actions beneath the parameterization panel on the left side. Do not render a useless 'draw' button after reaching the final state.
gnv/trunk@594 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 22 Jan 2010 09:49:34 +0000 |
parents | 02dc597b9b9a |
children | 9602f4bffc07 |
comparison
equal
deleted
inserted
replaced
407:55dae5bb76db | 408:b5733f9f386b |
---|---|
91 font-family: verdana, arial, Helvetica, sans-serif; | 91 font-family: verdana, arial, Helvetica, sans-serif; |
92 font-size: 0.7em; | 92 font-size: 0.7em; |
93 } | 93 } |
94 | 94 |
95 table.static { | 95 table.static { |
96 /* TODO ENABLE padding-top for step-back history | |
97 padding-top: 20px; | |
98 */ | |
99 border: 1px solid #CCD5DE; | 96 border: 1px solid #CCD5DE; |
100 margin: 5px 0 0 10px; | 97 margin: 5px 0 0 10px; |
101 padding-left: 7px; | 98 padding-left: 7px; |
102 padding-right: 10px; | 99 padding-right: 10px; |
103 width: 315px; | 100 width: 315px; |
107 margin: 0; | 104 margin: 0; |
108 padding: 0; | 105 padding: 0; |
109 font-size: 0.8em; | 106 font-size: 0.8em; |
110 } | 107 } |
111 | 108 |
109 img { | |
110 border: 0px; | |
111 } | |
112 | |
113 #down { | |
114 padding-top: 20px; | |
115 } | |
116 | |
112 .historyback { | 117 .historyback { |
113 padding-left: 10px; | 118 padding-left: 10px; |
114 vertical-align: top; | 119 vertical-align: top; |
120 text-align: right; | |
115 } | 121 } |
116 | 122 |
117 .parameter { | 123 .parameter { |
118 color: #00416B; | 124 color: #00416B; |
119 font-size: 0.8em; | 125 font-size: 0.8em; |
255 top: 65px; | 261 top: 65px; |
256 left: 350px; | 262 left: 350px; |
257 } | 263 } |
258 | 264 |
259 div#export { | 265 div#export { |
260 padding-left: 7px; | 266 width: 325px; |
261 } | 267 } |
262 | 268 |
263 /* this is a wrapper for diagramoptions and statistics*/ | 269 /* this is a wrapper for diagramoptions and statistics*/ |
264 div#diagrammAddOns { | 270 div#diagrammAddOns { |
265 position: absolute; | 271 position: absolute; |
267 left: 300px; | 273 left: 300px; |
268 } | 274 } |
269 | 275 |
270 div#diagramoptions { | 276 div#diagramoptions { |
271 /*POSITION DEFINIEREN*/ | 277 /*POSITION DEFINIEREN*/ |
272 /*border: 1px solid blue;*/ | |
273 position: relative; | 278 position: relative; |
274 width: 600px; | 279 width: 325px; |
275 } | 280 } |
276 | 281 |
277 div#diagramOptionsContent { | 282 div#diagramOptionsContent { |
278 /*display: none;*/ | 283 width : 325px; |
279 } | 284 } |
280 | 285 |
281 div#statistics { | 286 div#statistics { |
282 /*POSITION DEFINIEREN*/ | 287 /*POSITION DEFINIEREN*/ |
283 /*border: 1px solid Red;*/ | 288 /*border: 1px solid Red;*/ |