app update

This commit is contained in:
devin 2012-05-21 15:25:18 +08:00
parent ab7ae6dcee
commit a78b72ebfc
2 changed files with 10 additions and 1 deletions

View File

@ -696,4 +696,11 @@ a:focus { outline: none; }
margin-right: 96px;
min-width: 800px;
}
#app_frame .holder { background-color: #fff; }
#app_frame .holder { background-color: #fff; }
#app_frame #header .icon-remove {
display: block;
float: left;
line-height: 60px;
font-size: 20px;
cursor: pointer;
}

View File

@ -2,8 +2,10 @@
<div id="content">
<div id="header" class="hh3">
<div class="dtitle w2 hh3 hp"><span class="thmtxth">Appname</span></div>
<span class="icon-remove hh3 hp thmtxt"></span>
</div>
<div id="holder">
<!-- app content -->
<div class="clear"></div>
</div>
</div>