diff options
author | hanakin <midaym@gmail.com> | 2014-09-18 20:07:28 +0200 |
---|---|---|
committer | PayBas <contact@paybas.com> | 2014-09-18 21:47:23 +0200 |
commit | 0dc181a52936cf5e5f1948489145ceceb1af6c5f (patch) | |
tree | d51a556ab3cc81d148ca799141680606e1c806bf /phpBB/styles/prosilver/template/overall_header.html | |
parent | d27e9c7c76b3ddd4302050cd9acdc27b29b0808b (diff) | |
download | forums-0dc181a52936cf5e5f1948489145ceceb1af6c5f.tar forums-0dc181a52936cf5e5f1948489145ceceb1af6c5f.tar.gz forums-0dc181a52936cf5e5f1948489145ceceb1af6c5f.tar.bz2 forums-0dc181a52936cf5e5f1948489145ceceb1af6c5f.tar.xz forums-0dc181a52936cf5e5f1948489145ceceb1af6c5f.zip |
[ticket/12598] Replace #search-box with class
PHPBB3-12598
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index e8060734aa..ad08c1220b 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -70,7 +70,7 @@ </div> <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> - <div id="search-box" class="search-box"> + <div id="search-box" class="search-box search-header"> <form action="{U_SEARCH}" method="get" id="search"> <fieldset> <input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" /> |