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.
14 lines
176 B
Stylus
14 lines
176 B
Stylus
#weddings {
|
|
.col2 {
|
|
//position: absolute;
|
|
//left: 300px;
|
|
//top: 0px;
|
|
float: left;
|
|
width: 50%;
|
|
min-width: 280px;
|
|
}
|
|
.col1 {
|
|
float: left;
|
|
min-width: 280px;
|
|
}
|
|
} |