Comment 5 for bug 1423888

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to horizon (master)

Reviewed: https://review.openstack.org/157822
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=c7362a1d1acb88ac380860ef8c0030788436e72a
Submitter: Jenkins
Branch: master

commit c7362a1d1acb88ac380860ef8c0030788436e72a
Author: David Lyle <email address hidden>
Date: Fri Feb 20 07:38:58 2015 -0700

    Fixing CSS namespace collision over wizard

    https://review.openstack.org/137417 added a new "wizard" css class.
    Unfortunately, this class already existed and had meaning in the
    existing wizard implementation. So renaming new wizard class to
    "ng-wizard" to remove the collision.

    Change-Id: I8bfe46721a9881a46c842bdb7f5699ae80b7ed93
    Closes-Bug: #1423888