# HG changeset patch # User rougeronj # Date 1432110746 -7200 # Node ID 41a5cb13c0b1e1c1462b50d2d84877add9f421c2 # Parent e246651b662664ae8c03efd2c8e0d4e444c7ab68 add a button to show all the hidden nodes of the view diff -r e246651b6626 -r 41a5cb13c0b1 client/css/renkan.css --- a/client/css/renkan.css Wed May 06 10:38:01 2015 +0200 +++ b/client/css/renkan.css Wed May 20 10:32:26 2015 +0200 @@ -527,7 +527,7 @@ top: 0; } -.Rk-ZoomIn, .Rk-ZoomOut, .Rk-ZoomFit, .Rk-ZoomSave, .Rk-ZoomSetSaved { +.Rk-ZoomIn, .Rk-ZoomOut, .Rk-ZoomFit, .Rk-ZoomSave, .Rk-ZoomSetSaved, .Rk-ShowHiddenNodes { width: 21px; height: 20px; background: url(../img/zoombuttons.png); margin: 5px; } .Rk-ZoomIn:hover { @@ -557,6 +557,12 @@ .Rk-ZoomSetSaved:hover { background-position: -84px -20px; } +.Rk-ShowHiddenNodes { + background-position: -105px 0; +} +.Rk-ShowHiddenNodes:hover { + background-position: -105px -20px; +} /* Bins */ diff -r e246651b6626 -r 41a5cb13c0b1 client/img/zoombuttons.png Binary file client/img/zoombuttons.png has changed diff -r e246651b6626 -r 41a5cb13c0b1 client/templates/scene.html --- a/client/templates/scene.html Wed May 06 10:38:01 2015 +0200 +++ b/client/templates/scene.html Wed May 20 10:32:26 2015 +0200 @@ -145,6 +145,7 @@ <% } %> <% if (options.save_view) { %>
+
<% } %> <% } %>