mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2025-12-12 07:40:41 -08:00
Update delta-V display style.
This commit is contained in:
34
style.css
34
style.css
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user