make file inputs match

This commit is contained in:
synth-ruiner 2018-03-03 09:28:15 +00:00
parent fa7ab9a25f
commit da05c45031
2 changed files with 9 additions and 9 deletions

View File

@ -31,6 +31,10 @@ input[type="color"] {
input[type="color"][disabled] {
opacity: 0.5;
}
input[type="file"] {
padding: 1em 0;
width: 256px;
}
input[type="text"],
button {
width: 14em;
@ -84,10 +88,6 @@ input {
#threshold + label {
margin: 0 auto;
}
#imageUpload {
padding: 1em 0;
width: 256px;
}
#preview,
#room-output {
margin: 0 auto;

View File

@ -42,6 +42,11 @@ input[type="color"] {
background: none;
}
input[type="file"] {
padding: 1em 0;
width: 256px;
}
input[type="text"], button {
width: 14em;
margin: 1em;
@ -111,11 +116,6 @@ textarea, input {
// todo make this match the croppie slider or vice versa
}
#imageUpload {
padding: 1em 0;
width: 256px;
}
#preview, #room-output {
.centre;