Added recurrence to new request add/edit page (#16)

still need to get the actual non-immediate recurrence stuff to work correctly
This commit is contained in:
Daniel J. Summers
2018-08-18 13:46:03 -05:00
parent 0c21e6c1c0
commit 9f1e258180
2 changed files with 78 additions and 17 deletions

View File

@@ -101,6 +101,14 @@ a[role="button"]:hover {
color: white;
text-decoration: none;
}
label {
font-variant: small-caps;
font-size: 1.1rem;
}
label.normal {
font-variant: unset;
font-size: unset;
}
footer {
border-top: solid 1px lightgray;
margin-top: 1rem;