initial commit of form revamp

This commit is contained in:
saman bb
2013-03-12 18:35:44 -04:00
parent 6dc7b7b236
commit c53ccb1bb5
6 changed files with 88 additions and 57 deletions
+6
View File
@@ -73,6 +73,12 @@ input {
line-height: normal;
}
/* Hide default number spinner controls in Chrome */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
display: none;
}
/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.