diff --git a/uploadpage/page.css b/uploadpage/page.css index a6af73f..3148169 100755 --- a/uploadpage/page.css +++ b/uploadpage/page.css @@ -26,7 +26,7 @@ input,select { text-align:center; width:100%; padding:12px 20px; - margin:0; + margin:5px 0; display:inline-block; border:1px solid #ccc; border-radius:4px; @@ -41,7 +41,7 @@ select { } input[type=datetime-local] { cursor:pointer; - margin-bottom:-7px; + margin-bottom:-1px; } input[type=email] { margin-top:5px;