From 288654722d061591ac834ecf9fb2310280473323 Mon Sep 17 00:00:00 2001 From: "Jose M. Guisado Gomez" Date: Wed, 30 Jun 2021 08:32:51 +0000 Subject: Add scopes_tree_collapse macro Being able to collapse the scopes tree allows to fit a bigger scopes tree. A new macro is introduced to generate the HTML code for the scope tree in such a way that each non-leaf level (center, room) are collapsible. macros.scopes_tree_collapse(scopes) As of now, the state of the scope tree is not saved when changing nav sections. --- ogcp/static/css/soleta.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ogcp/static/css') diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index ca49897..d17674c 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -14,3 +14,17 @@ html, body { .toast { margin: 10px; } + +.nav { + position: relative; +} + +.nav-item { + padding-left: 20px; + position: relative; +} + +.nav-link { + padding: 0; +} + -- cgit v1.2.3-18-g5258