mirror of https://github.com/zulip/zulip.git
Cause gravatar to appear to left of textbox, rather than top.
(imported from commit 4c04dab329802bf6c4090658bc3ab114c1356c48)
This commit is contained in:
parent
d5bdd84ab7
commit
c31c27f626
|
@ -109,10 +109,10 @@ var people_list = {{ people }};
|
|||
</td>
|
||||
<td class="messagebox compose">
|
||||
<img class="profile_picture" src="http://www.gravatar.com/avatar/a?d=identicon"/>
|
||||
<p class="zephyr_text">
|
||||
<div class="zephyr_content">
|
||||
<textarea class="zephyr_message" name="new_zephyr" id="new_zephyr" value="" placeholder="Compose your message here..."/></textarea>
|
||||
<input type="submit" value="Send" class="btn send_zephyr"/>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
@ -138,10 +138,10 @@ var people_list = {{ people }};
|
|||
<td class="zephyr_recipient"></td>
|
||||
<td class="messagebox compose">
|
||||
<img class="profile_picture" src="http://www.gravatar.com/avatar/a?d=identicon"/>
|
||||
<p class="zephyr_text">
|
||||
<div class="zephyr_content">
|
||||
<textarea class="zephyr_message" name="new_zephyr" id="new_personal_zephyr" value="" placeholder="Compose your message here..."/></textarea>
|
||||
<input type="submit" name="personal_zephyr" value="Send" class="btn send_zephyr"/>
|
||||
</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue