Fixed date and other extras

This commit is contained in:
Joey Lai
2017-01-26 14:50:41 +01:00
parent 4c5ea08614
commit 96f70e1a11
8 changed files with 156 additions and 72 deletions

View File

@@ -133,6 +133,10 @@ label {
width: 45%;
}
select{
width: 18%;
}
ul {
font-family: Arial;
font-size: 16px;
@@ -203,7 +207,6 @@ ul {
.modal-body {padding: 2px 16px;}
.modal-footer {
padding: 2px 16px;
background-color: #FBC02D;
color: black;
}
}