app update
This commit is contained in:
parent
ab7ae6dcee
commit
a78b72ebfc
|
@ -696,4 +696,11 @@ a:focus { outline: none; }
|
||||||
margin-right: 96px;
|
margin-right: 96px;
|
||||||
min-width: 800px;
|
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;
|
||||||
|
}
|
|
@ -2,8 +2,10 @@
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<div id="header" class="hh3">
|
<div id="header" class="hh3">
|
||||||
<div class="dtitle w2 hh3 hp"><span class="thmtxth">Appname</span></div>
|
<div class="dtitle w2 hh3 hp"><span class="thmtxth">Appname</span></div>
|
||||||
|
<span class="icon-remove hh3 hp thmtxt"></span>
|
||||||
</div>
|
</div>
|
||||||
<div id="holder">
|
<div id="holder">
|
||||||
|
<!-- app content -->
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in New Issue