summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/base.html
diff options
context:
space:
mode:
authorAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-18 10:38:20 +0200
committerAlejandro Sirgo Rica <asirgo@soleta.eu>2024-06-18 10:38:20 +0200
commitf8969b3d5ed8055b8bce07e97545468e0aec3fec (patch)
treeb08c5278dd69ed22faa746acaf57873a79ea7322 /ogcp/templates/base.html
parent48bc51ca0a5a34bd526a0a2e608f66efa887daeb (diff)
css: offset the sidebar to acommodate all disclosure widgets
Add a left padding to show the disclosure widget associated to a server item. Prevent the positioning of out of screen components.
Diffstat (limited to 'ogcp/templates/base.html')
-rw-r--r--ogcp/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html
index c98b0f9..ee32b54 100644
--- a/ogcp/templates/base.html
+++ b/ogcp/templates/base.html
@@ -10,7 +10,7 @@
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/plugins/fontawesome-free/css/all.min.css') }}">
<!-- Theme style -->
<link rel="stylesheet" href="{{ url_for('static', filename='AdminLTE/dist/css/adminlte.min.css') }}">
- <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=1" />
+ <link rel="stylesheet" href="{{ url_for('static', filename='css/soleta.css') }}?v=2" />
{% endblock %}
</head>
<body>