mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/10737] Drop subsilver2 changes.
PHPBB3-10737
This commit is contained in:
parent
2fbae2bb41
commit
333a18d846
2 changed files with 1 additions and 17 deletions
|
@ -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>
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue