From f71259d0c631d8482df72c249bcd5ef672a691f9 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Sat, 15 Apr 2017 19:55:48 -0500 Subject: [PATCH] Upload status fixes --- htdocs/css/general.css | 11 +++++++++++ htdocs/index.html | 8 +++++--- 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/htdocs/css/general.css b/htdocs/css/general.css index a6880ef..b23b2db 100644 --- a/htdocs/css/general.css +++ b/htdocs/css/general.css @@ -42,6 +42,17 @@ div.footer { margin: 0; } +div.fill { + display: flex; + flex-direction: column; + min-height: 76.6vh; + max-height: 76.6vh; /* body takes whole viewport's height */ +} + +.fill-content { + flex: 1; /* this will make the container take the free space */ +} + .padded { padding-top: 10px; padding-right: 15px; diff --git a/htdocs/index.html b/htdocs/index.html index b40173c..2419a4c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -176,10 +176,12 @@

Upload Progress

- -
- +
+ +
+
+
\ No newline at end of file