diff --git a/website/web/static/tree.css b/website/web/static/tree.css index 1c2c7d23..2f790959 100644 --- a/website/web/static/tree.css +++ b/website/web/static/tree.css @@ -14,6 +14,26 @@ stroke-width: 2px; } +#screenshot { + position: fixed; + top: 5px; + right: 5px; + background: white; + border: 2px solid; +} + +.thumbnail:hover { + position:relative; + width:100%; + height:auto; + display:block; + z-index:999; +} + +.thumbnail { + overflow: hidden; +} + #lookyloo-icon { position: fixed; top: 5px; diff --git a/website/web/templates/tree.html b/website/web/templates/tree.html index 7cfb3e48..0a72a6e8 100644 --- a/website/web/templates/tree.html +++ b/website/web/templates/tree.html @@ -14,6 +14,9 @@
+