Update delta-V display style.

This commit is contained in:
Krafpy
2023-01-07 00:56:45 +01:00
parent 068869d6a2
commit d092fc1e23
2 changed files with 56 additions and 5 deletions

View File

@@ -404,12 +404,44 @@ input[type="range"]
margin-top: 0;
}
.result-details li strong
#maneuvre-details li strong
{
display: inline-block;
width: 110px;
}
#flyby-details li strong
{
display: inline-block;
width: 127px;
}
#maneuver-dv-li
{
display: flex;
flex-direction: row;
}
#maneuver-dv-table th
{
width: 65px;
}
.prograde-label
{
color: #afe54e;
}
.normal-label
{
color: #d45de5;
}
.radial-label
{
color: #66d5f6;
}
.clickable-date
{
color: rgb(86, 169, 224);