From e4b74b3d718dcdd08d3322642677978ce62b70f6 Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Fri, 10 Feb 2017 10:45:19 -0500 Subject: [PATCH] [NIFI-3410] and styles for incorrect Processor Details dialog relationship description in Summary page. This closes #1488 --- .../src/main/webapp/css/processor-configuration.css | 6 ------ .../nifi-web-ui/src/main/webapp/css/processor-details.css | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-configuration.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-configuration.css index 34394913b3..d0d639c46d 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-configuration.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-configuration.css @@ -93,12 +93,6 @@ div.processor-relationship-container { line-height: normal; } -div.relationship-description { - color: #888; - margin-left: 16px; - margin-top: 2px; -} - #run-duration-container { height: 20px; width: 340px; diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-details.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-details.css index ed4c0fd45d..4c239864cd 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-details.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-details.css @@ -58,3 +58,9 @@ div.concurrently-schedulable-tasks-setting, div.scheduling-period-setting, div.p div.scheduling-period-setting, div.yield-duration-setting { margin-left: 20%; } + +div.relationship-description { + color: #888; + margin-left: 16px; + margin-top: 2px; +}