mirror of https://github.com/zulip/zulip.git
Rename zephyr_recipient_box to just recipient_box.
(imported from commit 82084fa50e51d646b1f8ea225c7ec6b1f3b7b66d)
This commit is contained in:
parent
760b540e55
commit
183f87f335
|
@ -39,15 +39,15 @@
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="class-message">
|
<tr id="class-message">
|
||||||
<td colspan="2" class="zephyr_newstyle_class">
|
<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>
|
||||||
<td class="zephyr_newstyle_instance">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr id="personal-message">
|
<tr id="personal-message">
|
||||||
<td colspan="3" class="zephyr_newstyle_pm">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -271,7 +271,7 @@ textarea:focus {
|
||||||
border: gray;
|
border: gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.zephyr_recipient_box {
|
input.recipient_box {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
Loading…
Reference in New Issue