Ravi Nori has uploaded a new change for review. Change subject: webadmin: Add new role permission drop below the end of the screen ......................................................................
webadmin: Add new role permission drop below the end of the screen When creating a new role, the permission tree ends below the lower border of the screen when the entire tree is expanded Change-Id: I6f785d91c8bc10b0ceb44ed153237e5f62590b76 Bug-Url: https://bugzilla.redhat.com/1057103 Signed-off-by: Ravi Nori <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/configure/RolePopupView.ui.xml 1 file changed, 20 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/53/24853/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/configure/RolePopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/configure/RolePopupView.ui.xml index ea4308a..dbff877 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/configure/RolePopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/configure/RolePopupView.ui.xml @@ -35,6 +35,24 @@ padding-left: 1px; padding-right: 2px; } + + .label { + color: #FFFFFF; + font-size: 12px; + font-weight: bold; + font-family: Arial,sans-serif; + line-height: 30px; + } + + .nameEditor { + width: 290px; + } + + .descriptionEditor { + position: absolute; + right: 2px; + width: 325px; + } </ui:style> <d:SimpleDialogPanel width="650px" height="500px"> @@ -42,8 +60,8 @@ <g:VerticalPanel> <g:FlowPanel> <g:HorizontalPanel> - <e:EntityModelTextBoxEditor ui:field="nameEditor" /> - <e:EntityModelTextBoxEditor ui:field="descriptionEditor"/> + <e:EntityModelTextBoxEditor ui:field="nameEditor" addStyleNames="{style.nameEditor}"/> + <e:EntityModelTextBoxEditor ui:field="descriptionEditor" addStyleNames="{style.descriptionEditor}"/> </g:HorizontalPanel> <g:HorizontalPanel addStyleNames="{style.buttonPanel}"> <g:Label ui:field="accountTypeLabel" addStyleNames="{style.titleLabel}"/> -- To view, visit http://gerrit.ovirt.org/24853 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f785d91c8bc10b0ceb44ed153237e5f62590b76 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
