Answered by:
PerformancePoint 2010 - KPI Alignment

Question
-
I can't seem for the life of me to get the scorecards with currency and an indicator align to the right instead of the left.
Is there a way to do this? I want the text to align to the right instead of the rest. I don't see a way to do this via the PerformancePoint Dashboard Designer.
Thanks,
Don
Thursday, April 14, 2011 5:39 PM
Answers
-
I don't want to do everything. I was actually able to it via this way (using CSS Selectors from w3.org), and look at what is generated by performancepoint in terms of their style sheets.
td[class="scc scd"], td[class="scc scd dcss5"], td[class="scc scd scs"] { text-align: right }
- Marked as answer by ddrake87 Thursday, April 14, 2011 6:26 PM
Thursday, April 14, 2011 6:26 PM -
td[class="scc scd"],td[class="scc scd scs"],td[class="scc scd dcss5"],td[class="scc scd dcss5 scs"] {text-align: right;}td > div > span[style~="0px;"] {width: 20px !important}here is an updated version which also supports safari
- Marked as answer by ddrake87 Tuesday, June 21, 2011 2:19 PM
Tuesday, June 21, 2011 2:19 PM
All replies
-
Have you tried adding <div align='right'> </div> ?
Video on creating a Dashboard.
http://wn.com/Create_a_Customer_Dashboard_in_SharePoint
Good luck,
Gary
Gary Newman MCSE, MCT, CCNA MCDBA, MCAD, MCSA MCTS SharePoint 2007 Dev & Admin MCPD SharePoint 2010 DevelopmentThursday, April 14, 2011 5:55 PM -
I don't want to do everything. I was actually able to it via this way (using CSS Selectors from w3.org), and look at what is generated by performancepoint in terms of their style sheets.
td[class="scc scd"], td[class="scc scd dcss5"], td[class="scc scd scs"] { text-align: right }
- Marked as answer by ddrake87 Thursday, April 14, 2011 6:26 PM
Thursday, April 14, 2011 6:26 PM -
td[class="scc scd"],td[class="scc scd scs"],td[class="scc scd dcss5"],td[class="scc scd dcss5 scs"] {text-align: right;}td > div > span[style~="0px;"] {width: 20px !important}here is an updated version which also supports safari
- Marked as answer by ddrake87 Tuesday, June 21, 2011 2:19 PM
Tuesday, June 21, 2011 2:19 PM