;
diff --git a/src/app/i18n/en.json b/src/app/i18n/en.json
index eef0c6ff..4f76b444 100644
--- a/src/app/i18n/en.json
+++ b/src/app/i18n/en.json
@@ -82,7 +82,6 @@
"TT_SUMMARY_UNLADEN_TOTAL_JUMP": "Farthest possible range with no cargo, a full fuel tank, and jumping as far as possible each time",
"TT_SUMMARY_LADEN_TOTAL_JUMP": "Farthest possible range with full cargo, a full fuel tank, and jumping as far as possible each time",
"HELP_MODIFICATIONS_MENU": "Click on a number to enter a new value, or drag along the bar for small changes",
- "PHRASE_FAIL_EDENGINEER": "Failed to send to EDEngineer (Launch EDEngineer and make sure the API is started then refresh the page.)",
"PHRASE_ENSURE_EDOMH": "Ensure EDO Material Helper is installed and registered to handle edomh:// urls, else this button will do nothing!",
"PHRASE_FIREFOX_EDENGINEER": "Sending to EDEngineer is not compatible with Firefox's security settings. Please try again with Chrome.",
"PHRASE_FAILED_TO_FIND_EDENGINEER": "Failed to find ED Engineer API. Please ensure it is running and try again.",
diff --git a/src/less/modal.less b/src/less/modal.less
index 07c0a74d..e72692d3 100755
--- a/src/less/modal.less
+++ b/src/less/modal.less
@@ -42,13 +42,41 @@
margin: 0;
}
+ h4 {
+ text-transform: uppercase;
+ font-family: @fStandard;
+ font-weight: normal;
+ font-size: 1em;
+ margin: 1em;
+ color: @warning;
+ }
+
p {
clear: left;
- padding: 30, 0, 0, 0;
+ padding: 30, 0, 10, 0;
}
button {
- margin: 100px, 0;
+ clear: bottom;
+ margin: 10px;
+ }
+
+ hr {
+ clear: both;
+ margin: 15px, 10px, 15px, 10px;
+ padding: top, 5;
+ }
+
+ select {
+ clear: bottom;
+ margin: 10px;
+ width: 50%;
+ }
+
+ label {
+ clear: bottom;
+ margin: 20px;
+ color: @primary;
}
}
@@ -64,7 +92,7 @@ textarea {
min-height: 10em;
resize: vertical;
user-select: text;
- margin:2em 0;
+ margin:1em 0;
}
}