# HG changeset patch # User Ingo Weinzierl # Date 1263993169 0 # Node ID 02dc597b9b9af97155ed68bacba0676514416f4b # Parent 3a286c9e186c251faa483f7df041498ec7f20fa4 Adapted static ui to bsh style. gnv/trunk@581 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 3a286c9e186c -r 02dc597b9b9a gnv/ChangeLog --- 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 + + * 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 * src/main/webapp/WEB-INF/config/templates/describe-ui-static.xsl, diff -r 3a286c9e186c -r 02dc597b9b9a gnv/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 --> - - diff -r 3a286c9e186c -r 02dc597b9b9a gnv/src/main/webapp/styles/default.css --- 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;