You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2016/09/29 15:57:41 UTC

nifi git commit: [NIFI-2833] Increase font size and line height for small dialogs. This closes #1078

Repository: nifi
Updated Branches:
  refs/heads/master 833ec4409 -> 12e3315ae


[NIFI-2833] Increase font size and line height for small dialogs. This closes #1078


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/12e3315a
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/12e3315a
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/12e3315a

Branch: refs/heads/master
Commit: 12e3315ae9037e47e42e0238c1625556d1a7149c
Parents: 833ec44
Author: Scott Aslan <sc...@gmail.com>
Authored: Wed Sep 28 14:51:48 2016 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Thu Sep 29 11:57:04 2016 -0400

----------------------------------------------------------------------
 .../nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css   | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/12e3315a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
----------------------------------------------------------------------
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
index 76e6ef3..04cbedc 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
@@ -32,6 +32,8 @@
     max-width: 23%;
     min-height: 250px;
     min-width: 320px;
+    font-size: 13px;
+    line-height: 1.3;
 }
 
 .medium-dialog {