bug/bug.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 97f5dbee33a68f99b3f2c5f560ff4d496e1e0697 Author: Loic Dachary <l...@dachary.org> Date: Thu Sep 22 16:38:39 2011 +0200
make the input large enough to cover the decoration diff --git a/bug/bug.xhtml b/bug/bug.xhtml index b06decb..9bae57a 100644 --- a/bug/bug.xhtml +++ b/bug/bug.xhtml @@ -195,7 +195,7 @@ Expected behavior: <input type="hidden" name="contenttypemethod" value="autodetect"></input> <div class="attach-file-and-submit"> <div class="attach-file"> - <input type="file" name="data" /> + <input type="file" name="data" size="150" /> <div class="attach-file-style"> <div><input type="text" name="ignored"></input></div> <div class="attach-browse">Browse</div> _______________________________________________ Libreoffice-commits mailing list Libreoffice-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits