Updated with latest changes from Tree v2

Added support for dynamic fields, updated web app, etc.
This commit is contained in:
Jason Coon
2016-12-18 16:02:44 -06:00
parent f1d2c4dd94
commit d8149e2fd3
29 changed files with 2415 additions and 776 deletions

6
data/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

1
data/css/jquery.minicolors.min.css vendored Normal file

File diff suppressed because one or more lines are too long

18
data/css/simple.css Normal file
View File

@ -0,0 +1,18 @@
/*body {
padding-bottom: 70px;
}*/
.grid-item-color {
width: 4%;
height: 32px;
cursor: pointer;
}
.grid-item-pattern {
width: 100px;
height: 100px;
margin: 5px;
padding: 6px;
white-space: normal;
cursor: pointer;
}

File diff suppressed because one or more lines are too long