-<div id="document-list">
- <table id="file-list">
- <thead><tr><th colspan="2">
- <form action="#" method="GET">
- Filtr: <input autocomplete="off" name="filter" id="file-list-filter" type="text" size="60" />
- <input type="submit" value="Znajdź" id="file-list-find-button"/>
- <input type="reset" value="Wyczyść" id="file-list-reset-button"/>
-
- </form>
- </th></tr></thead>
+
+<div id="document-list">
+ <form method="get" action="#">
+ <table id="file-list">
+ <thead>
+ <tr><th>Filtr:</th>
+ <th><input autocomplete="off" name="filter" id="file-list-filter" type="text" size="40" /></th>
+ <th><input type="reset" value="Wyczyść" id="file-list-reset-button"/></th>
+ </tr>
+ </thead>