Make editor display immediately, and with a white background

This commit is contained in:
Calen Pennington
2012-10-02 09:42:19 -04:00
parent 2accc77944
commit 55542c1d47
3 changed files with 14 additions and 4 deletions

View File

@@ -5,7 +5,9 @@ ${preview}
</div>
<a href="#" class="drag-handle wip"></a>
<div class="component-editor">
${editor}
<div class="module-editor">
${editor}
</div>
<a href="#" class="save-button">Save</a>
<a href="#" class="cancel-button">Cancel</a>
</div>