diff --git a/predict/css/calc.css b/predict/css/calc.css
index a90bd8f..9a8b852 100644
--- a/predict/css/calc.css
+++ b/predict/css/calc.css
@@ -18,6 +18,10 @@
padding-right: 3px;
}
+.constants_header {
+ font-weight: bold;
+}
+
.input_label {
text-align: center;
}
diff --git a/predict/css/pred.css b/predict/css/pred.css
index b66b566..0d3d507 100644
--- a/predict/css/pred.css
+++ b/predict/css/pred.css
@@ -54,6 +54,30 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
display: none;
}
+#burst-calc-wrapper {
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ width: 400px;
+ margin-left: -200px;
+ margin-top: -200px;
+ padding: 1em;
+ text-align: center;
+ display: none;
+}
+
+/*
+#burst-calc {
+ display: none;
+ padding: 5px;
+ text-align: center;
+}
+*/
+
+#burst-calc-constants {
+ display: none;
+}
+
#location_save {
position: absolute;
left: 50%;
@@ -78,10 +102,6 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
display: none;
}
-#burst-calc-constants {
- display: none;
-}
-
.box {
position: absolute;
background-color: white;
@@ -145,12 +165,6 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
bottom: 0; right: 0;
}
-#burst-calc {
- display: none;
- padding: 5px;
- text-align: center;
-}
-
#scenario_info {
position: absolute;
top: 25px;
diff --git a/predict/index.php b/predict/index.php
index 7f24d59..27e9e81 100644
--- a/predict/index.php
+++ b/predict/index.php
@@ -142,6 +142,142 @@ google.load("jqueryui", "1.8.1");
No guarantee is given for the accuracy, precision or reliability of the data produced by this software, and you use it entirely at your own risk. For more information, see #highaltitude on irc.freenode.net.
+
+
+