mirror of
https://github.com/Krafpy/KSP-MGA-Planner.git
synced 2025-12-12 07:40:41 -08:00
Added insertion burn checkbox.
This commit is contained in:
20
style.css
20
style.css
@@ -206,7 +206,7 @@ input[type="text"]::placeholder
|
||||
|
||||
.control-group .control-label
|
||||
{
|
||||
width: 190px;
|
||||
width: 140px;
|
||||
text-align: right;
|
||||
padding-right: 17px;
|
||||
}
|
||||
@@ -223,7 +223,7 @@ input[type="text"]::placeholder
|
||||
|
||||
.controls
|
||||
{
|
||||
width: 310px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.error-msg, .progress-msg
|
||||
@@ -451,6 +451,22 @@ input[type="range"]
|
||||
width: 413px;
|
||||
}
|
||||
|
||||
#insertion-checkbox-container
|
||||
{
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#insertion-checkbox-container .controls
|
||||
{
|
||||
margin-left: 157px;
|
||||
}
|
||||
|
||||
#insertion-checkbox
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/* Paragraphs */
|
||||
|
||||
p
|
||||
|
||||
Reference in New Issue
Block a user