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]> (cherry picked from commit fc8ccf4ca617cc876eb8df428ee25a7a9a765557) --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/user/ManageEventsPopupView.ui.xml M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css 2 files changed, 2 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/75/32675/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..a6a7fd8 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}" /> diff --git a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css index 085387b..1d5dbf4 100644 --- a/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css +++ b/frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/css/NotificationsTree.css @@ -26,7 +26,6 @@ padding-left: 3px; padding-right: 3px; outline: none; - bottom: 5px; position: relative; } -- To view, visit http://gerrit.ovirt.org/32675 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie7b8063d60666bdbcaaeaa7347ff36b7a3ddc369 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
