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, 21 insertions(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/39/25939/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..e4084f7 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}"/> @@ -64,4 +82,4 @@ </d:content> </d:SimpleDialogPanel> -</ui:UiBinder> \ No newline at end of file +</ui:UiBinder> -- To view, visit http://gerrit.ovirt.org/25939 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6f785d91c8bc10b0ceb44ed153237e5f62590b76 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Ravi Nori <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
