Adjusted size of "search by author" input
authorMarcel Werk <burntime@woltlab.com>
Sun, 4 Dec 2016 19:18:41 +0000 (20:18 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 4 Dec 2016 19:18:41 +0000 (20:18 +0100)
com.woltlab.wcf/templates/search.tpl

index 3acf2ae9b08f651050fcbc4a49a140cd35b84877..425e6a33cca053810ee83682a8f1d23d23348436 100644 (file)
@@ -31,7 +31,7 @@
                <dl>
                        <dt><label for="searchAuthor">{lang}wcf.search.author{/lang}</label></dt>
                        <dd>
-                               <input type="text" id="searchAuthor" name="username" value="{$username}" class="long" maxlength="255" autocomplete="off">
+                               <input type="text" id="searchAuthor" name="username" value="{$username}" class="medium" maxlength="255" autocomplete="off">
                                <label><input type="checkbox" name="nameExactly" value="1"{if $nameExactly == 1} checked{/if}> {lang}wcf.search.matchExactly{/lang}</label>
                                {event name='authorOptions'}
                        </dd>