aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/overall_header.html
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-07-07 15:49:56 +0200
committerPayBas <contact@paybas.com>2014-09-18 21:47:20 +0200
commit470e6d5edf98b6cd87f87f279f81312fb4f8f7a8 (patch)
tree5f3826f75f15eedf431f05bb9643514c36783eda /phpBB/styles/prosilver/template/overall_header.html
parent3066cd700a72dc0bb00611c8650e83c8a8a81d18 (diff)
downloadforums-470e6d5edf98b6cd87f87f279f81312fb4f8f7a8.tar
forums-470e6d5edf98b6cd87f87f279f81312fb4f8f7a8.tar.gz
forums-470e6d5edf98b6cd87f87f279f81312fb4f8f7a8.tar.bz2
forums-470e6d5edf98b6cd87f87f279f81312fb4f8f7a8.tar.xz
forums-470e6d5edf98b6cd87f87f279f81312fb4f8f7a8.zip
[ticket/12598] Improve search box styling
PHPBB3-12598
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index 7882279485..e8060734aa 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -69,17 +69,18 @@
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
</div>
- <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
- <div id="search-box">
+ <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
+ <div id="search-box" class="search-box">
<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" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" />
- <input class="button2" value="{L_SEARCH}" type="submit" /><br />
- <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
+ <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}" />
+ <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button>
+ <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a>
+ {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
- <!-- ENDIF -->
+ <!-- ENDIF -->
</div>
</div>