[Libreoffice-commits] .: bug/bug.xhtml

Loic Dachary loic at kemper.freedesktop.org
Thu Sep 22 07:38:48 PDT 2011


 bug/bug.xhtml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 97f5dbee33a68f99b3f2c5f560ff4d496e1e0697
Author: Loic Dachary <loic at 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>


More information about the Libreoffice-commits mailing list