Added code to the admin part of the site - still non-functional. Need to fix JSON streaming over HTTP such that native types (boolean, Date, int) are preserved for the DB; Need to finish the restore functionality & the hide/show of the edit, delete, and restore buttons on each editor page.
7 lines
81 B
Stylus
7 lines
81 B
Stylus
#veggies {
|
|
.produceTable {
|
|
min-width: 200px;
|
|
float: left;
|
|
width: 33%;
|
|
}
|
|
} |