runtime/webinterface.css
author Edouard Tisserant
Thu, 22 Sep 2022 09:42:38 +0200 (2022-09-22)
changeset 3624 770c613c424f
parent 2266 ed415982a9aa
child 3857 d1fa9536b392
permissions -rw-r--r--
SVGHMI: remove intermediate "updates" Map and apply_updates()

It was used initially to decouple DOM updates from reception of data through
websocket, but now since all widget SHOULD use animate() to modify DOM, and
dispatch() only change internal state, apply_update is unnecessary.

.freeform-label {
    float: left;
    width: 30%;
}