mooli tayer has uploaded a new change for review. Change subject: webadmin: inlining avw_wrapper_pfly_fix. ......................................................................
webadmin: inlining avw_wrapper_pfly_fix. Hiding overflow(30999) of forms cases the label and text input to have a line break between them. (at 'event notifier' dialog) This fix prevent line break here and in other inputs. Change-Id: I51c69d4b5835514a4e6b2d844b574e91094566ef Signed-off-by: Mooli Tayer <[email protected]> --- M packaging/branding/ovirt.brand/ovirt-patternfly-compat.css 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/24/31024/1 diff --git a/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css b/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css index 7f405ab..d104d03 100644 --- a/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css +++ b/packaging/branding/ovirt.brand/ovirt-patternfly-compat.css @@ -98,6 +98,7 @@ line-height: 16px !important; } .avw_wrapper_pfly_fix { + display: inline; } .avw_label_pfly_fix { line-height: 16px !important; -- To view, visit http://gerrit.ovirt.org/31024 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51c69d4b5835514a4e6b2d844b574e91094566ef Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: mooli tayer <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
