Greg Sheremeta has uploaded a new change for review. Change subject: webadmin: fixed error icon position in dialog ......................................................................
webadmin: fixed error icon position in dialog Commit e9f27f4 caused the error icon to be off by a few pixels. Fixed. Change-Id: Ic4ebee8e86f6fdc840e5242a571b2cbc95c82dca Signed-off-by: Greg Sheremeta <gsher...@redhat.com> --- M packaging/branding/ovirt.brand/common.css 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/48/31848/1 diff --git a/packaging/branding/ovirt.brand/common.css b/packaging/branding/ovirt.brand/common.css index 99cc818..b12af81 100644 --- a/packaging/branding/ovirt.brand/common.css +++ b/packaging/branding/ovirt.brand/common.css @@ -76,9 +76,9 @@ .obrand_dialogLogoErrorImage { background: url(images/dialog/error.png); background-repeat: no-repeat; - background-position: 0 5px; + background-position: 3px 5px; width: 16px; - height: 14px; + height: 24px; border: 0px; } -- To view, visit http://gerrit.ovirt.org/31848 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic4ebee8e86f6fdc840e5242a571b2cbc95c82dca Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <gsher...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches