diff --git a/Wello/www/css/main.css b/Wello/www/css/main.css index 63aa9d5..4fc259b 100644 --- a/Wello/www/css/main.css +++ b/Wello/www/css/main.css @@ -344,6 +344,9 @@ label[for=well-picture] { label[for=well-picture] img { width: 100%; } +label[for=gps-coordinates] img { + height: 1.75rem; +} h2{ width: calc(100% - 2rem); font-weight: 700; diff --git a/Wello/www/form.php b/Wello/www/form.php index 0c0f932..4a9b933 100644 --- a/Wello/www/form.php +++ b/Wello/www/form.php @@ -88,7 +88,7 @@ if($_SERVER['REQUEST_METHOD']=='POST') { Drilling_Equipment = '$DrillingEquipment', Casing_Length_Feet = '$CasingLength', Casing_Diameter_Inches = '$CasingDiameter', - Casing_Weight_Per_Foot_Pounds = '$CasingWeight', + Casing_Weight_per_Foot_Pounds = '$CasingWeight', Casing_Joint_Type = '$CasingJoint', Drive_Shoe = '$DriveShoe', Grouted = '$CasingGrouting', @@ -142,7 +142,7 @@ $query = "SELECT Drilling_Equipment, Casing_Length_Feet, Casing_Diameter_Inches, - Casing_Weight_Per_Foot_Pounds, + Casing_Weight_per_Foot_Pounds, Casing_Joint_Type, Drive_Shoe, Grouted, @@ -304,7 +304,7 @@ if ($result = $mysqli->query($query)) {
  • @@ -384,7 +384,7 @@ if ($result = $mysqli->query($query)) { inches
  • @@ -392,7 +392,7 @@ if ($result = $mysqli->query($query)) { lbs/feet diff --git a/Wello/www/img/gps-black.svg b/Wello/www/img/gps-black.svg new file mode 100644 index 0000000..2d51eb3 --- /dev/null +++ b/Wello/www/img/gps-black.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/Wello/www/map.php b/Wello/www/map.php index 2edd102..ecba67a 100644 --- a/Wello/www/map.php +++ b/Wello/www/map.php @@ -45,12 +45,14 @@ +