Rename zephyr_recipient_box to just recipient_box.

(imported from commit 82084fa50e51d646b1f8ea225c7ec6b1f3b7b66d)
This commit is contained in:
Tim Abbott 2012-10-09 17:59:41 -04:00
parent 760b540e55
commit 183f87f335
2 changed files with 4 additions and 4 deletions

View File

@ -39,15 +39,15 @@
</tr>
<tr id="class-message">
<td colspan="2" class="zephyr_newstyle_class">
<input type="text" class="zephyr_recipient_box" name="class" id="class" onchange="focus_on('instance')" value="" placeholder="Stream" autocomplete="off"/>
<input type="text" class="recipient_box" name="class" id="class" onchange="focus_on('instance')" value="" placeholder="Stream" autocomplete="off"/>
</td>
<td class="zephyr_newstyle_instance">
<input type="text" class="zephyr_recipient_box" name="instance" id="instance" onchange="focus_on('new_message_content')" value="" placeholder="Topic" autocomplete="off"/>
<input type="text" class="recipient_box" name="instance" id="instance" onchange="focus_on('new_message_content')" value="" placeholder="Topic" autocomplete="off"/>
</td>
</tr>
<tr id="personal-message">
<td colspan="3" class="zephyr_newstyle_pm">
Huddle with <input type="text" class="zephyr_recipient_box" name="recipient" id="huddle_recipient" onblur="focus_on('new_message_content')" value="" placeholder="one or more of your friends..." autocomplete="off"/>
Huddle with <input type="text" class="recipient_box" name="recipient" id="huddle_recipient" onblur="focus_on('new_message_content')" value="" placeholder="one or more of your friends..." autocomplete="off"/>
</td>
</tr>
<tr>

View File

@ -271,7 +271,7 @@ textarea:focus {
border: gray;
}
input.zephyr_recipient_box {
input.recipient_box {
width: 80%;
margin-bottom: 0px;
margin-top: 0px;