added app frame to todo list

This commit is contained in:
Anand Doshi
2012-07-09 12:34:02 +05:30
parent 95a822c701
commit c6fce634cf
5 changed files with 19 additions and 18 deletions

View File

@@ -1,9 +1,6 @@
<div class="layout-wrapper" style="min-height: 300px; background-color: #FFFDC9">
<div class="layout-wrapper layout-wrapper-background">
<div class="appframe-area"></div>
<div>
<a class="close" onclick="window.history.back();">&times;</a>
<h1>To Do</h1>
<br>
<div class="layout-main">
<div>
<div id="todo-list">
<h4>My List</h4><br>
@@ -14,8 +11,6 @@
<div class="todo-content"></div>
</div>
</div>
<div style="margin-top: 21px; clear: both">
<button id="add-todo" class="btn btn-small"><i class="icon-plus"></i> Add</button>
</div>
<div style="clear: both"></div>
</div>
</div>