You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2015/06/23 14:26:18 UTC

[02/16] incubator-brooklyn git commit: jsgui - don't wrap catalog items in accordion

jsgui - don't wrap catalog items in accordion


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/4d6fb47f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/4d6fb47f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/4d6fb47f

Branch: refs/heads/master
Commit: 4d6fb47fea7eb3c71d100993eb2c8aedf125b05a
Parents: ba30c69
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Sat Jun 20 09:50:45 2015 -0700
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Sun Jun 21 12:22:11 2015 -0700

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/css/base.css | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/4d6fb47f/usage/jsgui/src/main/webapp/assets/css/base.css
----------------------------------------------------------------------
diff --git a/usage/jsgui/src/main/webapp/assets/css/base.css b/usage/jsgui/src/main/webapp/assets/css/base.css
index 20938b5..c33d015 100644
--- a/usage/jsgui/src/main/webapp/assets/css/base.css
+++ b/usage/jsgui/src/main/webapp/assets/css/base.css
@@ -1114,6 +1114,11 @@ tr.app-add-wizard-config-entry {
     margin-bottom: 6px;
     background-color: #F0F0F0;
     border-radius: 5px;
+    overflow-y: scroll;
+}
+.catalog-accordion-wrapper .accordion-nav-row {
+    white-space: pre;
+    word-wrap: normal;
 }
 .accordion-item {
     -webkit-border-radius: 5px;