mirror of https://github.com/apache/nifi.git
[NIFI-3410] and styles for incorrect Processor Details dialog relationship description in Summary page. This closes #1488
This commit is contained in:
parent
bf3b1640fc
commit
e4b74b3d71
|
@ -93,12 +93,6 @@ div.processor-relationship-container {
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.relationship-description {
|
|
||||||
color: #888;
|
|
||||||
margin-left: 16px;
|
|
||||||
margin-top: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#run-duration-container {
|
#run-duration-container {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
width: 340px;
|
width: 340px;
|
||||||
|
|
|
@ -58,3 +58,9 @@ div.concurrently-schedulable-tasks-setting, div.scheduling-period-setting, div.p
|
||||||
div.scheduling-period-setting, div.yield-duration-setting {
|
div.scheduling-period-setting, div.yield-duration-setting {
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.relationship-description {
|
||||||
|
color: #888;
|
||||||
|
margin-left: 16px;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue