From 0b57bf233ed65a33e7cbcbcb60aad2f0e6a00f18 Mon Sep 17 00:00:00 2001 From: "Karen A. Salamy" Date: Mon, 20 May 2024 19:24:03 -0700 Subject: [PATCH 1/2] Github Issue #72: Enhance Mission Detail View - Update#2 View upgrades and fixes. --- smdb/smdb/static/css/map_mission_filter.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/smdb/smdb/static/css/map_mission_filter.css b/smdb/smdb/static/css/map_mission_filter.css index f9e908d9..64733156 100644 --- a/smdb/smdb/static/css/map_mission_filter.css +++ b/smdb/smdb/static/css/map_mission_filter.css @@ -18,11 +18,14 @@ td { padding-left:20px; } .label-mission-name a:link { - color: #000000; + color: black; } -.label-mission-name a:visited { - color: #000000; +.label-mission-name a:hover { + color: yellow; } +/* .label-mission-name a:visited { + color: #0078a8;; +} */ .align-items-center { -ms-flex-align: center!important; align-items: center!important; @@ -30,4 +33,4 @@ td { justify-content: center; word-spacing: 2px; padding: 3px; -} \ No newline at end of file +} From 4b1d86b3beae47b6fcaf60c98834754a67f24a96 Mon Sep 17 00:00:00 2001 From: "Karen A. Salamy" Date: Mon, 20 May 2024 19:51:06 -0700 Subject: [PATCH 2/2] Github Issue #72: Enhance Missions Detail View - Update#2 View updates and fixes. --- smdb/smdb/templates/base.html | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/smdb/smdb/templates/base.html b/smdb/smdb/templates/base.html index e7e2bfbd..21dfbcf8 100644 --- a/smdb/smdb/templates/base.html +++ b/smdb/smdb/templates/base.html @@ -21,10 +21,9 @@ {% block css %} - {# Other Django packages depend on Bootstrap 4 #} - - + {# Latest compiled and minified Bootstrap CSS #} + {# Add leaflet CSS #} @@ -50,8 +49,8 @@ integrity="sha384-7+zCNj/IqJ95wo16oMtfsKbZ9ccEh31eOz1HGyDuCQ6wgnyJNSYdrPa03rtR1zdB" crossorigin="anonymous"> - {# Your stuff: Third-party javascript libraries go here #} @@ -72,6 +71,7 @@ {# Left Menu Items #}
@@ -190,8 +191,8 @@ {# Script tags with only code, no src (defer by default) #} {% endblock inline_javascript %}
-


Page contents are for MBARI internal use only. -



+ Page contents are for MBARI internal use only. +