NIFI-1695:

- Removing hidden control characters that were affecting graph styles. This closes #311
This commit is contained in:
Matt Gilman 2016-03-29 14:07:46 -04:00 committed by Oleg Zhurakousky
parent 2337f5cad3
commit 16108467c1
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ text.unset {
*/ */
g.component { g.component {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
g.component.selected rect.border { g.component.selected rect.border {
@ -108,7 +108,7 @@ text.processor-stats-info {
*/ */
g.connection { g.connection {
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
} }
path.connector { path.connector {

View File

@ -69,7 +69,7 @@ div.context-menu-item-text {
margin-left: 4px; margin-left: 4px;
line-height: 16px; line-height: 16px;
float: left; float: left;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
font-size: 11px; font-size: 11px;
} }

View File

@ -167,7 +167,7 @@ div.legend-label {
#status-history-chart-container text, #status-history-chart-control-container text { #status-history-chart-container text, #status-history-chart-control-container text {
fill: #527991; fill: #527991;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
font-size: 10px; font-size: 10px;
} }