JSF Richfaces Calendar Css overide
I display some data-tables on my jsf page, eventually I got my richfaces
calendar to work. but my data-table's css overrides the css of the
calendar so when my popup calendar opens it displays the whole page wide.
css:
table {
empty-cells: show;
width: 100%;
}
If I change the width to example 25% the calendar displays correctly but
then my data-tables looks horrible. Any suggestions?
No comments:
Post a Comment