app update
This commit is contained in:
parent
81ff0f2c1c
commit
6fedf7232a
|
@ -693,10 +693,21 @@ a:focus { outline: none; }
|
||||||
|
|
||||||
/* App */
|
/* App */
|
||||||
#app_frame {
|
#app_frame {
|
||||||
margin-right: 96px;
|
margin: 48px 96px 48px 158px;
|
||||||
min-width: 800px;
|
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 {
|
#app_frame #header .icon-remove {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue