]
Jay Balunas updated RF-11120:
-----------------------------
Fix Version/s: 4.1.0.Tracking
(was: 4.1.0.Final)
Priority: Trivial (was: Major)
Component/s: skinning
datatable.ecss: background-repeat on .rf-dt-hdr-c is not set
------------------------------------------------------------
Key: RF-11120
URL:
https://issues.jboss.org/browse/RF-11120
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-tables, skinning
Affects Versions: 4.0.0.Final
Reporter: Val Blant
Priority: Trivial
Fix For: 4.1.0.Tracking
Attachments: header-image-wrapping.png
Style _.rf-dt-hdr-c_ inside _datatable.ecss_ is missing a definition for
_background-repeat_. This results in vertical wrapping of the gradient on data table
header cells (I'll attach an image).
Please add the following declaration to the style:
{code}
background-repeat: repeat-x;
{code}
For now, this style can be overridden with that additional line in the user CSS as a
workaround.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: