From 9b3cb6fe86a705b13e350ff4c7baf75500f1f018 Mon Sep 17 00:00:00 2001 From: Andre D Date: Tue, 23 Jun 2015 21:53:47 -0400 Subject: [PATCH] Fix firefox display issue --- index.html | 9 +++++++-- static/js/home.js | 2 ++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cf0c2da..a8f9fae 100644 --- a/index.html +++ b/index.html @@ -28,12 +28,11 @@ .contentarea .boxarea { text-align: center; - display: table-cell; vertical-align: middle; + display: table-cell; } .contentarea { - display: table; color: white; margin: 0; text-align: center; @@ -336,6 +335,12 @@ color: white; text-align: center; } + + #uploadview .centerview { + display: table; + width: 100%; + height: 100%; + } diff --git a/static/js/home.js b/static/js/home.js index af6d27f..2ea9c18 100644 --- a/static/js/home.js +++ b/static/js/home.js @@ -8,6 +8,7 @@ upload.modules.addmodule({ \ \
\ +
\
\

Upload

\
\ @@ -22,6 +23,7 @@ upload.modules.addmodule({
\ \
\ +
\
', init: function () { upload.modules.setdefault(this)