Repository: airavata-php-gateway Updated Branches: refs/heads/master fd9369ed2 -> 8ac405175
Temporary solution for footer coming on top of things. Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/a41fa621 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/a41fa621 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/a41fa621 Branch: refs/heads/master Commit: a41fa621d20717282b2b995eba4c26b3fa6fa88f Parents: f56256d Author: Nipurn Doshi <[email protected]> Authored: Fri Mar 11 13:34:36 2016 -0500 Committer: Nipurn Doshi <[email protected]> Committed: Fri Mar 11 13:34:36 2016 -0500 ---------------------------------------------------------------------- app/views/layout/basic.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/a41fa621/app/views/layout/basic.blade.php ---------------------------------------------------------------------- diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php index ce52659..575eca4 100755 --- a/app/views/layout/basic.blade.php +++ b/app/views/layout/basic.blade.php @@ -83,7 +83,7 @@ var fullName = "{{Session::get("user-profile")["firstname"] . " " . Session::get /* keeping a check that footer stays atleast at the bottom of the window.*/ var bh = $("html").height(); if( bh < $(window).height()){ - $(".theme-footer").css("position", "relative").css("top", $(window).height()/4); + $(".theme-footer").css("position", "relative").css("top", $(window).height()/4).css("z-index", "-1"); } var bw = $("body").width(); if( bw > 767){
