mirror of https://github.com/zulip/zulip.git
Rename newstyle_class to newstyle_stream.
(imported from commit b5b9dc1a899c31a07c9c5eba84fd4846aeb4cd08)
This commit is contained in:
parent
f2fef23d82
commit
0562e52974
|
@ -38,7 +38,7 @@
|
|||
<td class="ztable_col3" />
|
||||
</tr>
|
||||
<tr id="stream-message">
|
||||
<td colspan="2" class="message_newstyle_class">
|
||||
<td colspan="2" class="message_newstyle_stream">
|
||||
<input type="text" class="recipient_box" name="stream" id="stream" onchange="focus_on('instance')" value="" placeholder="Stream" autocomplete="off"/>
|
||||
</td>
|
||||
<td class="message_newstyle_instance">
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
{{#if is_stream}}
|
||||
<tr class="recipient_row">
|
||||
<td colspan="2"
|
||||
class="message_label_clickable message_newstyle_class"
|
||||
class="message_label_clickable message_newstyle_stream"
|
||||
onclick="select_message_by_id({{id}}); narrow_stream();"
|
||||
title="{{display_recipient}}">{{display_recipient}}</td>
|
||||
<td class="message_label_clickable message_newstyle_instance"
|
||||
|
|
|
@ -63,7 +63,7 @@ td.pointer {
|
|||
width: 85%;
|
||||
}
|
||||
|
||||
.message_newstyle_class {
|
||||
.message_newstyle_stream {
|
||||
vertical-align: middle;
|
||||
text-align: right;
|
||||
overflow-x: hidden;
|
||||
|
|
Loading…
Reference in New Issue