mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/13082] Repair fix
PHPBB3-13082
This commit is contained in:
parent
6851ff8fab
commit
9f981a7741
2 changed files with 8 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<form id="list" method="post" action="{U_ACTION}">
|
<form id="list" method="post" action="{U_ACTION}">
|
||||||
|
|
||||||
<fieldset class="display-options text-left">
|
<fieldset class="display-options search-box">
|
||||||
{L_SEARCH_KEYWORDS}{L_COLON} <input type="text" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" />
|
{L_SEARCH_KEYWORDS}{L_COLON} <input type="text" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" />
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
|
|
|
@ -109,8 +109,12 @@ hr {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-left {
|
.search-box {
|
||||||
text-align: left;
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.rtl .search-box {
|
||||||
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
|
@ -1777,6 +1781,7 @@ li.pagination ul {
|
||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
||||||
.success {
|
.success {
|
||||||
|
|
Loading…
Add table
Reference in a new issue