Kanagaraj M has uploaded a new change for review. Change subject: webadmin: Aligning labels in Volume dialog for Japanese locale ......................................................................
webadmin: Aligning labels in Volume dialog for Japanese locale Changed the width of the labels and messages so that it looks proper in Default and Japanese locale. Change-Id: I9abad6b3f53bbbf5d571d288db649c4d7405e9b2 Bug-Url: https://bugzilla.redhat.com/872403 Signed-off-by: Kanagaraj M <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumePopupView.ui.xml 1 file changed, 8 insertions(+), 6 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/81/9281/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumePopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumePopupView.ui.xml index 29c0999..29ef277 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumePopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/gluster/VolumePopupView.ui.xml @@ -33,12 +33,12 @@ padding: 0 5px; font-family: Verdana,sans-serif; line-height: 30px; - padding-right: 106px; + width: 190px; } .bricksCountLabel { font-size: 13px; - padding-left:5px; + padding-top:5px; color: #0000FF; } @@ -46,7 +46,7 @@ font-size: 13px; padding: 0 5px; font-family: Verdana,sans-serif; - width: 125px; + width: 175px; padding-top: 5px; } @@ -59,7 +59,7 @@ </ui:style> - <d:SimpleDialogPanel width="400px" height="500px"> + <d:SimpleDialogPanel width="450px" height="500px"> <d:content> <g:VerticalPanel> <g:FlowPanel addStyleNames="{style.generalTabTopDecorator}"> @@ -79,8 +79,10 @@ <g:HorizontalPanel> <g:Label ui:field="bricksLabel" addStyleNames="{style.bricksLabel}"></g:Label> - <w:UiCommandButton ui:field="addBricksButton"/> - <g:Label ui:field="bricksCountEditor" addStyleNames="{style.bricksCountLabel}"/> + <g:VerticalPanel> + <w:UiCommandButton ui:field="addBricksButton"/> + <g:Label ui:field="bricksCountEditor" addStyleNames="{style.bricksCountLabel}"/> + </g:VerticalPanel> </g:HorizontalPanel> <g:Label ui:field="accessProtocolsLabel" addStyleNames="{style.sectionLabel}"></g:Label> <e:EntityModelCheckBoxEditor ui:field="gluster_accecssProtocolEditor"/> -- To view, visit http://gerrit.ovirt.org/9281 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9abad6b3f53bbbf5d571d288db649c4d7405e9b2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Kanagaraj M <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
