From 6fedf7232adbbced4bfec57c07e9555cdef65a8e Mon Sep 17 00:00:00 2001 From: devin Date: Mon, 21 May 2012 15:45:07 +0800 Subject: [PATCH] app update --- app/assets/stylesheets/desktopmain.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/desktopmain.css b/app/assets/stylesheets/desktopmain.css index e396279a..9cfa6b92 100644 --- a/app/assets/stylesheets/desktopmain.css +++ b/app/assets/stylesheets/desktopmain.css @@ -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;