It's all about the answers!

Ask a question

How can I include the default about the server link in a custom theme?


Clive Bell (26) | asked Oct 16 '17, 5:17 p.m.

 The default theme in 6.0.2 contains an "about the server" in the above the banner location. How can I include that in my custom theme? I want to add a custom image in this location to identify the particular instance the user is using but still have the "about the server" link available. 

Accepted answer


permanent link
Clive Bell (26) | answered Oct 17 '17, 8:05 a.m.

 I have worked it out by inspecting the running system. Including <div class="title" dojoattachpoint="_title"></div> it appeared along with my customisation.

Ralph Schoon selected this answer as the correct answer

Comments
Ralph Schoon commented Oct 17 '17, 8:08 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

thanks for sharing.

One other answer



permanent link
Clive Bell (26) | answered Oct 17 '17, 12:12 p.m.

Just to complete the picture, the best way I found to achieve what I wanted i.e. a banner logo with the about widget over it a indented along the screen was to put this css into my custom theme:

.jazz-ui-PageTemplate > .banner > .above-banner > .title {
    background-image: url("resource/images/matrixalmbanner.png");
    background-repeat: no-repeat;
    background-position: 0 center;
    display: inline-block;
    height: 40px;
    width: 954px;
    text-indent: 400px;
}

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.