From 0c66443db89fec72c5fb2af0588a02695683613c Mon Sep 17 00:00:00 2001 From: Daniel GarcĂ­a Moreno Date: Wed, 14 Sep 2022 14:01:18 +0200 Subject: Add multiple servers to the dashboard view --- ogcp/static/css/soleta.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ogcp/static') diff --git a/ogcp/static/css/soleta.css b/ogcp/static/css/soleta.css index beca3a9..5edf03f 100644 --- a/ogcp/static/css/soleta.css +++ b/ogcp/static/css/soleta.css @@ -11,19 +11,19 @@ html, body { margin: 10px; } -.nav { +.nav.ogcp-nav { position: relative; } -.nav-item { +.ogcp-nav .nav-item { padding-left: 20px; position: relative; } -.nav-link { +.ogcp-nav .nav-link { padding: 0; } -.active > .nav-link { +.ogcp-nav .active > .nav-link { font-weight: bold; background: slategrey; border-radius: 10rem; -- cgit v1.2.3-18-g5258