diff --git a/dsmr_frontend/static/dsmr_frontend/css/dsmr-reader/global.css b/dsmr_frontend/static/dsmr_frontend/css/dsmr-reader/global.css index d18e3f2c3..395215289 100644 --- a/dsmr_frontend/static/dsmr_frontend/css/dsmr-reader/global.css +++ b/dsmr_frontend/static/dsmr_frontend/css/dsmr-reader/global.css @@ -6,6 +6,10 @@ border-top: 1px solid #eee; } +.table tr.highlight { + background-color: #F8F8F8; +} + .fa-rotate-45 { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); diff --git a/dsmr_frontend/templates/dsmr_frontend/energy-contracts.html b/dsmr_frontend/templates/dsmr_frontend/energy-contracts.html index bf09987ef..e1caf7fb2 100644 --- a/dsmr_frontend/templates/dsmr_frontend/energy-contracts.html +++ b/dsmr_frontend/templates/dsmr_frontend/energy-contracts.html @@ -64,7 +64,7 @@ {% endif %} {# Electricity sub totals #} - + {% if not frontend_settings.merge_electricity_tariffs %} {% translate "Total electricity" %} @@ -105,7 +105,7 @@ {% endif %} {# Grand totals #} - + {% translate "Total costs" %} {{ current.summary.total_cost|default:'-' }} diff --git a/dsmr_frontend/templates/dsmr_frontend/fragments/archive-xhr-statistics.html b/dsmr_frontend/templates/dsmr_frontend/fragments/archive-xhr-statistics.html index e733b60fa..747bf8b4c 100644 --- a/dsmr_frontend/templates/dsmr_frontend/fragments/archive-xhr-statistics.html +++ b/dsmr_frontend/templates/dsmr_frontend/fragments/archive-xhr-statistics.html @@ -62,7 +62,7 @@ {{ statistics.fixed_cost|default:'-' }} {% endif %} - + {% translate "Total" %} {% if capabilities.electricity and statistics.electricity_merged %}{{ statistics.electricity_merged|default:'-' }} {% endif %} {% if capabilities.electricity_returned and statistics.electricity_returned_merged %}{{ statistics.electricity_returned_merged|default:'-' }}{% endif %} diff --git a/dsmr_frontend/templates/dsmr_frontend/fragments/dashboard-period-include.html b/dsmr_frontend/templates/dsmr_frontend/fragments/dashboard-period-include.html index 86c9d3f00..ac34f5daf 100644 --- a/dsmr_frontend/templates/dsmr_frontend/fragments/dashboard-period-include.html +++ b/dsmr_frontend/templates/dsmr_frontend/fragments/dashboard-period-include.html @@ -38,7 +38,7 @@ {% endif %} - + {% if capabilities.electricity %} {% if not frontend_settings.merge_electricity_tariffs %} @@ -75,7 +75,7 @@ {% endif %} {% if capabilities.costs and data.total_cost %} - + {% translate "Total costs" %} {{ data.total_cost|default:'-' }}