From 44cc50b5f6aa3eaa67686b00962976476b305cc4 Mon Sep 17 00:00:00 2001 From: rstraver Date: Thu, 8 Oct 2015 12:16:11 +0200 Subject: [PATCH] Replaced footer and increased contrast --- view.html | 27 +++++++++++++++++++-------- 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/view.html b/view.html index 8e7833f..cb80947 100644 --- a/view.html +++ b/view.html @@ -28,7 +28,7 @@ html{ height: 100%; background: #555; - color: #555; + color: #444; } body{ min-height: 100%; @@ -77,7 +77,9 @@ } #footer { clear: both ; - float: right; + float: center; + text-align: center; + padding: 40px; } table#tProperties{ float: right; @@ -179,7 +181,7 @@ ctx.fillStyle="rgb(77,153,18)"; for (var i = 0; i < keptDirCalls.length; i++) { if (keptDirCalls[i][0] == parseInt(chromNumber)) { - ctx.fillRect((keptDirCalls[i][1]-0.5)*binWidth,canvas.height/6*5,binWidth*(keptDirCalls[i][2]-keptDirCalls[i][1]+1),canvas.height/6); + ctx.fillRect((keptDirCalls[i][1]-0.5)*binWidth,canvas.height/8*7,binWidth*(keptDirCalls[i][2]-keptDirCalls[i][1]+1),canvas.height/6); } } @@ -187,7 +189,7 @@ ctx.fillStyle="rgb(102,51,102)"; for (var i = 0; i < keptWinCalls.length; i++) { if (keptWinCalls[i][0] == parseInt(chromNumber)) { - ctx.fillRect((keptWinCalls[i][1]-0.5)*binWidth,0,binWidth*(keptWinCalls[i][2]-keptWinCalls[i][1]+1),canvas.height/6); + ctx.fillRect((keptWinCalls[i][1]-0.5)*binWidth,0,binWidth*(keptWinCalls[i][2]-keptWinCalls[i][1]+1),canvas.height/8); } } @@ -659,10 +661,19 @@ - Stouffer Calls -
    -
+ + Aberrations +
    +

- +