By Udayakumar Ethirajulu , on May 16th, 2008
Hey Guys,
I got a requirement from the business to change the Background color of the webpart title for Out of Box webparts. Then i started looking on CSS I found the following CSS class which overrides the style of WebPart Title.
.ms-WPHeader TD
{
border-bottom:0px solid #4e7cb7;
border-collapse:collapse;
}
Change this class as per your requirement then you are done….
.ms-WPHeader TD{
height:40px;
background-color: [...]
By Udayakumar Ethirajulu , on May 12th, 2008
The issue will araise the account doesnt have audit permission to log audit events.
To Resolve
To grant a domain principal the Generate Security Audits privilege:
After you identify this account,
click Start, point to Administrative Tools, click
Local Security Policy, and then click Local Policies.
Click User Rights Assignment.
In the details pane, right-click Generate Security Audits, and then click Properties.
Add [...]
Popular Articles