Repository: incubator-brooklyn Updated Branches: refs/heads/master 74f729573 -> 6a8e89f4d
Added 5px padding for entity icons Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/fe00f598 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/fe00f598 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/fe00f598 Branch: refs/heads/master Commit: fe00f5986b5f780788fef8da9a2f96b11c2f52c7 Parents: c2494dc Author: Andrew Kennedy <[email protected]> Authored: Mon Nov 9 15:10:46 2015 +0000 Committer: Andrew Kennedy <[email protected]> Committed: Mon Nov 9 15:10:46 2015 +0000 ---------------------------------------------------------------------- usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/fe00f598/usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html ---------------------------------------------------------------------- diff --git a/usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html b/usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html index d1a3d74..f13107a 100644 --- a/usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html +++ b/usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html @@ -68,7 +68,7 @@ under the License. <% } %> <% if (iconUrl) { %> - <img src="<%= iconUrl %>" style="max-width: <%= entityIconSize %>px; max-height: <%= entityIconSize %>px; position: absolute; left: <%= statusColumnWidth %>px; top: 0; bottom: 0; margin: auto;"> + <img src="<%= iconUrl %>" style="max-width: <%= entityIconSize %>px; max-height: <%= entityIconSize %>px; position: absolute; padding-left: 5px; left: <%= statusColumnWidth %>px; top: 0; bottom: 0; margin: auto;"> <% } %> </div>
