y,
Thanks for your reply, attached is the screen shot for Crosstab and code I written below.
Details is my CSS class -
.Detail .sapzencrosstab-DataArea {
font-family: "arial";
font-size: 11px;
word-wrap: break-word;
text-align: right;
font-weight: normal;
}
/* To change the font setting for column header of Cross tab */
.Detail.sapzencrosstab-ColumnHeaderArea {
font-family: "arial";
font-size: 11px;
word-wrap: break-word;
text-align: right;
font-weight: normal;
}
.Detail.sapzencrosstab-HeaderCellDefault {
font-family: "arial";
font-size: 11px;
word-wrap: break-word;
text-align: right;
font-weight: normal;
}
.Detail.sapzencrosstab-DimensionHeaderArea {
font-family: "arial";
font-size: 11px;
word-wrap: break-word;
text-align: right;
font-weight: normal;
}
.Detail.sapzencrosstab-HeaderCellContentDiv {
font-family: "arial";
font-size: 11px;
word-wrap: break-word;
text-align: right;
font-weight: normal;
}
.Detail.sapzencrosstab-DataCellContentDiv {
font-family: "arial";
font-size: 11px;
word-wrap: break-word;
text-align: right;
font-weight: normal;
}
Thanks,
AP