Mercurial > dive4elements > gnv-client
changeset 405:02dc597b9b9a
Adapted static ui to bsh style.
gnv/trunk@581 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jan 2010 13:12:49 +0000 |
parents | 3a286c9e186c |
children | a8f0e9fbc81b |
files | gnv/ChangeLog gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl gnv/src/main/webapp/styles/default.css |
diffstat | 3 files changed, 16 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv/ChangeLog Tue Jan 19 16:34:28 2010 +0000 +++ b/gnv/ChangeLog Wed Jan 20 13:12:49 2010 +0000 @@ -1,3 +1,9 @@ +2010-01-20 Ingo Weinzierl <ingo.weinzierl@intevation.de> + + * src/main/webapp/styles/default.css, + src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl: Adapted + style of static ui to bsh style. Improved indentation. + 2010-01-19 Ingo Weinzierl <ingo.weinzierl@intevation.de> * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl,
--- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Tue Jan 19 16:34:28 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl Wed Jan 20 13:12:49 2010 +0000 @@ -54,8 +54,6 @@ TODO Just render the 'otherwise' part --> <xsl:choose> <xsl:when test="$fis"> - <th></th> - <td></td> </xsl:when> <xsl:otherwise> <th class="parameter"><xsl:value-of select="xform:label" /></th>
--- a/gnv/src/main/webapp/styles/default.css Tue Jan 19 16:34:28 2010 +0000 +++ b/gnv/src/main/webapp/styles/default.css Wed Jan 20 13:12:49 2010 +0000 @@ -93,7 +93,14 @@ } table.static { - padding-top: 20px; + /* TODO ENABLE padding-top for step-back history + padding-top: 20px; + */ + border: 1px solid #CCD5DE; + margin: 5px 0 0 10px; + padding-left: 7px; + padding-right: 10px; + width: 315px; } table, th, td { @@ -108,7 +115,9 @@ } .parameter { + color: #00416B; font-size: 0.8em; + font-weight: bold; padding-left: 5px; text-align: left; vertical-align: top;