This commit is contained in:
pepa65 2022-09-15 21:15:58 +07:00
parent 60846af002
commit 973cb735ab

View File

@ -20,13 +20,12 @@ h4 {
color:white; color:white;
background-color:red; background-color:red;
padding:.9em; padding:.9em;
margin-bottom:8px;
} }
input,select { input,select {
text-align:center; text-align:center;
width:100%; width:100%;
padding:12px 20px; padding:12px 20px;
margin:5px 0; margin:3px 0;
display:inline-block; display:inline-block;
border:1px solid #ccc; border:1px solid #ccc;
border-radius:4px; border-radius:4px;
@ -35,17 +34,17 @@ input,select {
font-weight:bold; font-weight:bold;
} }
select { select {
margin-top:10px;
cursor:pointer; cursor:pointer;
padding-top:12px; padding-top:12px;
padding-bottom:-7px; padding-bottom:-7px;
} }
input[type=datetime-local] { input[type=datetime-local] {
cursor:pointer; cursor:pointer;
margin-bottom:-1px; margin-bottom:-3px;
} }
input[type=email] { input[type=email] {
margin-top:5px; margin-bottom:15px;
margin-bottom:5px;
} }
input[type=file] { input[type=file] {
background-color:#4CAF50; background-color:#4CAF50;
@ -57,7 +56,7 @@ input[type=submit] {
background-color:#4CAF50; background-color:#4CAF50;
color:white; color:white;
padding:14px 20px; padding:14px 20px;
margin:8px 0; margin:10px 0;
border:none; border:none;
cursor:pointer; cursor:pointer;
} }