Pay attention to field types, style things a little bit better.

This commit is contained in:
Tom MacWright
2013-01-31 14:38:24 -05:00
parent 60c14dc7ac
commit 095ed4b486
4 changed files with 125 additions and 99 deletions
+12 -1
View File
@@ -94,7 +94,10 @@ a:hover {
textarea,
input[type=text] {
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
background-color: white;
border:1px solid #ccc;
padding:10px;
@@ -1288,3 +1291,11 @@ a.success-action {
height:30px;
margin: 5px;
}
.preset-label {
padding: 5px;
}
.preset-input input {
width: 100%;
}