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

This commit is contained in:
Scott Aslan 2017-02-10 10:45:19 -05:00 committed by Matt Gilman
parent bf3b1640fc
commit e4b74b3d71
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37
2 changed files with 6 additions and 6 deletions

View File

@ -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;

View File

@ -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;
}