mirror of https://github.com/zulip/zulip.git
Eliminate the stream-or-PM selector.
(imported from commit eda85e19ac6c4557dde14a51f58f1f9a14fc7ab9)
This commit is contained in:
parent
b25380c8b6
commit
bfa1e98e35
|
@ -91,22 +91,7 @@
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="message_picture">
|
<td class="message_picture"></td>
|
||||||
<div id="stream_or_private_message">
|
|
||||||
<ul class="nav nav-pills nav-stacked" id="message-type-tabs">
|
|
||||||
<li class="active" id="stream_toggle">
|
|
||||||
<a href="#stream-message" data-toggle="pill" title="Send a stream message" tabindex="100" onclick="compose.set_mode('stream');">
|
|
||||||
<i class="icon-bullhorn"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li id="private_message_toggle">
|
|
||||||
<a href="#private-message" data-toggle="pill" title="Send a private message" tabindex="110" onclick="compose.set_mode('private');">
|
|
||||||
<i class="icon-user"></i>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</td>
|
|
||||||
<td class="pointer"></td>
|
<td class="pointer"></td>
|
||||||
<td class="messagebox">
|
<td class="messagebox">
|
||||||
<div class="message_content">
|
<div class="message_content">
|
||||||
|
|
|
@ -518,14 +518,6 @@ table.floating_recipient {
|
||||||
padding-right: 40px;
|
padding-right: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#stream_or_private_message {
|
|
||||||
display: none;
|
|
||||||
margin: 3px;
|
|
||||||
padding: 5px;
|
|
||||||
width: 90%;
|
|
||||||
border: 1px solid grey;
|
|
||||||
}
|
|
||||||
|
|
||||||
#message-type-tabs {
|
#message-type-tabs {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
|
|
Loading…
Reference in New Issue