From 7b5be7ad1fea99fde3831de9a31c32a587faa0ae Mon Sep 17 00:00:00 2001 From: adambreznicky Date: Mon, 27 Nov 2017 09:51:12 -0600 Subject: [PATCH] admin & api logos/css --- lakegallery/api/static/rest_framework/api_style.css | 1 + lakegallery/api/templates/rest_framework/api.html | 2 +- lakegallery/map/static/map/admin_style.css | 3 ++- lakegallery/templates/admin/base_site.html | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/lakegallery/api/static/rest_framework/api_style.css b/lakegallery/api/static/rest_framework/api_style.css index fdf32e1..f830e78 100644 --- a/lakegallery/api/static/rest_framework/api_style.css +++ b/lakegallery/api/static/rest_framework/api_style.css @@ -8,6 +8,7 @@ .navbar-brand { padding-top: 5px; color: white; + text-shadow: 2px 2px 4px #383838; } .navbar-brand > img { diff --git a/lakegallery/api/templates/rest_framework/api.html b/lakegallery/api/templates/rest_framework/api.html index ef2d3cb..5dfb154 100644 --- a/lakegallery/api/templates/rest_framework/api.html +++ b/lakegallery/api/templates/rest_framework/api.html @@ -5,7 +5,7 @@ {% block branding %} - Texas Lake Gallery + Texas Lake Gallery {% endblock %} {% block bootstrap_navbar_variant %}lake-api-header{% endblock %} diff --git a/lakegallery/map/static/map/admin_style.css b/lakegallery/map/static/map/admin_style.css index 51ded6b..916896d 100644 --- a/lakegallery/map/static/map/admin_style.css +++ b/lakegallery/map/static/map/admin_style.css @@ -19,11 +19,12 @@ body { } .adminHeaderLogo { - max-height: 40px; + max-height: 30px; } #brandTitle { color: white !important; + text-shadow: 2px 2px 4px #383838; } .breadcrumbs { diff --git a/lakegallery/templates/admin/base_site.html b/lakegallery/templates/admin/base_site.html index e55f43e..c619e53 100644 --- a/lakegallery/templates/admin/base_site.html +++ b/lakegallery/templates/admin/base_site.html @@ -15,7 +15,7 @@ {% block branding %}

- + Texas Lake Gallery - Administration

{% endblock %}