mooli tayer has uploaded a new change for review. Change subject: webadmin: style fixes in manage events popup. ......................................................................
webadmin: style fixes in manage events popup. Change-Id: Ie7b8063d60666bdbcaaeaa7347ff36b7a3ddc369 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1133572 Signed-off-by: Mooli Tayer <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/user/ManageEventsPopupView.ui.xml 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/66/32266/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/user/ManageEventsPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/user/ManageEventsPopupView.ui.xml index e9b1da6..40421bb 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/user/ManageEventsPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/user/ManageEventsPopupView.ui.xml @@ -42,14 +42,14 @@ <g:VerticalPanel> <g:Label ui:field="titleLabel" addStyleNames="{style.titleLabel}" /> <g:HTML> - <hr style="width:100%;" /> + <hr style="width:100%; margin: 5px 0" /> </g:HTML> <g:HorizontalPanel addStyleNames="{style.buttonPanel}"> <g:Button ui:field="expandAllButton" /> <g:Button ui:field="collapseAllButton" /> </g:HorizontalPanel> <g:ScrollPanel height="385px" addStyleNames="{style.treePanel}"> - <we:EntityModelCellTree ui:field="tree" /> + <we:EntityModelCellTree ui:field="tree" addStyleNames="atpv_tree_pfly_fix" /> </g:ScrollPanel> <ge:StringEntityModelTextBoxEditor ui:field="emailEditor" /> <g:Label ui:field="infoLabel" addStyleNames="{style.infoLabel}" /> -- To view, visit http://gerrit.ovirt.org/32266 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie7b8063d60666bdbcaaeaa7347ff36b7a3ddc369 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
