mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Some changes done
This commit is contained in:
@@ -55,10 +55,6 @@ body.feature-forceShowUnitControlPanel #unit-control-panel {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#unit-control-panel h3 {
|
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
#unit-control-panel #selected-units-container {
|
#unit-control-panel #selected-units-container {
|
||||||
align-items: left;
|
align-items: left;
|
||||||
border-radius: var(--border-radius-md);
|
border-radius: var(--border-radius-md);
|
||||||
@@ -72,9 +68,9 @@ body.feature-forceShowUnitControlPanel #unit-control-panel {
|
|||||||
|
|
||||||
#unit-control-panel #selected-units-container button {
|
#unit-control-panel #selected-units-container button {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-radius: var(--border-radius-md);
|
border-radius: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 11px;
|
font-size: 13px;
|
||||||
height: 32px;
|
height: 32px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
@@ -88,6 +84,7 @@ body.feature-forceShowUnitControlPanel #unit-control-panel {
|
|||||||
content: attr(data-label);
|
content: attr(data-label);
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
|
padding-right: 7px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
}
|
}
|
||||||
@@ -103,7 +100,7 @@ body.feature-forceShowUnitControlPanel #unit-control-panel {
|
|||||||
display: block;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
padding-left: 0;
|
padding-left: 7px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|||||||
@@ -1312,7 +1312,6 @@ input[type=number]::-webkit-outer-spin-button {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
display: flex;
|
display: flex;
|
||||||
font-weight: normal;
|
|
||||||
padding: 8px 10px;
|
padding: 8px 10px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -88,3 +88,7 @@
|
|||||||
--unit-fuel-y: 22px;
|
--unit-fuel-y: 22px;
|
||||||
--unit-vvi-width: 4px;
|
--unit-vvi-width: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
* {
|
||||||
|
font-weight:600;
|
||||||
|
}
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
<div id="unit-controls" class="ol-scrollable">
|
<div id="unit-controls" class="ol-scrollable">
|
||||||
<div id="flight-data">
|
<div id="flight-data">
|
||||||
<h4>Controls</h4>
|
|
||||||
<div id="speed-slider" class="ol-slider-container flight-control-ol-slider">
|
<div id="speed-slider" class="ol-slider-container flight-control-ol-slider">
|
||||||
<dl class="ol-data-grid">
|
<dl class="ol-data-grid">
|
||||||
<dt>Speed</dt>
|
<dt>Speed</dt>
|
||||||
@@ -43,6 +42,8 @@
|
|||||||
<h5 id="categories-tooltip">Multiple categories selected</h5>
|
<h5 id="categories-tooltip">Multiple categories selected</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
|
||||||
<div id="roe">
|
<div id="roe">
|
||||||
<h4>Rules of engagement</h4>
|
<h4>Rules of engagement</h4>
|
||||||
<div id="roe-buttons-container" class="ol-group ol-button-box ol-option-button">
|
<div id="roe-buttons-container" class="ol-group ol-button-box ol-option-button">
|
||||||
|
|||||||
Reference in New Issue
Block a user