* adjust setOuterBox and hidden debugwin.
This commit is contained in:
@@ -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
@@ -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);
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user