Skip to content

Commit

Permalink
Updated styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoooo committed Dec 22, 2021
1 parent 940b3d4 commit 74d89c8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/ensembl/production/portal/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 5 additions & 1 deletion src/ensembl/production/portal/static/portal/css/portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -113,4 +114,7 @@ textarea {
background: unset !important;
}


.breadcrumb {
background-color: ghostwhite!important;
padding: 2px 5px!important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<img class="" src="{% static original.img %}" alt="{{ original.name }}" style="height: 50px">
{% endblock %}

{% block page_content %}
<div style="background-color:#{{ original.app_theme }};">
{{ block.super }}
</div>
{% endblock %}

{% block content %}
<div class="container-fluid" style="height: 100%">
<div class="app-iframe-container {{ original.app_name }}">
Expand Down

0 comments on commit 74d89c8

Please sign in to comment.