Alexander Wels has uploaded a new change for review. Change subject: userportal,webadmin: refresh wraps. ......................................................................
userportal,webadmin: refresh wraps. - GWT can't determine the width of margins, and thus the calculations will be wrong when you use them in an action panel. Switched margins to padding which GWT does detect properly. Change-Id: I9f641172099df224f7a4fda322449d02e842068c Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1123277 Signed-off-by: Alexander Wels <aw...@redhat.com> --- M packaging/branding/ovirt.brand/ovirt-patternfly-compat.css 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/82/32882/1 diff --git a/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css b/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css index 7626c82..9ed4f49 100644 --- a/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css +++ b/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css @@ -386,10 +386,10 @@ } } .prevPageButton_pfly_fix { - margin-right: 8px !important; + margin-right: 11px !important; } .nextPageButton_pfly_fix { - margin-right: 10px !important; + padding-right: 25px !important; } .epv_closeButton_pfly_fix { line-height: 12px !important; -- To view, visit http://gerrit.ovirt.org/32882 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9f641172099df224f7a4fda322449d02e842068c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <aw...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches