From: <max...@us...> - 2008-08-19 14:49:28
|
Revision: 3671 http://uni-d.svn.sourceforge.net/uni-d/?rev=3671&view=rev Author: max_brod Date: 2008-08-19 14:49:23 +0000 (Tue, 19 Aug 2008) Log Message: ----------- [UNI-426] Added foreground/background color for group labels. Modified Paths: -------------- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/unidGroup/UnidGroup.html trunk/Uni-d/test/src/etc/site_tapestry/site.war/css/Uni-d.css Modified: trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/unidGroup/UnidGroup.html =================================================================== --- trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/unidGroup/UnidGroup.html 2008-08-04 15:06:58 UTC (rev 3670) +++ trunk/Uni-d/tapestry/src/main/resources/be/unid/tapestry/components/unidGroup/UnidGroup.html 2008-08-19 14:49:23 UTC (rev 3671) @@ -35,7 +35,7 @@ <span jwcid="@If" condition="ognl:isGroupVisible()"> <span jwcid="@Any" id="prop:groupTagId" class="prop:groupTagClass"> <fieldset jwcid="@Any" id="prop:groupFieldsetId"> - <legend><span jwcid="@Insert" value="prop:groupLabel"/></legend> + <legend><span jwcid="@Insert" value="prop:groupLabel" class="displayGroupLabel"/></legend> <span jwcid="@If" condition="ognl:page.useExtraGroupBlock()"><span jwcid="renderExtraGroupBlock"/></span> Modified: trunk/Uni-d/test/src/etc/site_tapestry/site.war/css/Uni-d.css =================================================================== --- trunk/Uni-d/test/src/etc/site_tapestry/site.war/css/Uni-d.css 2008-08-04 15:06:58 UTC (rev 3670) +++ trunk/Uni-d/test/src/etc/site_tapestry/site.war/css/Uni-d.css 2008-08-19 14:49:23 UTC (rev 3671) @@ -104,6 +104,11 @@ color: black; } +.displayGroupLabel { + background-color: blue; + color: white; +} + .buttonGroup { text-align: center; display: block; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |