Skip to content
Snippets Groups Projects
Commit af6cd221 authored by Liam Driscoll's avatar Liam Driscoll
Browse files

Changing CSS.

parent b1773f46
No related branches found
No related tags found
1 merge request!28Changes to CSS.
...@@ -125,12 +125,22 @@ header #pageHeader ...@@ -125,12 +125,22 @@ header #pageHeader
main #pageMain main #pageMain
form #recordForm form #recordForm
label label
input .formTextInput input .formTextInput
button #addButton
*/ */
#pageMain {} #pageMain {}
#recordForm {
margin-left: 5px;
}
#recordForm .formTextInput {
margin-top: 5px;
width: 50%;
}
/* [#4] Page footer styling. Uses [#2]. /* [#4] Page footer styling. Uses [#2].
footer #pageFooter footer #pageFooter
......
...@@ -39,7 +39,6 @@ ...@@ -39,7 +39,6 @@
</header> </header>
<main id="pageMain"> <main id="pageMain">
<br>
<form id="recordForm" title="Record Form"> <form id="recordForm" title="Record Form">
<label>Name: <input id="recordName" class="formTextInput" <label>Name: <input id="recordName" class="formTextInput"
name="record_name" type="text"></label><br> name="record_name" type="text"></label><br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment