* adjust setOuterBox and hidden debugwin.

This commit is contained in:
wyd621
2013-09-29 02:46:21 +00:00
parent 755aa3c456
commit ae7bb1c189
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -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;}
+1 -1
View File
@@ -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);
+2 -2
View File
@@ -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;}
.link-button a:hover {color:#000;}