From 2981e57fedcbd3f8bf7783604cbcd77a4d7ffd87 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Fri, 17 Apr 2015 10:13:37 -0700 Subject: [PATCH] Fix CSS of upload button for FF on Win7. --- jupyter_notebook/static/tree/less/altuploadform.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jupyter_notebook/static/tree/less/altuploadform.less b/jupyter_notebook/static/tree/less/altuploadform.less index be608cf5b..c5798f0c8 100644 --- a/jupyter_notebook/static/tree/less/altuploadform.less +++ b/jupyter_notebook/static/tree/less/altuploadform.less @@ -13,6 +13,8 @@ input.fileinput { + text-align: center; + vertical-align: middle; display: inline; opacity: 0; z-index: 2;