fix upload button not appearing on IE

This commit is contained in:
Availu 2015-04-06 20:35:52 +02:00
parent 7c47b03099
commit a4f81fd5d4
1 changed files with 5 additions and 0 deletions

5
css/ie.css Normal file
View File

@ -0,0 +1,5 @@
.ie-btn-fix {
float: left;
position: relative;
margin-top: -50px;
}