NIFI-2715 - Match style to 'detail-value' Signed-off-by: Scott Aslan <[email protected]>
This closes #2100 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/6c426f7a Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/6c426f7a Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/6c426f7a Branch: refs/heads/master Commit: 6c426f7a12d636df66d224a982617bc34535b3e1 Parents: a9ee2aa Author: yuri1969 <[email protected]> Authored: Wed Aug 23 18:26:36 2017 +0200 Committer: Scott Aslan <[email protected]> Committed: Thu Aug 24 18:39:12 2017 -0400 ---------------------------------------------------------------------- .../nifi-web/nifi-web-ui/src/main/webapp/css/queue-listing.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/6c426f7a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/queue-listing.css ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/queue-listing.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/queue-listing.css index a2e6a8e..31381d9 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/queue-listing.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/queue-listing.css @@ -108,7 +108,7 @@ div.flowfile-header { padding: 5px; } -div.detail-name, div.flowfile-info { +div.detail-name { width: 100%; font-size: 12px; font-weight: 500; @@ -117,7 +117,7 @@ div.detail-name, div.flowfile-info { color: #262626; } -div.detail-value { +div.detail-value, div.flowfile-info { line-height: normal; width: 100%; color: #775351;
