Repository: airavata-php-gateway Updated Branches: refs/heads/master b998254cf -> d9005d331
changing the ffoter gap 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/d9005d33 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/d9005d33 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/d9005d33 Branch: refs/heads/master Commit: d9005d3312f3f533720ef7f949199b796470cf66 Parents: b998254 Author: scnakandala <[email protected]> Authored: Mon Nov 2 10:31:11 2015 -0500 Committer: scnakandala <[email protected]> Committed: Mon Nov 2 10:31:11 2015 -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/d9005d33/app/views/layout/basic.blade.php ---------------------------------------------------------------------- diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php index b3d6c35..e8c54a1 100755 --- a/app/views/layout/basic.blade.php +++ b/app/views/layout/basic.blade.php @@ -76,7 +76,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); } var bw = $("body").width(); if( bw > 767){
