Alexander Wels has uploaded a new change for review. Change subject: userportal,webadmin: missing icon error popup ......................................................................
userportal,webadmin: missing icon error popup - Fixed missing icon on error popup. Change-Id: I9e2433ddd498bd08baf1002543098138f66f68a0 Signed-off-by: Alexander Wels <[email protected]> --- M packaging/branding/ovirt.brand/common.css 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/29/18529/1 diff --git a/packaging/branding/ovirt.brand/common.css b/packaging/branding/ovirt.brand/common.css index 7c98855..f9d6f0a 100644 --- a/packaging/branding/ovirt.brand/common.css +++ b/packaging/branding/ovirt.brand/common.css @@ -62,7 +62,7 @@ /* ErrorPopupView.ui.xml: This class allows you to change the error icon on the error popup window. */ .obrand_dialogLogoErrorImage { - backgroud-image: url(images/dialog/error.png); + background: url(images/dialog/error.png); width: 27px; height: 27px; border: 0px; -- To view, visit http://gerrit.ovirt.org/18529 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9e2433ddd498bd08baf1002543098138f66f68a0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
