locked
TSWA Alterations to look and feel RRS feed

  • Question

  • Anyone know where I can alter the grey bar at the top of the TSWA pages?  Our company logo has a white background and this ontop of the grey background looks 'cheap'.  Can someone tell me where I can alter this colour?  What page or CSS file?
    Friday, April 8, 2011 12:58 AM

Answers

  • Hi Tumatawhero,

    Thanks for your post!

    TSWA is an extension of TFS2010. Except for its ASP.NET feature or Cache, it just uses TFS API. There is not much customization for TSWA besides custom WI control.

    By default, files are in:

    %Program Files%\Microsoft Team Foundation Server 2010\Application Tier\Web Access\Web. You can find the log files, cache files etc in this location

    you can edit C:\Program Files\Microsoft Team Foundation Server 2010\Application Tier\Web Access\Web\UI\Controls\PageHeader.ascx

    Hope it helps!


    Cathy Kong [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Marked as answer by Tumatawhero Sunday, April 10, 2011 1:41 AM
    Friday, April 8, 2011 8:56 AM
    Moderator

All replies

  • Hi Tumatawhero,

    Thanks for your post!

    TSWA is an extension of TFS2010. Except for its ASP.NET feature or Cache, it just uses TFS API. There is not much customization for TSWA besides custom WI control.

    By default, files are in:

    %Program Files%\Microsoft Team Foundation Server 2010\Application Tier\Web Access\Web. You can find the log files, cache files etc in this location

    you can edit C:\Program Files\Microsoft Team Foundation Server 2010\Application Tier\Web Access\Web\UI\Controls\PageHeader.ascx

    Hope it helps!


    Cathy Kong [MSFT]
    MSDN Community Support | Feedback to us
    Get or Request Code Sample from Microsoft
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

    • Marked as answer by Tumatawhero Sunday, April 10, 2011 1:41 AM
    Friday, April 8, 2011 8:56 AM
    Moderator
  • On my install, C:\Program Files\Microsoft Team Foundation Server 2010\Application Tier\Web Access\Web\App_Themes\Default contains the Default.css stylesheet.

     

    the .pghbg class seems to set this grey background (line 934).

    • Proposed as answer by Nick Tulett Wednesday, April 13, 2011 3:00 PM
    Wednesday, April 13, 2011 10:58 AM