NIFI-259: - Fixing the line height to ensure the multiline ellipsis is consistent across browsers.
Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6f4c3db1 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6f4c3db1 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6f4c3db1 Branch: refs/heads/master Commit: 6f4c3db1861004018ca0624690a7784524328980 Parents: 88d4d2c Author: Matt Gilman <[email protected]> Authored: Thu Feb 4 08:59:26 2016 -0500 Committer: Matt Gilman <[email protected]> Committed: Thu Feb 4 08:59:26 2016 -0500 ---------------------------------------------------------------------- .../nifi-web-ui/src/main/webapp/css/component-state.css | 2 ++ .../src/main/webapp/css/new-controller-service-dialog.css | 6 ++++-- .../nifi-web-ui/src/main/webapp/css/new-processor-dialog.css | 6 ++++-- .../src/main/webapp/css/new-reporting-task-dialog.css | 6 ++++-- 4 files changed, 14 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/6f4c3db1/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/component-state.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/component-state.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/component-state.css index a00912c..34797b1 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/component-state.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/component-state.css @@ -31,6 +31,8 @@ #component-state-description { width: 580px; height: 50px; + font-size: 10px; + line-height: 12px; } /* http://git-wip-us.apache.org/repos/asf/nifi/blob/6f4c3db1/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-controller-service-dialog.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-controller-service-dialog.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-controller-service-dialog.css index 57c3c55..6d479a9 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-controller-service-dialog.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-controller-service-dialog.css @@ -49,13 +49,15 @@ font-size: 12pt; font-weight: bold; color: #527991; - margin-bottom: 8px; + margin-bottom: 6px; width: 588px; } #controller-service-type-description { width: 588px; - height: 60px; + height: 62px; + font-size: 10px; + line-height: 12px; } #controller-service-availability-container { http://git-wip-us.apache.org/repos/asf/nifi/blob/6f4c3db1/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-processor-dialog.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-processor-dialog.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-processor-dialog.css index 9ccd23e..21dd292 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-processor-dialog.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-processor-dialog.css @@ -48,13 +48,15 @@ font-size: 12pt; font-weight: bold; color: #527991; - margin-bottom: 8px; + margin-bottom: 6px; width: 588px; } #processor-type-description { width: 588px; - height: 60px; + height: 62px; + font-size: 10px; + line-height: 12px; } #processor-types-table { http://git-wip-us.apache.org/repos/asf/nifi/blob/6f4c3db1/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-reporting-task-dialog.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-reporting-task-dialog.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-reporting-task-dialog.css index c8d629f..88a4e49 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-reporting-task-dialog.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-reporting-task-dialog.css @@ -49,13 +49,15 @@ font-size: 12pt; font-weight: bold; color: #527991; - margin-bottom: 8px; + margin-bottom: 6px; width: 588px; } #reporting-task-type-description { width: 588px; - height: 60px; + height: 62px; + font-size: 10px; + line-height: 12px; } #reporting-task-availability-container {
