2
0
mirror of https://github.com/ACSPRI/queXS synced 2024-04-02 12:12:16 +00:00

Make sure to jump to full height when auto contracting header

This commit is contained in:
azammitdcarf
2011-10-10 01:37:58 +00:00
parent 4e93b2e0ca
commit fe555c925d

View File

@@ -11,7 +11,7 @@ function headerexpand()
function headercontract() function headercontract()
{ {
$(".header").css("height","13%"); $(".header").css("height","13%");
$(".content").css("height","80%"); $(".content").css("height","85%");
$(".content").css("top","15%"); $(".content").css("top","15%");
$(".box:not(.important)").css("display","none"); $(".box:not(.important)").css("display","none");
// $(".item_2_full_height").removeClass("item_2_full_height").addClass("item_2_half_height"); // $(".item_2_full_height").removeClass("item_2_full_height").addClass("item_2_half_height");