Greg Sheremeta has uploaded a new change for review. Change subject: webadmin: fixed label spacings in Setup Host Networks ......................................................................
webadmin: fixed label spacings in Setup Host Networks PatternFly patch caused some labels to be misaligned in Hosts > Networks Interfaces > Setup Host Network dialog. Fixed. Change-Id: Iaebd40e4a91efb44a60cafcb8354316894cd972f Signed-off-by: Greg Sheremeta <[email protected]> --- M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostSetupNetworksPopupView.ui.xml 1 file changed, 4 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/09/27709/1 diff --git a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostSetupNetworksPopupView.ui.xml b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostSetupNetworksPopupView.ui.xml index 908011a..ab5c6b3 100644 --- a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostSetupNetworksPopupView.ui.xml +++ b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/popup/host/HostSetupNetworksPopupView.ui.xml @@ -11,7 +11,7 @@ .unassignedtitle { font-size: small; text-align: center; - margin-bottom: 5px; + margin-bottom: 3px; } .externaltitle { @@ -34,14 +34,14 @@ font-size: small; text-align: center; margin-left: 210px; - margin-bottom: 5px; + margin-bottom: 3px; } .nicstitle { font-size: small; text-align: center; margin-left: 80px; - margin-bottom: 5px; + margin-bottom: 3px; } .statusLabel { @@ -49,7 +49,6 @@ font-weight: bold; color: gray; padding-left: 20px; - padding-top: 5px; } .errorLabel { @@ -203,7 +202,7 @@ .requiredLabel{ text-align: center; font-weight: bold; - padding-top: 10px; + padding-top: 6px; } -- To view, visit http://gerrit.ovirt.org/27709 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaebd40e4a91efb44a60cafcb8354316894cd972f Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Sheremeta <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
