From dadfcd4f81fc24050712f6d9fee14a4000228db3 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 3 Aug 2017 17:49:22 -0400 Subject: [PATCH] Tweaked navigation menu styling --- netbox/project-static/css/base.css | 5 + netbox/templates/_base.html | 154 ++++++++++++++--------------- 2 files changed, 82 insertions(+), 77 deletions(-) diff --git a/netbox/project-static/css/base.css b/netbox/project-static/css/base.css index 573c1c967..0f6b24077 100644 --- a/netbox/project-static/css/base.css +++ b/netbox/project-static/css/base.css @@ -81,6 +81,11 @@ footer p { } } +/* Navigation menu */ +li.subnav > a { + padding-left: 30px; +} + /* Forms */ label { font-weight: normal; diff --git a/netbox/templates/_base.html b/netbox/templates/_base.html index 10b4970a8..c56a95abe 100644 --- a/netbox/templates/_base.html +++ b/netbox/templates/_base.html @@ -31,197 +31,197 @@ @@ -229,14 +229,14 @@ @@ -250,16 +250,16 @@ {{ request.user|truncatechars:"30" }} {% else %} -
  • Log in
  • +
  • Log in
  • {% endif %}