add image editing to library setup

This commit is contained in:
Luke Pulverenti 2015-10-16 01:36:16 -04:00
parent 8a2b6dbea0
commit e6020421a1
77 changed files with 338 additions and 109 deletions

View file

@ -252,6 +252,13 @@
.editorTileFooter {
padding: .5em;
}
.ui-body-a .editorTileFooter {
background-color: #fff;
}
.ui-body-b .editorTileFooter {
background-color: #282828;
}