Hallo,
habe vorhin ein update gemacht und nun stimmen die Positionierungen der Labels nicht mehr. Alle Icons sind auf Minimalabstand zusammengerückt.
<div class="container">
<header>
Wetter in XXXXX
</header>
<table border="0px" width="100%">
<tr>
<td class="A1"><div data-type="label"><small>Temp<br></small></div>
<center><div data-type="label"
data-device="Wetter"
data-get="temperature"
data-limits="[-50,0,10,25,30,40]"
data-colors='["#9999ff","#ffbdff","#aa6900","#ff6900","#ff3333","#ff0000"]'
data-unit="%B0C%0A"
class="inline cell big"></div></center></td>
<td class="B1"><center><div data-type="label" class="inline small"><big>↑</big><small> Sonne:</small><br></div>
<div data-type="label"
data-device="myTwilight"
data-get="sr_civil"></div></center></td>
<td class="C1"><center><div data-type="label" class="inline small"><big>↓</big><small> Sonne:</small><br></div>
<div data-type="label"
data-device="myTwilight"
data-get="ss_civil"></div></center></td>
<td class="D1"><center><div data-type="label" class="inline small"><small>Sichtweite:</small><br></div>
<div data-type="label"
data-device="Wetter"
data-get="visibility"
data-unit=" km"></center></td>
</tr>
.
.
.
.
<td class="D5"><center><div data-type="label" class="inline"><small>Luftdruck<br></small></div>
<br>
<div data-type="label"
data-device="Wetter"
data-get="pressure"
data-unit=" hPa"
data-limits="[0,950,1000]"
style="display:inline"
data-colors='["#ff9999","#aa6900","#9999ff"]'></div>
<div data-type="label"
data-device="Weather"
data-get="pressure_trend_sym"
style="display:inline"
</div></center>
</td>
</tr>
</table>
</div>
</li>
</li>
Hat sich durch das update was geändert das das auslöst? Oder habe ich einen anderen Fehler?
2016.09.28 10:40:12 1: UPD www/tablet/js/fhem-tablet-ui.js
2016.09.28 10:40:12 1: UPD www/tablet/js/fhem-tablet-ui.min.js
Gruß
Eisix
Habs gefunden.
<div class="container">
War der Fehler.
Gruß
Eisix