Tag Archive
admin ASCII Automation Bitlocker Calculated Field Caluculated CAML Chrome Clean Up Codeplex CSS Customizing Database Documents Features Get-SPDatabase Get-SPWebTemplate IE Import JSON Lists Look and Feel New-SPSite Page Tempates permissions PowerShell Reporting Script Scripts Settings Sharepoint stsadm ULViewer Users v4 Views XML XSL
CSS for adding Rounded Corners to a SharePoint 2010 Webpart Title
Here is some CSS for making Rounded Corners on a SharePoint 2010 Webpart Title [code] /* repeating background for header */ .ms-WPHeader .ms-WPHeaderTd, .ms-WPHeaderTdMenu, .ms-WPHeaderTdMenu:hover, .ms-WPHeader TD.ms-WPHeaderTdSelection { background: url(‘wpart_back.jpg’) repeat-x center left; margin: 0; height: 33px; border-color:transparent ; background-color:transparent; } /* removes the background from the drop down arrow and the […]
You must be logged in to post a comment.