[ticket/13082] move style to css file

PHPBB3-13082
This commit is contained in:
Jakub Senko 2014-09-20 20:35:14 +02:00
parent ef58752db8
commit ace3b806a9
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@
<form id="list" method="post" action="{U_ACTION}">
<fieldset class="display-options" style="text-align: left;">
<fieldset class="display-options" class="text-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>

View file

@ -109,6 +109,10 @@ hr {
text-align: center;
}
.text-left {
text-align: left;
}
.small {
font-size: 0.85em;
}