* Moved navigation speed limit display next to cruise control display in dash.html.
authorUrban Wallasch <urban.wallasch@freenet.de>
Sat, 27 Jul 2019 15:12:21 +0000 (17:12 +0200)
committerUrban Wallasch <urban.wallasch@freenet.de>
Sat, 27 Jul 2019 15:12:21 +0000 (17:12 +0200)
dash.html

index 19d69ad06b7e2fb3a3440bad54941276bbad70d2..354d022cc25ce7548d1964fe975797df409a9289 100644 (file)
--- a/dash.html
+++ b/dash.html
@@ -80,7 +80,13 @@ x-bar {
 
 <x-boxleft id="speedo" class="cont">
   <x-boxright class="clear"><span class="big" id="speed">--</span><span class="tiny"> km/h</span></x-boxright>
-  <x-boxright class="clear"><span class="medium setval" id="cctrl">-</span><span class="tiny"> km/h</span></x-boxright>
+  <x-boxleft class="clear">
+    <svg width="50" height="50">
+      <circle cx="25" cy="25" r="22" stroke="red" stroke-width="6" fill="white" id="nav_slimitsign"/>
+      <text fill="#000" font-size="24" font-family="sans-serif" font-weight="normal" x="10" y="34" id="nav_slimit">---</text>
+    </svg>
+  </x-boxleft>
+  <x-boxright><span class="medium setval" id="cctrl">-</span><span class="tiny"> km/h</span></x-boxright>
   <x-boxleft class="clear"><span class="small setval" id="gear">x</span><span class="tiny">&nbsp;</span></x-boxleft>
   <x-boxright><span class="small" id="rpm">0</span><span class="tiny"> rpm</span></x-boxright>
   <x-boxright class="clear"><span class="small" id="odometer">-</span><span class="tiny"> km</span></x-boxright>
@@ -96,12 +102,6 @@ x-bar {
   <x-boxright class="clear"><span class="small" id="nav_dist">-</span><span class="tiny"> km</span></x-boxright>
   <x-boxright class="clear"><span class="small" id="nav_eta">-</span><span class="tiny"> eta</span></x-boxright>
   <x-boxright class="clear"><span class="small" id="next_rest">-</span><span class="tiny"> ttr</span></x-boxright>
-  <x-boxleft class="clear">
-    <svg width="50" height="50">
-      <circle cx="25" cy="25" r="22" stroke="red" stroke-width="6" fill="white" id="nav_slimitsign"/>
-      <text fill="#000" font-size="24" font-family="sans-serif" font-weight="normal" x="10" y="34" id="nav_slimit">---</text>
-    </svg>
-  </x-boxleft>
 </x-boxleft>
 
 <x-bar class="pause" id="pausebar">Paused</x-bar>