From ca3b9fe366f8d541a57f6361c122cfa372788d2c Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Fri, 14 Jun 2024 14:46:20 -0500 Subject: Add banner similar to GeneNetwork2 --- qc_app/static/css/custom-bootstrap.css | 19 +++++++++++++++++++ qc_app/templates/base.html | 12 ++++++++++++ 2 files changed, 31 insertions(+) diff --git a/qc_app/static/css/custom-bootstrap.css b/qc_app/static/css/custom-bootstrap.css index e5f6594..67f1199 100644 --- a/qc_app/static/css/custom-bootstrap.css +++ b/qc_app/static/css/custom-bootstrap.css @@ -2,3 +2,22 @@ .btn { text-transform: capitalize; } + +.navbar-inverse { + background-color: #336699; + border-color: #080808; + color: #FFFFFF; + background-image: none; +} + +.navbar-inverse .navbar-nav>li>a { + color: #FFFFFF; +} + +.navbar-nav > li > a { + padding: 5px; +} + +.navbar { + min-height: 30px; +} diff --git a/qc_app/templates/base.html b/qc_app/templates/base.html index 3f1ccac..eb5e6b7 100644 --- a/qc_app/templates/base.html +++ b/qc_app/templates/base.html @@ -26,6 +26,18 @@ +
{%block contents%}{%endblock%}
-- cgit v1.2.3