Page MenuHomePhabricator

Update graphics and branding for horizon 'material' theme
Closed, ResolvedPublic

Description

That, or just remove the theme altogether.

Event Timeline

Andrew triaged this task as Medium priority.Feb 15 2018, 8:34 PM
Andrew created this task.

@Andrew on a particularly unproductive moment, I tinkered a bit with css hacking to get the rebranding done on the current horizon.

This seems to work on "modern browsers" (above IE8), but definitely warrants further testing.

.navbar-brand::before {
  content: url("/static/dashboard/img/logo.png");
}
.navbar-brand svg{
  display: none;
}
.navbar-brand {
  padding-top: 12px;padding-bottom: 12px;
}

(we'd also need to use another logo without an alpha unicorn for better visibility, but you get the gist).

Change 413089 had a related patch set uploaded (by Andrew Bogott; owner: Andrew Bogott):
[openstack/horizon/horizon@ocata] update material-theme logos

https://gerrit.wikimedia.org/r/413089

Change 413089 merged by Andrew Bogott:
[openstack/horizon/horizon@ocata] update material-theme logos

https://gerrit.wikimedia.org/r/413089

Change 554999 had a related patch set uploaded (by Andrew Bogott; owner: Andrew Bogott):
[openstack/horizon/horizon@train] WMF hacks: update material-theme logos

https://gerrit.wikimedia.org/r/554999

Change 554999 merged by Andrew Bogott:
[openstack/horizon/horizon@train] WMF hacks: update material-theme logos

https://gerrit.wikimedia.org/r/554999