Change column header font size
667657Nov 19 2010 — edited Nov 19 2010Hi all,
In the table view I'm able to change the font size of a column but this doesn't affect the column heading.
This results in having data in one font size and the heading in the original size.
I tried to update the column heading class in view.css (analytics\res\s_oracle10\b_mozilla_4):
.ColumnHdg {
color: #3c3c3c;
border-style: solid;
border-color: #c9cbd3;
border-width: 0 1px 1px 0;
background-color: #cfe0f1;
font-size: 8pt;
font-weight: bold;
vertical-align: bottom;
padding: 1px 2px 2px 3px;
text-align:left;
}
but this doesn't affect at all the size of the text.
NB: I refresh and empty the browser cache everytime I make a change to the CSS file.
Any knows what's the problem .??
Regards
Adil