Archive

Posts Tagged ‘Cascading Style Sheet’

Modifying the Appearance of a Dashboard created in PerformancePoint Services Dashboard Designer

February 20, 2011 Leave a comment

I had a client the other day ask me how to modify the appearance of the Navigation links that PPS will create for you if you have checked off the ‘Include Page list for Navigation’ property in your dashboard.

The Answer is to modify the following element in the PPSDashboard css file:

.ppsma-pageOverviewList
{
margin-left: 5px;
padding-top: 5px !important;
margin-bottom: 0px;
list-style-type: none;
font-family: Tahoma;
font-size: 8.25pt;
width: auto;
}

you will find the PPSDashboard.css file in the following location:

C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\PPSWebParts

checkout the following posts for additional Styling information:

PerformancePoint Services Scorecard Table Design

Alignment of PerformancePoint Services Filters

Follow

Get every new post delivered to your Inbox.