Skip to content
Snippets Groups Projects
Commit 098560d7 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Minor changes in text and layout

parent 74fd867c
No related branches found
No related tags found
No related merge requests found
eclipse.preferences.version=1
encoding//common/util.py=utf-8
encoding//forecasts/models.py=utf-8
encoding//information/migrations/0001_initial.py=utf-8
encoding//vips_messages/migrations/0004_auto_20160712_1001.py=utf-8
...@@ -282,6 +282,11 @@ div.alert-nowarning{ ...@@ -282,6 +282,11 @@ div.alert-nowarning{
background-color: #dddddd; background-color: #dddddd;
} }
div.alert-success{
background-color: #79bd8b;
color: black;
}
/* /*
.ol-attribution { .ol-attribution {
top: 5px; top: 5px;
......
...@@ -719,7 +719,7 @@ ...@@ -719,7 +719,7 @@
<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"> <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> <h4>{% trans 'Her kan du sjekke kveldstemperatur og nedbør for værstasjoner 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>
<div class="clearfix"></div> <div class="clearfix"></div>
<div class="container-fluid"> <div class="container-fluid">
...@@ -812,7 +812,7 @@ ...@@ -812,7 +812,7 @@
</form> </form>
</div> </div>
<div><br></div> <div><br></div>
<div class="row alert alert-warning"> <div class="row alert alert-success">
{% 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" %} {% 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