Author: admitriev
Date: 2008-05-07 09:48:34 -0400 (Wed, 07 May 2008)
New Revision: 8476
Modified:
trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelBar.xcss
Log:
Modified: trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelBar.xcss
===================================================================
--- trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelBar.xcss 2008-05-07
13:30:49 UTC (rev 8475)
+++ trunk/samples/laguna/src/main/resources/org/richfaces/laguna/panelBar.xcss 2008-05-07
13:48:34 UTC (rev 8476)
@@ -12,30 +12,16 @@
<u:style name="padding" value="4px 4px 4px 14px" />
<u:style name="border-bottom" value="1px solid" />
<u:style name="border-color" skin="generalBackgroundColor"
/>
- <u:style name="background-position" value="0% 50%" />
- <u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.CustomizeableGradient">
- <f:attribute name="valign" value="middle" />
-
- <f:attribute name="gradientHeight" value="20px"
/>
- <f:attribute name="baseColor"
skin="headerBackgroundColor" />
- </f:resource>
- </u:style>
+ <u:style name="background-image" value="none" />
+ <u:style name="background-color"
skin="headerGradientColor" />
</u:selector>
<u:selector name=".rich-panelbar-header-act">
<u:style name="padding" value="4px 4px 4px 14px" />
<u:style name="border-bottom" value="1px solid" />
<u:style name="border-color" skin="panelBorderColor" />
- <u:style name="background-position" value="0% 50%" />
- <u:style name="background-image">
- <f:resource
f:key="org.richfaces.renderkit.html.CustomizeableGradient">
- <f:attribute name="valign" value="middle" />
-
- <f:attribute name="gradientHeight" value="20px"
/>
- <f:attribute name="baseColor"
skin="headerBackgroundColor" />
- </f:resource>
- </u:style>
+ <u:style name="background-image" value="none" />
+ <u:style name="background-color"
skin="headerGradientColor" />
</u:selector>
<u:selector name=".rich-panelbar-content">
Show replies by date