From ae7bb1c18950a8a965903dd04bd2ddd35549682a Mon Sep 17 00:00:00 2001 From: wyd621 Date: Sun, 29 Sep 2013 02:46:21 +0000 Subject: [PATCH] * adjust setOuterBox and hidden debugwin. --- module/user/css/login.css | 1 - www/js/my.full.js | 2 +- www/theme/default/style.css | 4 ++-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/module/user/css/login.css b/module/user/css/login.css index 0499e2337c..462432be7e 100644 --- a/module/user/css/login.css +++ b/module/user/css/login.css @@ -27,4 +27,3 @@ html,body{background-color: #036;} .droppanel li a.active{background-color: #FAFFBD;} #poweredby{float: none; color: #eee;text-align: center;margin-top: 30px;} #poweredby a{color: #fff;} -.debugwin {display:none;} diff --git a/www/js/my.full.js b/www/js/my.full.js index f1afefc1d2..9be5a85f04 100644 --- a/www/js/my.full.js +++ b/www/js/my.full.js @@ -411,7 +411,7 @@ function setOuterBox() var navbarH = $('#modulemenu').height(); var footerH = $('#footer').height() + 15; - var outerH = winHeight - headerH - footerH - navbarH - 47; + var outerH = winHeight - headerH - footerH - navbarH - 50; if ($.browser.msie && ($.browser.version == "6.0") && !$.support.style) outerH = winHeight - headerH - footerH - 98; if ($.browser.msie && ($.browser.version == "6.0")) $('.outer').css('height', outerH); $('.outer').css('min-height', outerH); diff --git a/www/theme/default/style.css b/www/theme/default/style.css index 3f788d9827..8ddfea5556 100644 --- a/www/theme/default/style.css +++ b/www/theme/default/style.css @@ -594,7 +594,7 @@ table.data-table td:last-child{padding-right: 20px;} #poweredby {float: right;margin-right: 20px;} /* Debug. */ -.debugwin {display:block; width:50px; height:20px; bottom:50px; position:fixed;} +.debugwin {display:none; width:50px; height:20px; bottom:50px; position:fixed;} /* Pager. */ .pager {margin-bottom:0} @@ -643,4 +643,4 @@ table.data-table td:last-child{padding-right: 20px;} .link-button{display: inline-block;} .link-button a{ color:#036; font-weight:normal; font-size:14px;padding: 3px 4px;} .link-button a i{font-size: 18px;} -.link-button a:hover {color:#000;} \ No newline at end of file +.link-button a:hover {color:#000;}