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:27:52 UTC

[4/4] nifi git commit: NIFI-1695: - Removing hidden control characters that were affecting graph styles. This closes #311

NIFI-1695:
- Removing hidden control characters that were affecting graph styles. This closes #311


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

Branch: refs/heads/master
Commit: 16108467c19f5954ed1d31b5466471607da85bee
Parents: 2337f5c
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:26:55 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/16108467/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/16108467/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/16108467/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;
 }