mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
First pass at re-organising the CSS.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div id="connection-status-panel" class="ol-panel">
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt></dt>
|
||||
<dd></dd>
|
||||
</dl>
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
<div id="mouse-info-panel" class="ol-panel">
|
||||
|
||||
<div>
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt id="ref-measure-position" data-tooltip="CTRL-click on the map to activate the measuring tool."></dt>
|
||||
<dd id="measure-position" class="br-info" data-bearing="---" data-distance="---" data-distance-units="nm"></dd>
|
||||
</dl>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt id="ref-bullseye-2" data-label="BE" data-coalition="blue"></dt>
|
||||
<dd id="bullseye-2" class="br-info" data-bearing="---" data-distance="---" data-distance-units="nm"></dd>
|
||||
<dt id="ref-bullseye-1" data-label="BE" data-coalition="red"></dt>
|
||||
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt id="ref-mouse-position-latitude" data-label="N"></dt>
|
||||
<dd id="mouse-position-latitude" class="coordinates" data-dd="---" data-mm="---" data-ss="--" data-sss="--"></dd>
|
||||
<dt id="ref-mouse-position-longitude" data-label="E"></dt>
|
||||
|
||||
@@ -993,7 +993,7 @@
|
||||
|
||||
<div id="airbase-contextmenu" class="ol-panel">
|
||||
<h3 id="airbase-name">Al Alhambra</h3>
|
||||
<dl id="airbase-properties" class="data-grid">
|
||||
<dl id="airbase-properties" class="ol-data-grid">
|
||||
<dt>Runway 1</dt>
|
||||
<dd>31 / 13</dd>
|
||||
<dt>Runway 2</dt>
|
||||
@@ -1005,7 +1005,7 @@
|
||||
</dl>
|
||||
<hr />
|
||||
<h4>Parking available:</h4>
|
||||
<dl id="airbase-parking" class="data-grid">
|
||||
<dl id="airbase-parking" class="ol-data-grid">
|
||||
<dt>Shelters</dt>
|
||||
<dd>2</dd>
|
||||
<dt>Open air</dt>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<div id="flight-data">
|
||||
<h4>Flight controls</h4>
|
||||
<div class="slider-container flight-control-slider" id="airspeed-slider">
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt>Speed</dt>
|
||||
<dd class="flight-control-value" id="value">451kts</dd>
|
||||
</dl>
|
||||
@@ -29,7 +29,7 @@
|
||||
</div>
|
||||
|
||||
<div class="slider-container flight-control-slider" id="altitude-slider">
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt>Altitude</dt>
|
||||
<dd class="flight-control-value" id="value">21,594ft</dd>
|
||||
</dl>
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<h4 id="loadout-label">Loadout</h4>
|
||||
|
||||
<dl class="data-grid">
|
||||
<dl class="ol-data-grid">
|
||||
<dt>Fuel</dt>
|
||||
<dd id="loadout-fuel-level" data-fuel-level="69"></dd>
|
||||
</dl>
|
||||
|
||||
Reference in New Issue
Block a user