diff options
| author | Cesar G <prototech91@gmail.com> | 2014-04-08 04:03:40 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-04-23 09:11:40 -0700 |
| commit | 333a18d8466d0299415520ca0436bfe6c005a747 (patch) | |
| tree | e1fef65a4532309e0be2d481eb933d0a3692767f /phpBB | |
| parent | 2fbae2bb41f63e35f0e7c3a650c78bfa138faf7b (diff) | |
| download | forums-333a18d8466d0299415520ca0436bfe6c005a747.tar forums-333a18d8466d0299415520ca0436bfe6c005a747.tar.gz forums-333a18d8466d0299415520ca0436bfe6c005a747.tar.bz2 forums-333a18d8466d0299415520ca0436bfe6c005a747.tar.xz forums-333a18d8466d0299415520ca0436bfe6c005a747.zip | |
[ticket/10737] Drop subsilver2 changes.
PHPBB3-10737
Diffstat (limited to 'phpBB')
| -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 { |
