This commit is contained in:
jomo
2013-10-21 05:55:38 +02:00
parent 778071822a
commit 86452ea00b
-4
View File
@@ -330,9 +330,6 @@ and (min-width: 0px) //TODO
} }
} }
.input {
height: 3em;
}
input[type=text], input[type=email], input[type=password], input[type=number], textarea, select { input[type=text], input[type=email], input[type=password], input[type=number], textarea, select {
background: #ddd; background: #ddd;
border: none; border: none;
@@ -340,7 +337,6 @@ and (min-width: 0px) //TODO
margin: 0 0 1px 0; margin: 0 0 1px 0;
padding: 0.5em 1em; padding: 0.5em 1em;
width: 100%; width: 100%;
display: block;
} }
input, select, textarea { input, select, textarea {