From ee0b10e815080928f9e478b59a3ac0e0bf46954c Mon Sep 17 00:00:00 2001 From: Scott Aslan Date: Thu, 11 Aug 2016 15:38:39 -0400 Subject: [PATCH] [NIFI-2558] adjust content viewer combo alignment --- .../nifi-web-content-viewer/src/main/webapp/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css index 20efd89f789a..3eec8b35d9b8 100644 --- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css +++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-content-viewer/src/main/webapp/css/main.css @@ -29,7 +29,7 @@ #view-as-label { position: absolute; - top: 72px; + top: 67px; left: 100px; line-height: 30px; font-size: 12px; @@ -40,7 +40,7 @@ #view-as { position: relative; - top: 72px; + top: 67px; left: 150px; width: 148px; }