Skip to content
Snippets Groups Projects

Updating style for management page.

4 files
+ 87
35
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -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].
Loading