initial dashboard interface, uploading and deleting of files with validations

This commit is contained in:
Kyle Drake 2013-06-03 17:46:53 -07:00
parent 7dfc2407b9
commit 380a1253cc
16 changed files with 526 additions and 4 deletions

View file

@ -13,4 +13,8 @@
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
color: #000000;
}
#file_criteria li {
padding-bottom: 20px;
}