Removed footer to save some more vertical space.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@538 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
David Huynh 2010-04-25 01:41:09 +00:00
parent c5c587132a
commit 4247c8e00e
2 changed files with 2 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,7 +12,6 @@ Gridworks.reportException = function(e) {
function resize() {
var header = $("#header");
var footer = $("#footer");
ui.menuBarContainer.css("top", header.outerHeight() + "px");
@ -20,7 +19,7 @@ function resize() {
var leftPanelMargin = 7;
var width = $(window).width();
var top = ui.menuBarContainer.offset().top + ui.menuBarContainer.outerHeight();
var height = footer.offset().top - top;
var height = $(window).height() - top;
ui.viewPanel
.css("top", top + "px")