summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillaume AMAT <guillaume.amat@informatique-libre.com>2012-12-05 15:02:32 +0100
committerGuillaume AMAT <guillaume.amat@informatique-libre.com>2012-12-05 15:02:32 +0100
commitc853f8fad24b20ac10d60aab4ec875d5ff3b122a (patch)
tree793d6f1363b4a8c2e533ac36545b7aa3f16682a3 /src
parentce710026443089e69501bd8595ba425209739eaf (diff)
downloadetherpad-lite-c853f8fad24b20ac10d60aab4ec875d5ff3b122a.zip
Reduces the width of the file input to prevent overflow in the import popup
Diffstat (limited to 'src')
-rw-r--r--src/templates/pad.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index a392980a..ba4e777a 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -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>