Merge pull request #1259 from GuillaumeAmat/fixes/import-file-input-size

Reduce the file input's width in the import popup to prevent overflow
This commit is contained in:
Marcel Klehr 2012-12-05 06:14:05 -08:00
commit b5af643969
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@
<div class="importmessage" id="importmessageabiword" data-l10n-id="pad.importExport.abiword"></div><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>