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

Cosmetic CSS change

#VIPSUTV-224: enforce font family , remove label for h3 at 'Heat Sum' , taking line height of the date field and space between the divs
parent e9982276
Branches
No related tags found
No related merge requests found
......@@ -66,6 +66,10 @@
.table-striped>tbody>tr:nth-child(even)>th {
background-color: #e4ddd6 /* Choose your own color here */
}
body {
font-family: 'Source Sans Pro', sans-serif;
}
</style>
{% endblock %}
......@@ -611,16 +615,17 @@
<div class="container-fluid" id="idDivHeatSum" style="display: none;">
<div class="row ">
<label class="control-label">{% trans "Heat sum" %}</label>
<h3>{% trans "Heat sum" %}</h3>
<form class="form-inline">
<div class="form-group form-inline">
<label for="nameTxtDateInput">{% trans "Calculate heat sum from date" %}:</label>
<input id="idTxtDateInput" name="nameTxtDateInput" class="form-control" type="date" placeholder="yyyy-mm-dd" onkeydown="return false" value="2020-01-01"/>
<input id="idTxtDateInput" name="nameTxtDateInput" class="form-control" type="date" placeholder="yyyy-mm-dd" onkeydown="return false" value="2020-01-01" style="line-height: inherit;"/>
</div>
<!-- button type="submit" class="btn btn-default">Submit</button -->
</form>
</div>
<div><br></div>
<div class="row alert alert-warning">
{% trans "Heat sum, with a base temperature of 10 degrees Celcius, calculated for" %} <span id='idSpanWeatherStationName'>-</span> {% trans "weather station for the period starting with" %} <span id="idSpanStartDate">-</span> {% trans "and ending with" %} <span id="idSpanEndDate">--</span> (<span id="idSpanDateDifference">-</span> {% trans "days" %}) {% trans "is" %} : <span class="label label-primary" id="idDivResultNonNegative"></span> {% trans "day degrees" %}
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment