]> jfr.im git - uguu.git/commitdiff
fix upload button not appearing on IE
authorAvailu <redacted>
Mon, 6 Apr 2015 18:35:52 +0000 (20:35 +0200)
committerAvailu <redacted>
Mon, 6 Apr 2015 18:35:52 +0000 (20:35 +0200)
css/ie.css [new file with mode: 0644]

diff --git a/css/ie.css b/css/ie.css
new file mode 100644 (file)
index 0000000..61e837c
--- /dev/null
@@ -0,0 +1,5 @@
+.ie-btn-fix {
+    float: left;
+    position: relative;
+    margin-top: -50px;
+}
\ No newline at end of file