Tomas Jelinek has uploaded a new change for review. Change subject: frontend: help icon misplaced in DE localization ......................................................................
frontend: help icon misplaced in DE localization Fixed by making the unnecessarily big right part of the dialog header much smaller. Change-Id: If351ae47a7b1cb6a05800604fbce1f681b48c1b4 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id= Signed-off-by: Tomas Jelinek <[email protected]> --- M packaging/branding/ovirt.brand/common.css M packaging/branding/ovirt.brand/images/dialog/dialog_header_image.png 2 files changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/03/18803/1 diff --git a/packaging/branding/ovirt.brand/common.css b/packaging/branding/ovirt.brand/common.css index f9d6f0a..e90a520 100644 --- a/packaging/branding/ovirt.brand/common.css +++ b/packaging/branding/ovirt.brand/common.css @@ -35,7 +35,7 @@ in the user portal and web admin. The border is defined in gwt-common.css */ .obrand_dialogHeaderImage { background-image: url(images/dialog/dialog_header_image.png); - width: 118px; + width: 23px; height: 27px; border: 0px; display: block; @@ -56,7 +56,7 @@ line-height: 27px; width: auto; left: 32px; - right: 123px; + right: 28px; } /* ErrorPopupView.ui.xml: diff --git a/packaging/branding/ovirt.brand/images/dialog/dialog_header_image.png b/packaging/branding/ovirt.brand/images/dialog/dialog_header_image.png index c9751f7..42ad4fb 100644 --- a/packaging/branding/ovirt.brand/images/dialog/dialog_header_image.png +++ b/packaging/branding/ovirt.brand/images/dialog/dialog_header_image.png Binary files differ -- To view, visit http://gerrit.ovirt.org/18803 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If351ae47a7b1cb6a05800604fbce1f681b48c1b4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
