From af6cd221182ebf1a106e09aa95f76bdb8d5b9e29 Mon Sep 17 00:00:00 2001
From: Liam Driscoll <driscolll4@cardiff.ac.uk>
Date: Fri, 2 Dec 2022 05:28:20 +0000
Subject: [PATCH] Changing CSS.

---
 static/Manage_Coworking_Spaces.css  | 12 +++++++++++-
 static/Manage_Coworking_Spaces.html |  1 -
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/static/Manage_Coworking_Spaces.css b/static/Manage_Coworking_Spaces.css
index 5baf2cd..b9b1e4a 100644
--- a/static/Manage_Coworking_Spaces.css
+++ b/static/Manage_Coworking_Spaces.css
@@ -125,12 +125,22 @@ header #pageHeader
 main #pageMain
   form #recordForm
     label
-      input .formTextInput
+    input .formTextInput
+    button #addButton
 
  */
 
 #pageMain {}
 
+#recordForm {
+  margin-left: 5px;
+}
+
+#recordForm .formTextInput {
+  margin-top: 5px;
+  width: 50%;
+}
+
 /* [#4] Page footer styling. Uses [#2].
 
 footer #pageFooter
diff --git a/static/Manage_Coworking_Spaces.html b/static/Manage_Coworking_Spaces.html
index d954c47..b75f594 100644
--- a/static/Manage_Coworking_Spaces.html
+++ b/static/Manage_Coworking_Spaces.html
@@ -39,7 +39,6 @@
     </header>
 
     <main id="pageMain">
-      <br>
       <form id="recordForm" title="Record Form">
         <label>Name: <input id="recordName" class="formTextInput"
           name="record_name" type="text"></label><br>
-- 
GitLab