diff --git a/index.html b/index.html index 9234657..f17834d 100644 --- a/index.html +++ b/index.html @@ -45,23 +45,23 @@ } label { - min-width: 100px; + min-width: 10px; text-align: right; } input[type="text"], input[type="date"] { - width: calc(26% - 10px); + width: calc(25% - 4px); box-sizing: border-box; } .date-inputs { display: inline-block; - margin: 0; + margin: 10; } button { - background-color: #007bff; + background-color: #339966; color: white; cursor: pointer; transition: background-color 0.3s ease; @@ -84,7 +84,7 @@ } th { - background-color: #007bff; + background-color: #006699; color: white; }