Fix forecast panel and change text for temperature
parent
32a31bb63c
commit
e96939adfb
|
@ -154,7 +154,7 @@
|
||||||
|
|
||||||
#city-forecast-panel {
|
#city-forecast-panel {
|
||||||
font-size: 1.3em;
|
font-size: 1.3em;
|
||||||
margin: 5px;
|
margin-top: : 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#city-forecast-panel td, #city-forecast-panel th {
|
#city-forecast-panel td, #city-forecast-panel th {
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
<img class="home-icon" ng-click="setHome(selectedCityId);" ng-show="selectedCityId != homeCity" src="{{ owncloudAppImgPath }}home-nopick.png" />
|
<img class="home-icon" ng-click="setHome(selectedCityId);" ng-show="selectedCityId != homeCity" src="{{ owncloudAppImgPath }}home-nopick.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="city-current-temp"><?php p($l->t('Current Temperature')); ?>: {{ currentCity.main.temp }}{{ metricRepresentation }}</div>
|
<div class="city-current-temp"><?php p($l->t('Current Temperature')); ?>: {{ currentCity.main.temp }}{{ metricRepresentation }}</div>
|
||||||
<div class="city-current-temp_feelslike"><?php p($l->t('Apparent Temperature')); ?>: {{ currentCity.main.feels_like }}{{ metricRepresentation }}</div>
|
<div class="city-current-temp_feelslike"><?php p($l->t('Feelslike Temperature')); ?>: {{ currentCity.main.feels_like }}{{ metricRepresentation }}</div>
|
||||||
<div class="city-current-temp_min"><?php p($l->t('Minimum Temperature')); ?>: {{ currentCity.main.temp_min }}{{ metricRepresentation }}</div>
|
<div class="city-current-temp_min"><?php p($l->t('Minimum Temperature')); ?>: {{ currentCity.main.temp_min }}{{ metricRepresentation }}</div>
|
||||||
<div class="city-current-temp_max"><?php p($l->t('Maximum Temperature')); ?>: {{ currentCity.main.temp_max }}{{ metricRepresentation }}</div>
|
<div class="city-current-temp_max"><?php p($l->t('Maximum Temperature')); ?>: {{ currentCity.main.temp_max }}{{ metricRepresentation }}</div>
|
||||||
<div class="city-current-pressure"><?php p($l->t('Pressure')); ?>: {{ currentCity.main.pressure }} hpa</div>
|
<div class="city-current-pressure"><?php p($l->t('Pressure')); ?>: {{ currentCity.main.pressure }} hpa</div>
|
||||||
|
@ -69,7 +69,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<th><?php p($l->t('Date')); ?></th>
|
<th><?php p($l->t('Date')); ?></th>
|
||||||
<th><?php p($l->t('Current Temperature')); ?></th>
|
<th><?php p($l->t('Current Temperature')); ?></th>
|
||||||
<th><?php p($l->t('Apparent Temperature')); ?></th>
|
<th><?php p($l->t('Feelslike Temperature')); ?></th>
|
||||||
<th><?php p($l->t('Minimum Temperature')); ?></th>
|
<th><?php p($l->t('Minimum Temperature')); ?></th>
|
||||||
<th><?php p($l->t('Maximum Temperature')); ?></th>
|
<th><?php p($l->t('Maximum Temperature')); ?></th>
|
||||||
<th><?php p($l->t('Weather')); ?></th>
|
<th><?php p($l->t('Weather')); ?></th>
|
||||||
|
|
Loading…
Reference in New Issue