Shahar Havivi has uploaded a new change for review. Change subject: webadmin: layout: fix layout in new storage domain - iscsi username ......................................................................
webadmin: layout: fix layout in new storage domain - iscsi username Change-Id: I881bb2bf6d79a5c04d87313dd038167db3c1ea5e Bug-url: https://bugzilla.redhat.com/867428 Signed-off-by: Shahar Havivi <[email protected]> --- M frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiDiscoverTargetsView.ui.xml 1 file changed, 6 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/85/9185/1 diff --git a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiDiscoverTargetsView.ui.xml b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiDiscoverTargetsView.ui.xml index ffa9473..586c750 100644 --- a/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiDiscoverTargetsView.ui.xml +++ b/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/storage/IscsiDiscoverTargetsView.ui.xml @@ -97,6 +97,10 @@ .textBoxEditor { width: 210px; } + + .textBoxEditorChap { + margin-left: 10px; + } </ui:style> <g:FlowPanel> @@ -112,10 +116,8 @@ </g:VerticalPanel> <g:VerticalPanel addStyleNames="{style.discoverTargetAuthPanel}"> <e:EntityModelCheckBoxEditor ui:field="useUserAuthEditor" addStyleNames="{style.userAuthLabel}" /> - <g:HorizontalPanel> - <e:EntityModelTextBoxEditor ui:field="chapUserEditor" addStyleNames="{style.textBoxEditor}" /> - <e:EntityModelTextBoxEditor ui:field="chapPassEditor" addStyleNames="{style.textBoxEditor}" /> - </g:HorizontalPanel> + <e:EntityModelTextBoxEditor ui:field="chapUserEditor" addStyleNames="{style.textBoxEditorChap}" /> + <e:EntityModelTextBoxEditor ui:field="chapPassEditor" addStyleNames="{style.textBoxEditorChap}" /> </g:VerticalPanel> </g:HorizontalPanel> <g:HorizontalPanel> -- To view, visit http://gerrit.ovirt.org/9185 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I881bb2bf6d79a5c04d87313dd038167db3c1ea5e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Shahar Havivi <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
