diff --git a/src/ensembl/production/portal/models.py b/src/ensembl/production/portal/models.py index e9cb4cc..6157e16 100644 --- a/src/ensembl/production/portal/models.py +++ b/src/ensembl/production/portal/models.py @@ -54,7 +54,9 @@ def __str__(self): ('28a745', 'Plants'), ('770f31', 'Rapid'), ('17a2b8', 'Vertebrates'), - ('8552c0', 'Viruses') + ('8552c0', 'Viruses'), + ('ff9900', 'Gifts'), + ('17a2b8', 'Production'), ) app_id = models.AutoField(primary_key=True) diff --git a/src/ensembl/production/portal/static/portal/css/portal.css b/src/ensembl/production/portal/static/portal/css/portal.css index 467f2b4..6419c58 100644 --- a/src/ensembl/production/portal/static/portal/css/portal.css +++ b/src/ensembl/production/portal/static/portal/css/portal.css @@ -25,6 +25,7 @@ ul.messagelist li.sucess{ display: block; } */ + body.jazzmin-login-page { background: #333333 url("/static/portal/img/splash.jpg") no-repeat center center; background-size: cover; @@ -113,4 +114,7 @@ textarea { background: unset !important; } - +.breadcrumb { + background-color: ghostwhite!important; + padding: 2px 5px!important; +} diff --git a/src/ensembl/production/portal/templates/admin/ensembl_prodinf_portal/appview/change_form.html b/src/ensembl/production/portal/templates/admin/ensembl_prodinf_portal/appview/change_form.html index d86e640..ce6fd5f 100644 --- a/src/ensembl/production/portal/templates/admin/ensembl_prodinf_portal/appview/change_form.html +++ b/src/ensembl/production/portal/templates/admin/ensembl_prodinf_portal/appview/change_form.html @@ -5,6 +5,12 @@ {{ original.name }} {% endblock %} +{% block page_content %} +
+ {{ block.super }} +
+{% endblock %} + {% block content %}