Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Attachments: Screen Shot 2014-06-03 at 9.26.50 PM.png, Screen Shot 2014-06-03 at 9.31.07 PM.png
Components: www
Created: 04/Jun/14 1:32 AM
Description:

The header of the web UI isn't showing the background image. See attached screenshot. This reason for this is the CSS, adding a background color to the background declaration in the #top-panel of style.css fixes the issue.

Currently the style.css looks like:

#top-panel {
margin-bottom: 3pt;
height: 34px;
background: url(../images/topbar.png) repeat-x;
}

It should be:

#top-panel {
margin-bottom: 3pt;
height: 34px;
background: #fff url(../images/topbar.png) repeat-x;
}
Environment: Mac OS X Mavericks in Chrome browser
Project: Jenkins
Priority: Trivial Trivial
Reporter: Ryan Skoblenick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to