1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 07:01:22 +02:00

[ticket/13082] Replace float by text-align

PHPBB3-13082
This commit is contained in:
Jakub Senko
2014-09-20 18:35:26 +02:00
parent e005455881
commit ef58752db8

View File

@@ -8,7 +8,7 @@
<form id="list" method="post" action="{U_ACTION}">
<fieldset class="display-options" style="float: left">
<fieldset class="display-options" style="text-align: left;">
{L_SEARCH_KEYWORDS}{L_COLON} <input type="text" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="button2" name="filter" value="{L_SEARCH}" />
</fieldset>