front pages

This commit is contained in:
ashok sukumaran 2011-07-03 18:25:01 +05:30
parent 28d0bcb255
commit 7b8c6eeedc
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ float: left;
#firstPage
{cursor:pointer;
padding-top:10px;
padding-left:10px;
padding-left:15px;
float:left;}
#firstPage:hover

View File

@ -95,7 +95,7 @@ $(function() {
});
$(window).resize(function() {
var minuser = 300;
var minuser = 350;
var winHeight = $(window).height();
var listHeight = winHeight - minuser;
$('#fileList').css("height", listHeight + "px");