I am using the following method as per the documentation to style a GRid Edit Template PopUp window:
<style type="text/css">
.GridEditForm_Office2007 .GridHeader_Office2007
{
</style>
I have put this in the head section of the document but nothing is being style to this.
Anyone?
<style type="text/css">
.GridEditForm_Office2007 .GridHeader_Office2007
{
background-color: #FFD96F;
font-size: large;
font-style: italic;
font-weight: bold;
font-variant: normal;
text-transform: lowercase;
vertical-align: top;
}
</style>
I have put this in the head section of the document but nothing is being style to this.
Anyone?