From a4f81fd5d43f7cf45bd9b2793e3d0b68ad8905b2 Mon Sep 17 00:00:00 2001 From: Availu Date: Mon, 6 Apr 2015 20:35:52 +0200 Subject: [PATCH] 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