Reduces the width of the file input to prevent overflow

This commit is contained in:
Guillaume AMAT 2012-12-05 12:40:25 +01:00
parent b82af40735
commit a7cd51ffba

View file

@ -249,7 +249,7 @@
<h2 data-l10n-id="pad.importExport.import"></h2><br>
<form id="importform" method="post" action="" target="importiframe" enctype="multipart/form-data">
<div class="importformdiv" id="importformfilediv">
<input type="file" name="file" size="15" id="importfileinput">
<input type="file" name="file" size="10" id="importfileinput">
<div class="importmessage" id="importmessagefail"></div>
</div>
<div id="import"></div>