Repository: nifi
Updated Branches:
  refs/heads/master bf3b1640f -> e4b74b3d7


[NIFI-3410] and styles for incorrect Processor Details dialog relationship 
description in Summary page. This closes #1488


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/e4b74b3d
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/e4b74b3d
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/e4b74b3d

Branch: refs/heads/master
Commit: e4b74b3d718dcdd08d3322642677978ce62b70f6
Parents: bf3b164
Author: Scott Aslan <scottyas...@gmail.com>
Authored: Fri Feb 10 10:45:19 2017 -0500
Committer: Matt Gilman <matt.c.gil...@gmail.com>
Committed: Fri Feb 10 17:01:33 2017 -0500

----------------------------------------------------------------------
 .../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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/e4b74b3d/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-configuration.css
----------------------------------------------------------------------
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 3439491..d0d639c 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;

http://git-wip-us.apache.org/repos/asf/nifi/blob/e4b74b3d/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/processor-details.css
----------------------------------------------------------------------
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 ed4c0fd..4c23986 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;
+}

Reply via email to