GNOME Bugzilla – Bug 592063
[skin] restore GNOME logo in header
Last modified: 2017-03-01 09:32:20 UTC
The following attachment provides: * changes to the global CSS file, to match what was on the old bugzilla.gnome.org (a 48px solid banner, and a GNOME foot in the top left corner) * a new "gnomelook" extension, that changes the footer to include a "Hosted by Red Hat" paragraph (maybe it's overkill to put this in an extension and it would better be in template/en/custom/)
Created attachment 140956 [details] [review] changes to skin, and mini gnomelook extension
Created attachment 140957 [details] [review] Fixed CSS The CSS in the previous patch was wrong (the GNOME logo was set as "fixed" not "absolute").
Created attachment 140958 [details] [review] Fixes footer width, and add goboom Another quick fix to fix the width of the footer, and to add goboom to the index page.
The 48px banner is not what the old GNOME Bugzilla looked like. Rather, see e.g. http://live.gnome.org/.
Created attachment 143050 [details] how I thought it looked. Did it? I thought bugzilla.gnome.org was the last of gnome site to still use a 48px header? Would you have a screenshot of the old look? (I searched my local screenshots and google without success)
You're totally right. Just thought you were using that very old layout. Would still appreciate a newer look, but not sure if that is easily possible.
It's possible but it requires some heavy changes to the templates, also there is a new look in the (definitely future) www.gnome.org plone website so I don't think those important changes are worth it at the moment.
Probably needs another round of adjustment if we upgrade to 4.4...
If we have a custom skin, the cheapest version to have a GNOME logo is to put it into the very first line, via a custom skin file "global.css": #titles #title { font-weight: bold; white-space: nowrap; background: url(./images/favicon.png) center left no-repeat; padding-left: 17px; left: 0; } and that favicon can be an inverted version so it's more white than black on that dark blue background of the standard theme that bugzilla-test (4.4) currently has.
@fredp: Can we safely set your patch to "needs-rework"? I don't see this easily applying with 4.4 around the corner. Cleaning up the backlog...
Created attachment 338854 [details] [review] Adds GNOME logo in header The patch is based in 4.4.12 version of bugzilla.
(In reply to Tom Tryfonidis from comment #11) > Created attachment 338854 [details] [review] [review] > Adds GNOME logo in header > > The patch is based in 4.4.12 version of bugzilla. Do you have a screenshot of that in action?
Created attachment 343906 [details] Screenshot with the GNOME logo on header A compined screenshot that shows the homepage and the redesigned sidebar on product overview.
Created attachment 346719 [details] [review] GNOME logo on header Reworked patch to match the current design and colors of gnome.org
Created attachment 346720 [details] Screenshot showing the changes from patch 346719
Thank you for accepting my patch. It lives on master and production branches now.