You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by gr...@apache.org on 2015/11/10 15:49:58 UTC

[1/2] incubator-brooklyn git commit: Added 5px padding for entity icons

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 <gr...@apache.org>
Authored: Mon Nov 9 15:10:46 2015 +0000
Committer: Andrew Kennedy <gr...@apache.org>
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>
 


[2/2] incubator-brooklyn git commit: This closes #1014

Posted by gr...@apache.org.
This closes #1014

* github/pr/1014:
  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/6a8e89f4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/6a8e89f4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/6a8e89f4

Branch: refs/heads/master
Commit: 6a8e89f4d1b565cf690e66ad58c44562e4caec99
Parents: 74f7295 fe00f59
Author: Andrew Kennedy <gr...@apache.org>
Authored: Tue Nov 10 14:48:50 2015 +0000
Committer: Andrew Kennedy <gr...@apache.org>
Committed: Tue Nov 10 14:48:50 2015 +0000

----------------------------------------------------------------------
 usage/jsgui/src/main/webapp/assets/tpl/apps/tree-item.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------