From 3af2dc08d6d152a6cd1fcb33c3e625164c42acf3 Mon Sep 17 00:00:00 2001 From: inb4 nyssa Date: Mon, 6 Apr 2015 20:32:00 +0200 Subject: [PATCH 1/3] Update upload.html --- rain/template/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rain/template/upload.html b/rain/template/upload.html index dfea5e0..5fbfc2e 100644 --- a/rain/template/upload.html +++ b/rain/template/upload.html @@ -3,7 +3,7 @@
-
+
File
From 7c47b0309925fd4256aed75dd2d9eb30ce5a44b7 Mon Sep 17 00:00:00 2001 From: inb4 nyssa Date: Mon, 6 Apr 2015 20:33:31 +0200 Subject: [PATCH 2/3] Update header.html --- rain/template/header.html | 1 + 1 file changed, 1 insertion(+) diff --git a/rain/template/header.html b/rain/template/header.html index 677ace8..3661aa6 100644 --- a/rain/template/header.html +++ b/rain/template/header.html @@ -9,6 +9,7 @@ + From a4f81fd5d43f7cf45bd9b2793e3d0b68ad8905b2 Mon Sep 17 00:00:00 2001 From: Availu Date: Mon, 6 Apr 2015 20:35:52 +0200 Subject: [PATCH 3/3] fix upload button not appearing on IE --- css/ie.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 css/ie.css diff --git a/css/ie.css b/css/ie.css new file mode 100644 index 0000000..61e837c --- /dev/null +++ b/css/ie.css @@ -0,0 +1,5 @@ +.ie-btn-fix { + float: left; + position: relative; + margin-top: -50px; +} \ No newline at end of file