app update

This commit is contained in:
devin 2012-05-21 15:45:07 +08:00
parent 81ff0f2c1c
commit 6fedf7232a
1 changed files with 13 additions and 2 deletions

View File

@ -693,10 +693,21 @@ a:focus { outline: none; }
/* App */
#app_frame {
margin-right: 96px;
margin: 48px 96px 48px 158px;
min-width: 800px;
min-height: 588px;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 9;
}
#app_frame .holder {
background-color: #fff;
position: absolute;
width: 100%;
}
#app_frame .holder { background-color: #fff; }
#app_frame #header .icon-remove {
display: block;
float: left;