You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by oz...@apache.org on 2016/04/04 17:23:59 UTC

nifi git commit: NIFI-1695: - Removing hidden control characters that were affecting graph styles.

Repository: nifi
Updated Branches:
  refs/heads/0.x 04c683093 -> 136beb881


NIFI-1695:
- Removing hidden control characters that were affecting graph styles.


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

Branch: refs/heads/0.x
Commit: 136beb881745474c226275a92e60d84d42428edd
Parents: 04c6830
Author: Matt Gilman <ma...@gmail.com>
Authored: Tue Mar 29 14:07:46 2016 -0400
Committer: Oleg Zhurakousky <ol...@suitcase.io>
Committed: Mon Apr 4 11:22:58 2016 -0400

----------------------------------------------------------------------
 .../nifi-web/nifi-web-ui/src/main/webapp/css/graph.css           | 4 ++--
 .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css            | 2 +-
 .../nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css  | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/136beb88/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css
index 041476b..8718d27 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/graph.css
@@ -53,7 +53,7 @@ text.unset {
 */
 
 g.component {
-    font-family: Arial,​ sans-serif;
+    font-family: Arial, sans-serif;
 }
 
 g.component.selected rect.border {
@@ -108,7 +108,7 @@ text.processor-stats-info {
 */
 
 g.connection {
-    font-family: Arial,​ sans-serif;
+    font-family: Arial, sans-serif;
 }
 
 path.connector {

http://git-wip-us.apache.org/repos/asf/nifi/blob/136beb88/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
index 3a6e9d1..f689c98 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
@@ -69,7 +69,7 @@ div.context-menu-item-text {
     margin-left: 4px;
     line-height: 16px;
     float: left;
-    font-family: Arial,​ sans-serif;
+    font-family: Arial, sans-serif;
     font-size: 11px;
 }
 

http://git-wip-us.apache.org/repos/asf/nifi/blob/136beb88/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css
index c17fa15..2461ffa 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/status-history.css
@@ -167,7 +167,7 @@ div.legend-label {
 
 #status-history-chart-container text, #status-history-chart-control-container text {
     fill: #527991;
-    font-family: Arial,​ sans-serif;
+    font-family: Arial, sans-serif;
     font-size: 10px;
 }