diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-09-20 18:35:26 +0200 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-09-20 18:35:26 +0200 |
commit | ef58752db8996016dbd32a89dd8b549ec806946f (patch) | |
tree | 967b3f6d9b3e5b9c69a64caa1cb45225c227ca06 /phpBB/adm/style/acp_logs.html | |
parent | e00545588145e7d4d33cb9780673f36a6049f0eb (diff) | |
download | forums-ef58752db8996016dbd32a89dd8b549ec806946f.tar forums-ef58752db8996016dbd32a89dd8b549ec806946f.tar.gz forums-ef58752db8996016dbd32a89dd8b549ec806946f.tar.bz2 forums-ef58752db8996016dbd32a89dd8b549ec806946f.tar.xz forums-ef58752db8996016dbd32a89dd8b549ec806946f.zip |
[ticket/13082] Replace float by text-align
PHPBB3-13082
Diffstat (limited to 'phpBB/adm/style/acp_logs.html')
-rw-r--r-- | phpBB/adm/style/acp_logs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index 4f67f46e24..291fc23e25 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -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}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> </fieldset> |