diff options
-rw-r--r-- | phpBB/styles/subsilver2/template/memberlist_search.html | 9 | ||||
-rw-r--r-- | phpBB/styles/subsilver2/theme/stylesheet.css | 9 |
2 files changed, 1 insertions, 17 deletions
diff --git a/phpBB/styles/subsilver2/template/memberlist_search.html b/phpBB/styles/subsilver2/template/memberlist_search.html index ea0b562b41..aa6b61fe22 100644 --- a/phpBB/styles/subsilver2/template/memberlist_search.html +++ b/phpBB/styles/subsilver2/template/memberlist_search.html @@ -75,14 +75,7 @@ </tr> <tr> <td class="row1"><b class="genmed">{L_USERNAME}{L_COLON}</b></td> - <td class="row2"> - <input class="post live-search-input" type="text" name="username" value="{USERNAME}" autocomplete="off" /> - <table class="tablebg" id="livesearch"> - <tr id="user-search-row-tpl" style="display: none;"> - <td><a class="user-search-link user-search-name" ></a></td> - </tr> - </table> - </td> + <td class="row2"><input class="post" type="text" name="username" value="{USERNAME}" /></td> <!-- IF S_EMAIL_SEARCH_ALLOWED --> <td class="row1"><b class="genmed">{L_EMAIL}{L_COLON}</b></td> <td class="row2"><input class="post" type="email" name="email" value="{EMAIL}" /></td> diff --git a/phpBB/styles/subsilver2/theme/stylesheet.css b/phpBB/styles/subsilver2/theme/stylesheet.css index 7e112aeb11..0bffc33f37 100644 --- a/phpBB/styles/subsilver2/theme/stylesheet.css +++ b/phpBB/styles/subsilver2/theme/stylesheet.css @@ -703,15 +703,6 @@ pre { font-weight: bold; } -#livesearch { - width: 35%; - margin: 0px; - position: absolute; - box-shadow: 1px 2px 5px rgb(175,167,167); - border-spacing: 0px; - z-index: 999; - overflow: auto; -} /* Former imageset */ span.imageset { |