diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-06-29 12:58:05 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-06-29 12:58:05 +0000 |
| commit | 7d13399665551b0200423205ba9350b8d9318ce7 (patch) | |
| tree | 36b0fcabccc89246896d0192444dbcac161c40dd | |
| parent | e146efbd165c71b00003f6ae3ea3f4de2da3d64b (diff) | |
| download | forums-7d13399665551b0200423205ba9350b8d9318ce7.tar forums-7d13399665551b0200423205ba9350b8d9318ce7.tar.gz forums-7d13399665551b0200423205ba9350b8d9318ce7.tar.bz2 forums-7d13399665551b0200423205ba9350b8d9318ce7.tar.xz forums-7d13399665551b0200423205ba9350b8d9318ce7.zip | |
hmm
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9703 89ea8834-ac86-4346-8a33-228a782c2dd0
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_editor.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html index 8cd5fc60d5..adde3411e6 100644 --- a/phpBB/styles/prosilver/template/posting_editor.html +++ b/phpBB/styles/prosilver/template/posting_editor.html @@ -88,9 +88,9 @@ <!-- ENDIF --> <!-- IF not S_PRIVMSGS and S_DISPLAY_USERNAME --> - <dl> + <dl style="clear: left;"> <dt><label for="username">{L_USERNAME}:</label></dt> - <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox" /></dd> + <dd><input type="text" tabindex="1" name="username" id="username" size="25" value="{USERNAME}" class="inputbox autowidth" /></dd> </dl> <!-- ENDIF --> |
