Mercurial > dive4elements > gnv-client
diff 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 |
line wrap: on
line diff
--- a/gnv/src/main/webapp/styles/default.css Wed Jan 20 14:44:39 2010 +0000 +++ b/gnv/src/main/webapp/styles/default.css Fri Jan 22 09:49:34 2010 +0000 @@ -93,9 +93,6 @@ } table.static { - /* TODO ENABLE padding-top for step-back history - padding-top: 20px; - */ border: 1px solid #CCD5DE; margin: 5px 0 0 10px; padding-left: 7px; @@ -109,9 +106,18 @@ font-size: 0.8em; } +img { + border: 0px; +} + +#down { + padding-top: 20px; +} + .historyback { padding-left: 10px; vertical-align: top; + text-align: right; } .parameter { @@ -257,7 +263,7 @@ } div#export { - padding-left: 7px; + width: 325px; } /* this is a wrapper for diagramoptions and statistics*/ @@ -269,13 +275,12 @@ div#diagramoptions { /*POSITION DEFINIEREN*/ -/*border: 1px solid blue;*/ position: relative; - width: 600px; + width: 325px; } div#diagramOptionsContent { -/*display: none;*/ + width : 325px; } div#statistics {