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 2015/07/19 21:25:23 UTC

[1/2] nifi git commit: NIFI-776: - Allowing tooltips to break words to wrap.

Repository: nifi
Updated Branches:
  refs/heads/develop bca9acbf4 -> eee5a22f0


NIFI-776:
- Allowing tooltips to break words to wrap.

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

Branch: refs/heads/develop
Commit: 9f75cad4110ba549c7f560c72c8ad0a69101cd56
Parents: 42c07a3
Author: Matt Gilman <ma...@gmail.com>
Authored: Sun Jul 19 15:08:48 2015 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Sun Jul 19 15:08:48 2015 -0400

----------------------------------------------------------------------
 .../nifi-web/nifi-web-ui/src/main/webapp/css/main.css               | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/9f75cad4/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
----------------------------------------------------------------------
diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
index 70916c6..aa12602 100644
--- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
+++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/main.css
@@ -116,6 +116,7 @@ div.nifi-tooltip {
     background-color: #FFFFA3;
     color: #454545;
     max-width: 500px;
+    word-wrap: break-word;
 }
 
 .ellipsis {


[2/2] nifi git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop

Posted by mc...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/nifi into develop


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

Branch: refs/heads/develop
Commit: eee5a22f0daf8e35e42238f59a55a2775653197d
Parents: 9f75cad bca9acb
Author: Matt Gilman <ma...@gmail.com>
Authored: Sun Jul 19 15:24:59 2015 -0400
Committer: Matt Gilman <ma...@gmail.com>
Committed: Sun Jul 19 15:24:59 2015 -0400

----------------------------------------------------------------------
 nifi-site/src/pages/html/download.hbs | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------