Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 8eeb7be0f -> b998254cf


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/b998254c
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/b998254c
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/b998254c

Branch: refs/heads/master
Commit: b998254cfd5cece83f427fa5ea1e42ed9ebd563b
Parents: 8eeb7be
Author: scnakandala <[email protected]>
Authored: Mon Nov 2 10:23:55 2015 -0500
Committer: scnakandala <[email protected]>
Committed: Mon Nov 2 10:23:55 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/b998254c/app/views/layout/basic.blade.php
----------------------------------------------------------------------
diff --git a/app/views/layout/basic.blade.php b/app/views/layout/basic.blade.php
index 68d1734..b3d6c35 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()*1/3);
+               $(".theme-footer").css("position", "relative").css("top", 
$(window).height()/4);
     }
     var bw = $("body").width();
     if( bw > 767){

Reply via email to