diff --git a/nmhs_cms/static/css/navigation.css b/nmhs_cms/static/css/navigation.css index 82f03eec..1d854f96 100644 --- a/nmhs_cms/static/css/navigation.css +++ b/nmhs_cms/static/css/navigation.css @@ -103,6 +103,7 @@ header { .main-logo img { height: 100%; object-fit: contain; + padding: 0.3rem 0; } .navbar-brand { diff --git a/pages/products/static/css/product_detail.css b/pages/products/static/css/product_detail.css index fa8019c5..86bc9857 100644 --- a/pages/products/static/css/product_detail.css +++ b/pages/products/static/css/product_detail.css @@ -55,10 +55,11 @@ } .categories .tabs .tab.active { - background: #f6fdff; + background: #f9f9f9; border-bottom-left-radius: 8px; border-top-left-radius: 8px; color: var(--primary-color); + font-weight:600; } .content-container .content { diff --git a/pages/products/templates/products/product_detail.html b/pages/products/templates/products/product_detail.html index bc412e45..bc685a31 100644 --- a/pages/products/templates/products/product_detail.html +++ b/pages/products/templates/products/product_detail.html @@ -27,12 +27,13 @@ {{ category.name }} -
+
{% for slug, product_item in products.items %} {% if product_item.value.product_item_type.category.id == category_id %} + role="tab" aria-controls="tab-{{ slug }}" + style="border-bottom-style:none !important"> {{ product_item.value.product_item_type.name }} {% endif %} diff --git a/requirements.txt b/requirements.txt index f3f0bd86..29542d84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -68,7 +68,7 @@ fonttools==4.39.4 forecastmanager==0.0.3 frozenlist==1.3.3 future==0.18.3 -geomanager @ https://github.com/wmo-raf/geomanager/archive/293cad37366bd42680f56906a5c86f8b97cfe783.zip +geomanager @ https://github.com/wmo-raf/geomanager/archive/b23b7ba49883a0d86cf992f9f65d395ac89812c6.zip geopandas==0.13.0 google-api-core==2.11.0 google-api-python-client==2.79.0