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

Readding my styling.

parent 4446b80d
No related branches found
No related tags found
1 merge request!54Separating CSS.
......@@ -125,9 +125,9 @@ header #pageHeader
main #pageMain
form #recordForm
label
input .formTextInput
button #addButton
label .smallLabel
input textarea .smallInput
button
*/
......@@ -136,13 +136,38 @@ main #pageMain
flex: 1;
}
#recordForm {
margin-left: 5px;
#recordForm label, #recordForm input, #recordForm textarea {
margin-left: 1.25px;
margin-top: 5px;
}
#recordForm .formTextInput {
margin-top: 5px;
#recordForm label {
display: inline-block;
min-width: 27.5%;
text-align: right;
font-weight: bold;
vertical-align: top;
}
#recordForm input {
width: 50%;
min-width: 550px;
}
#recordForm textarea {
width: 50%;
min-width: 550px;
font-size: 14.25px;
}
#recordForm .smallLabel {
width: 10%;
min-width: 125px;
}
#recordForm .smallInput {
width: 19.2%;
min-width: 200px;
}
/* [#4] Page footer styling. Uses [#2].
......
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