Skip to content
Snippets Groups Projects
Commit e4e9bca9 authored by Bhabesh Bhabani Mukhopadhyay's avatar Bhabesh Bhabani Mukhopadhyay
Browse files

css changes and text added

#VIPSUTV-224 : table row color changes. Text added and heatsum result display changes
parent 6f636981
No related branches found
No related tags found
No related merge requests found
...@@ -56,21 +56,29 @@ ...@@ -56,21 +56,29 @@
.colCenter {text-align: center;} .colCenter {text-align: center;}
/* Data table odd stripe color */ /* Data table odd stripe color */
.table-striped>tbody>tr:nth-child(odd)>td, /*
.table-striped>tbody>tr:nth-child(odd)>th { .table-striped>tbody>tr:nth-child(odd)>th {
background-color: #ebf1d4 /* Choose your own color here */ background-color: #ebf1d4
} }
*/
/* Data table even stripe color */ /* Data table even stripe color */
.table-striped>tbody>tr:nth-child(even)>td, /* .table-striped>tbody>tr:nth-child(even)>td, */
/* Choose your own color here Earlier color : #e4ddd6 */
/*
.table-striped>tbody>tr:nth-child(even)>th { .table-striped>tbody>tr:nth-child(even)>th {
background-color: #e4ddd6 /* Choose your own color here */ background-color:#f9f9f9
} }
*/
body { body {
font-family: 'Source Sans Pro', sans-serif; font-family: 'Source Sans Pro', sans-serif;
} }
table.table > tbody > tr > td {
background-color: white;
border-bottom: 3px solid #d9e6e4;
}
</style> </style>
{% endblock %} {% endblock %}
{% block customJS %} {% block customJS %}
...@@ -710,6 +718,9 @@ ...@@ -710,6 +718,9 @@
<div class="col-md-12" > <div class="col-md-12" >
<h1>{% trans "Calculate the risk of attack by the coddling moth" %}</h1> <h1>{% trans "Calculate the risk of attack by the coddling moth" %}</h1>
</div> </div>
<div class="col-md-12">
<h4>{% trans ' Under kan du sjekke kveldstemperatur og nedbør for klimastasjoner i regioner med eplevikler. [<a href="https://www.vips-landbruk.no/information/12/#eplevikler">Les mer her</a>]. <br> Dersom alle kriteriene for egglegging er oppfylt, beregn påløpt varmesum nedenfor. ' %}</h4>
</div>
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="container-fluid"> <div class="container-fluid">
<div class="row"> <div class="row">
...@@ -799,7 +810,7 @@ ...@@ -799,7 +810,7 @@
</div> </div>
<div><br></div> <div><br></div>
<div class="row alert alert-warning"> <div class="row alert alert-warning">
{% trans "Heat sum, with a base temperature of 10 degrees Celcius, calculated for " %} <b><span id='idSpanWeatherStationName'>-</span></b> {% trans "weather station for the period starting with" %} <b><span id="idSpanStartDate">-</span></b> {% trans "and ending with" %} <b><span id="idSpanEndDate">--</span></b> (<b><span id="idSpanDateDifference">-</span></b> {% trans "days" %}) {% trans "is" %} : <span class="label label-primary" id="idDivResultNonNegative"></span> {% trans "day degrees" %} {% trans "Heat sum, with a base temperature of 10 degrees Celcius, calculated for " %} <b><span id='idSpanWeatherStationName'>-</span></b> {% trans "weather station for the period starting with" %} <b><span id="idSpanStartDate">-</span></b> {% trans "and ending with" %} <b><span id="idSpanEndDate">--</span></b> (<b><span id="idSpanDateDifference">-</span></b> {% trans "days" %}) {% trans "is" %} : <b><span id="idDivResultNonNegative"></span></b> {% trans "day degrees" %}
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment