Skip to content

Update logos #108

Merged
merged 7 commits into from
Jan 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mpicms/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ body {
}

.logo {
max-height: 5rem !important;
height: 5rem !important;
max-height: 7rem !important;
height: 7rem !important;
}

.title {
Expand All @@ -124,7 +124,7 @@ body {

.navbar {
flex-wrap: wrap;
max-height: 13rem;
max-height: 15rem;
}

.navbar-bottom {
Expand Down
Binary file modified mpicms/static/favicon/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mpicms/static/favicon/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mpicms/static/favicon/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 0 additions & 9 deletions mpicms/static/favicon/browserconfig.xml

This file was deleted.

Binary file modified mpicms/static/favicon/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mpicms/static/favicon/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified mpicms/static/favicon/favicon.ico
Binary file not shown.
Binary file removed mpicms/static/favicon/mstile-150x150.png
Binary file not shown.
712 changes: 1 addition & 711 deletions mpicms/static/favicon/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed mpicms/static/images/favicon.ico
Binary file not shown.
308 changes: 1 addition & 307 deletions mpicms/static/images/molgen-logo-intern-en.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
300 changes: 1 addition & 299 deletions mpicms/static/images/molgen-logo-intern.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
863 changes: 822 additions & 41 deletions mpicms/static/images/molgen-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mpicms/templates/wagtailadmin/admin_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load static %}

{% block branding_favicon %}
<link rel="shortcut icon" href="{% static 'images/favicon.ico' %}" />
<link rel="shortcut icon" href="{% static 'favicon/favicon.ico' %}" />
{% endblock %}

{% block branding_title %}Intranet{% endblock %}
{% block branding_title %}Intranet{% endblock %}